<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:56:55 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-41141] Remove DB X lock acquisition for secondary index builds</title>
                <link>https://jira.mongodb.org/browse/SERVER-41141</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The IndexBuildsCoordinator, which builds background indexes on secondaries, &lt;a href=&quot;https://github.com/mongodb/mongo/blob/26c491f502389cd90118111076e75676b160e580/src/mongo/db/index_builds_coordinator.cpp#L755-L756&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;still takes a Database X lock&lt;/a&gt;, despite changes made on primaries to take a Collection X lock.&lt;/p&gt;

&lt;p&gt;Secondaries should take the same locks as primaries, which could otherwise lead to unexpected deadlocks.&lt;/p&gt;</description>
                <environment></environment>
        <key id="767916">SERVER-41141</key>
            <summary>Remove DB X lock acquisition for secondary index builds</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="gregory.wlodarek@mongodb.com">Gregory Wlodarek</assignee>
                                    <reporter username="louis.williams@mongodb.com">Louis Williams</reporter>
                        <labels>
                    </labels>
                <created>Tue, 14 May 2019 15:56:55 +0000</created>
                <updated>Sun, 29 Oct 2023 22:21:02 +0000</updated>
                            <resolved>Mon, 10 Jun 2019 17:35:19 +0000</resolved>
                                                    <fixVersion>4.2.0-rc1</fixVersion>
                    <fixVersion>4.3.1</fixVersion>
                                                        <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="2278082" author="xgen-internal-githook" created="Mon, 10 Jun 2019 17:38:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Wlodarek&apos;, &apos;email&apos;: &apos;gregory.wlodarek@mongodb.com&apos;, &apos;username&apos;: &apos;GWlodarek&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41141&quot; title=&quot;Remove DB X lock acquisition for secondary index builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41141&quot;&gt;&lt;del&gt;SERVER-41141&lt;/del&gt;&lt;/a&gt; Remove DB X lock acquisition for secondary index builds&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/dbb9a7c7acd0c3e97ff128c4eaa225b6567d2249&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/dbb9a7c7acd0c3e97ff128c4eaa225b6567d2249&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2278073" author="xgen-internal-githook" created="Mon, 10 Jun 2019 17:35:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Wlodarek&apos;, &apos;email&apos;: &apos;gregory.wlodarek@mongodb.com&apos;, &apos;username&apos;: &apos;GWlodarek&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41141&quot; title=&quot;Remove DB X lock acquisition for secondary index builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41141&quot;&gt;&lt;del&gt;SERVER-41141&lt;/del&gt;&lt;/a&gt; Remove DB X lock acquisition for secondary index builds&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/837d0766d57f2d3750f49277c7ecc345ef7d13fb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/837d0766d57f2d3750f49277c7ecc345ef7d13fb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2275788" author="gregory.wlodarek" created="Fri, 7 Jun 2019 14:50:48 +0000"  >&lt;p&gt;Unfortunately the codepath that rebuilds system indexes on startup for mobile uses the IndexBuildsCoordinator causing BF-13526 (hitting our isBackground invariant). Reverting for now until a solution for that is proposed.&lt;/p&gt;</comment>
                            <comment id="2275782" author="xgen-internal-githook" created="Fri, 7 Jun 2019 14:46:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Wlodarek&apos;, &apos;email&apos;: &apos;gregory.wlodarek@mongodb.com&apos;, &apos;username&apos;: &apos;GWlodarek&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41141&quot; title=&quot;Remove DB X lock acquisition for secondary index builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41141&quot;&gt;&lt;del&gt;SERVER-41141&lt;/del&gt;&lt;/a&gt; Remove DB X lock acquisition for secondary index builds&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit fd2f851f6ce482064063286a6c763cf4dc2c4198.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/41abf22263733d0dc96545b6043753d23f5851b9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/41abf22263733d0dc96545b6043753d23f5851b9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2275781" author="xgen-internal-githook" created="Fri, 7 Jun 2019 14:46:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Wlodarek&apos;, &apos;email&apos;: &apos;gregory.wlodarek@mongodb.com&apos;, &apos;username&apos;: &apos;GWlodarek&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41141&quot; title=&quot;Remove DB X lock acquisition for secondary index builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41141&quot;&gt;&lt;del&gt;SERVER-41141&lt;/del&gt;&lt;/a&gt; Remove DB X lock acquisition for secondary index builds&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 0c9d0e18109314efac6aa9f5352992cd4afc4d96.&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/339cec66f0d98b6f9c84ca4ae8935ddc9f6cfaf0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/339cec66f0d98b6f9c84ca4ae8935ddc9f6cfaf0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2274371" author="xgen-internal-githook" created="Thu, 6 Jun 2019 18:46:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Wlodarek&apos;, &apos;email&apos;: &apos;gregory.wlodarek@mongodb.com&apos;, &apos;username&apos;: &apos;GWlodarek&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41141&quot; title=&quot;Remove DB X lock acquisition for secondary index builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41141&quot;&gt;&lt;del&gt;SERVER-41141&lt;/del&gt;&lt;/a&gt; Remove DB X lock acquisition for secondary index builds&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0c9d0e18109314efac6aa9f5352992cd4afc4d96&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0c9d0e18109314efac6aa9f5352992cd4afc4d96&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2274370" author="xgen-internal-githook" created="Thu, 6 Jun 2019 18:46:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Wlodarek&apos;, &apos;email&apos;: &apos;gregory.wlodarek@mongodb.com&apos;, &apos;username&apos;: &apos;GWlodarek&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41141&quot; title=&quot;Remove DB X lock acquisition for secondary index builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41141&quot;&gt;&lt;del&gt;SERVER-41141&lt;/del&gt;&lt;/a&gt; Release the mutex early in IndexBuildsManager::interruptIndexBuild() and IndexBuildsManager::abortIndexBuild() after getting a shared_ptr to the MultiIndexBlock to avoid a deadlock with index builds being aborted during server shutdown&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b05af50a62b900a659b502ca920c55f4b8ee4b3c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b05af50a62b900a659b502ca920c55f4b8ee4b3c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2274359" author="xgen-internal-githook" created="Thu, 6 Jun 2019 18:35:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Wlodarek&apos;, &apos;email&apos;: &apos;gregory.wlodarek@mongodb.com&apos;, &apos;username&apos;: &apos;GWlodarek&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41141&quot; title=&quot;Remove DB X lock acquisition for secondary index builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41141&quot;&gt;&lt;del&gt;SERVER-41141&lt;/del&gt;&lt;/a&gt; Remove DB X lock acquisition for secondary index builds&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fd2f851f6ce482064063286a6c763cf4dc2c4198&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fd2f851f6ce482064063286a6c763cf4dc2c4198&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2274346" author="xgen-internal-githook" created="Thu, 6 Jun 2019 18:30:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Wlodarek&apos;, &apos;email&apos;: &apos;gregory.wlodarek@mongodb.com&apos;, &apos;username&apos;: &apos;GWlodarek&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41141&quot; title=&quot;Remove DB X lock acquisition for secondary index builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41141&quot;&gt;&lt;del&gt;SERVER-41141&lt;/del&gt;&lt;/a&gt; Release the mutex early in IndexBuildsManager::interruptIndexBuild() and IndexBuildsManager::abortIndexBuild() after getting a shared_ptr to the MultiIndexBlock to avoid a deadlock with index builds being aborted during server shutdown&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0a98a55f040de45dbf5e48968752c7053cd8acb9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0a98a55f040de45dbf5e48968752c7053cd8acb9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2268668" author="gregory.wlodarek" created="Mon, 3 Jun 2019 15:22:12 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=benety.goh&quot; class=&quot;user-hover&quot; rel=&quot;benety.goh&quot;&gt;benety.goh&lt;/a&gt;, you&apos;re right, I marked &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39715&quot; title=&quot;Do not drop index build temp tables on clean shutdown&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39715&quot;&gt;&lt;del&gt;SERVER-39715&lt;/del&gt;&lt;/a&gt; as depends on for this ticket.&lt;/p&gt;</comment>
                            <comment id="2268651" author="xgen-internal-githook" created="Mon, 3 Jun 2019 15:13:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Wlodarek&apos;, &apos;email&apos;: &apos;gregory.wlodarek@mongodb.com&apos;, &apos;username&apos;: &apos;GWlodarek&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41141&quot; title=&quot;Remove DB X lock acquisition for secondary index builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41141&quot;&gt;&lt;del&gt;SERVER-41141&lt;/del&gt;&lt;/a&gt; Remove DB X lock acquisition for secondary index builds&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 99185ab9685a51466e56ef0fd862aaf1318a79d6.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/16a18a5370f276ca5ec91bfc13b2738390b319e8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/16a18a5370f276ca5ec91bfc13b2738390b319e8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2268476" author="xgen-internal-githook" created="Mon, 3 Jun 2019 13:49:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Wlodarek&apos;, &apos;email&apos;: &apos;gregory.wlodarek@mongodb.com&apos;, &apos;username&apos;: &apos;GWlodarek&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41141&quot; title=&quot;Remove DB X lock acquisition for secondary index builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41141&quot;&gt;&lt;del&gt;SERVER-41141&lt;/del&gt;&lt;/a&gt; Remove DB X lock acquisition for secondary index builds&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/99185ab9685a51466e56ef0fd862aaf1318a79d6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/99185ab9685a51466e56ef0fd862aaf1318a79d6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2267914" author="benety.goh" created="Sat, 1 Jun 2019 16:29:59 +0000"  >&lt;p&gt;One of the proposed solutions for this ticket, currently in review, downgrades the exclusive lock in IndexBuildsCoordinator::_runIndexBuildInner() to an intent lock. This may affect the removal of temporary record stores created by hybrid index builds during a clean shutdown. This behavior is best characterized by the JS test &lt;a href=&quot;https://github.com/mongodb/mongo/blob/9fd2778ec5f438d4351ef11143e3158161fcb830/jstests/noPassthrough/indexbg_shutdown.js&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jstests/noPassthrough/indexbg_shutdown.js&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39715&quot; title=&quot;Do not drop index build temp tables on clean shutdown&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39715&quot;&gt;&lt;del&gt;SERVER-39715&lt;/del&gt;&lt;/a&gt; describes a possible solution to this issue.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="758381">SERVER-41014</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="828437">SERVER-42015</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="701901">SERVER-39715</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="687934">SERVER-39517</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_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16775"><![CDATA[v4.2]]></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>Fri, 31 May 2019 12:42:36 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 35 weeks, 2 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>
                            4 years, 35 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </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>gregory.wlodarek@mongodb.com</customfieldvalue>
            <customfieldvalue>louis.williams@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|huzibr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|huou5j:</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="2983">Execution Team 2019-06-03</customfieldvalue>
    <customfieldvalue id="2984">Execution Team 2019-06-17</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|huz4l3:</customfieldvalue>

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