<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:21:51 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-29802] Non-atomic applyOps command should not take out a global exclusive lock</title>
                <link>https://jira.mongodb.org/browse/SERVER-29802</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The applyOps command currently takes out a global exclusive lock and applies operations serially.  This limits the number of operations that can be applied due to the lack of concurrency.  Having applyOps (when in non-atomic mode) not take out a global lock would allow us to parallelize applyOps calls and take advantage of collection- and document-level locking.&lt;/p&gt;</description>
                <environment></environment>
        <key id="397153">SERVER-29802</key>
            <summary>Non-atomic applyOps command should not take out a global exclusive lock</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="benety.goh@mongodb.com">Benety Goh</assignee>
                                    <reporter username="steve.briskin">Steve Briskin</reporter>
                        <labels>
                            <label>todo_in_code</label>
                    </labels>
                <created>Thu, 22 Jun 2017 20:38:07 +0000</created>
                <updated>Mon, 30 Oct 2023 23:15:47 +0000</updated>
                            <resolved>Mon, 7 Aug 2017 17:36:29 +0000</resolved>
                                                    <fixVersion>3.4.9</fixVersion>
                    <fixVersion>3.5.12</fixVersion>
                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>15</watches>
                                                                                                                <comments>
                            <comment id="1645631" author="xgen-internal-githook" created="Thu, 10 Aug 2017 20:58:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29802&quot; title=&quot;Non-atomic applyOps command should not take out a global exclusive lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29802&quot;&gt;&lt;del&gt;SERVER-29802&lt;/del&gt;&lt;/a&gt; add applyOps &apos;allowAtomic&apos; flag.&lt;/p&gt;

&lt;p&gt;This flag supports non-atomic application of CRUD operations if set to false.&lt;br/&gt;
Defaults to true.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e7de30308564cead80857592ed27d938f73a91f1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e7de30308564cead80857592ed27d938f73a91f1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1645606" author="xgen-internal-githook" created="Thu, 10 Aug 2017 20:54:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29802&quot; title=&quot;Non-atomic applyOps command should not take out a global exclusive lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29802&quot;&gt;&lt;del&gt;SERVER-29802&lt;/del&gt;&lt;/a&gt; add applyOpsPauseBetweenOperations fail point&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/948776e76550e4ddf4a3d0f50b729f15bef0a97b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/948776e76550e4ddf4a3d0f50b729f15bef0a97b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1643733" author="xgen-internal-githook" created="Wed, 9 Aug 2017 02:51:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29802&quot; title=&quot;Non-atomic applyOps command should not take out a global exclusive lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29802&quot;&gt;&lt;del&gt;SERVER-29802&lt;/del&gt;&lt;/a&gt; non-atomic applyOps does not acquire global lock&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 8671b6e7ea799312ece35cd90f8cf480d4f56ce8)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9ea7ad5950415500142a41eb07cf8cb131ed52de&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9ea7ad5950415500142a41eb07cf8cb131ed52de&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1643701" author="xgen-internal-githook" created="Wed, 9 Aug 2017 00:53:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29802&quot; title=&quot;Non-atomic applyOps command should not take out a global exclusive lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29802&quot;&gt;&lt;del&gt;SERVER-29802&lt;/del&gt;&lt;/a&gt; add test for concurrent non-atomic applyOps&lt;/p&gt;

&lt;p&gt;(cherry picked from commit b519114cb9bc72c17c60761cad369f2d8e18f472)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/da1f687d7d91bb0568a109b940f4395dc672db81&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/da1f687d7d91bb0568a109b940f4395dc672db81&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1643592" author="xgen-internal-githook" created="Tue, 8 Aug 2017 21:57:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29802&quot; title=&quot;Non-atomic applyOps command should not take out a global exclusive lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29802&quot;&gt;&lt;del&gt;SERVER-29802&lt;/del&gt;&lt;/a&gt; clean up applyOps precondition checking&lt;/p&gt;

&lt;p&gt;(cherry picked from commit c6f9f146b15b6f84613ee5f6b97572c6f9f5a1ba)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b4cc5f23666a5d3790abe7c9548e515de47a0bc9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b4cc5f23666a5d3790abe7c9548e515de47a0bc9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1643471" author="xgen-internal-githook" created="Tue, 8 Aug 2017 20:13:33 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29802&quot; title=&quot;Non-atomic applyOps command should not take out a global exclusive lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29802&quot;&gt;&lt;del&gt;SERVER-29802&lt;/del&gt;&lt;/a&gt; add applyOpsPauseBetweenOperations fail point&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 948776e76550e4ddf4a3d0f50b729f15bef0a97b)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3c2b2dbf124ff5c891f41ccc5a81eb340d32e4b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3c2b2dbf124ff5c891f41ccc5a81eb340d32e4b0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1643351" author="xgen-internal-githook" created="Tue, 8 Aug 2017 18:39:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29802&quot; title=&quot;Non-atomic applyOps command should not take out a global exclusive lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29802&quot;&gt;&lt;del&gt;SERVER-29802&lt;/del&gt;&lt;/a&gt; add applyOps &apos;allowAtomic&apos; flag.&lt;/p&gt;

&lt;p&gt;This flag supports non-atomic application of CRUD operations if set to false.&lt;br/&gt;
Defaults to true.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit e7de30308564cead80857592ed27d938f73a91f1)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a62fae74434fcdd90b94eb526dec7d43f116b16c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a62fae74434fcdd90b94eb526dec7d43f116b16c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1643268" author="xgen-internal-githook" created="Tue, 8 Aug 2017 17:38:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29802&quot; title=&quot;Non-atomic applyOps command should not take out a global exclusive lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29802&quot;&gt;&lt;del&gt;SERVER-29802&lt;/del&gt;&lt;/a&gt; rename txn to opCtx (apply_ops.cpp)&lt;br/&gt;
Branch: v3.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/28029005b4cc277ecf902989e249c49354e21447&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/28029005b4cc277ecf902989e249c49354e21447&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1642116" author="xgen-internal-githook" created="Mon, 7 Aug 2017 17:35:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29802&quot; title=&quot;Non-atomic applyOps command should not take out a global exclusive lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29802&quot;&gt;&lt;del&gt;SERVER-29802&lt;/del&gt;&lt;/a&gt; non-atomic applyOps does not acquire global lock&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8671b6e7ea799312ece35cd90f8cf480d4f56ce8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8671b6e7ea799312ece35cd90f8cf480d4f56ce8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1641912" author="xgen-internal-githook" created="Mon, 7 Aug 2017 15:24:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29802&quot; title=&quot;Non-atomic applyOps command should not take out a global exclusive lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29802&quot;&gt;&lt;del&gt;SERVER-29802&lt;/del&gt;&lt;/a&gt; add test for concurrent non-atomic applyOps&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b519114cb9bc72c17c60761cad369f2d8e18f472&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b519114cb9bc72c17c60761cad369f2d8e18f472&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1641203" author="benety.goh" created="Sat, 5 Aug 2017 11:41:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}

&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29802&quot; title=&quot;Non-atomic applyOps command should not take out a global exclusive lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29802&quot;&gt;&lt;del&gt;SERVER-29802&lt;/del&gt;&lt;/a&gt; add applyOpsPauseBetweenOperations fail point&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/948776e76550e4ddf4a3d0f50b729f15bef0a97b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/948776e76550e4ddf4a3d0f50b729f15bef0a97b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1641198" author="xgen-internal-githook" created="Sat, 5 Aug 2017 11:37:29 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;name&apos;: &apos;Benety Goh&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29802&quot; title=&quot;Non-atomic applyOps command should not take out a global exclusive lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29802&quot;&gt;&lt;del&gt;SERVER-29802&lt;/del&gt;&lt;/a&gt; clean up applyOps precondition checking&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/c6f9f146b15b6f84613ee5f6b97572c6f9f5a1ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/c6f9f146b15b6f84613ee5f6b97572c6f9f5a1ba&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1610754" author="benety.goh" created="Thu, 29 Jun 2017 19:05:25 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29874&quot; title=&quot;Two Phase Drops: dropDatabase does not work with applyOps&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29874&quot;&gt;&lt;del&gt;SERVER-29874&lt;/del&gt;&lt;/a&gt; adds a TempRelease to work around the global lock issue described in this ticket. When the applyOps stops taking out a global lock when dropping a database, we can remove the use of TempRelease from drop_database.cpp.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="461910">TOOLS-1886</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="935565">SERVER-43458</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1866340">SERVER-59750</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="413467">SERVER-30536</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="413836">SERVER-30554</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="274690">SERVER-23326</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="370518">SERVER-28594</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="398560">SERVER-29874</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="54113">SERVER-7452</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="282043">SERVER-23892</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="383710">SERVER-29224</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>13.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12451" key="com.atlassian.jira.plugin.system.customfieldtypes:multiversion">
                        <customfieldname>Backport Completed</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="18692">3.4.8</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 29 Jun 2017 19:05:25 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 26 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 26 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>benety.goh@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>steve.briskin</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht9qpj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr9qk7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1768">Repl 2017-07-31</customfieldvalue>
    <customfieldvalue id="1769">Repl 2017-08-21</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11861" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>User Summary</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11856"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht9crz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>