<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:13:27 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-47155] Limit the number of simultaneous index builds running from user connections to 3</title>
                <link>https://jira.mongodb.org/browse/SERVER-47155</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Each index build (i.e. a single createIndexes command, which may build more than one index) is allowed to use up to 200MB of memory outside of the WT cache by default. This is controlled by&#160;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/9d420697bd801b8faf0937fb417bc5c58f92872d/src/mongo/db/catalog/multi_index_block.idl#L45-L52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;maxIndexBuildMemoryUsageMegabytes&lt;/a&gt;. In an attempt to bound memory usage and reduce WT cache pressure, we introduced a limit the number of concurrent index builds started in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-44984&quot; title=&quot;Reduce index thread pool size and reduce memory used per build&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-44984&quot;&gt;&lt;del&gt;SERVER-44984&lt;/del&gt;&lt;/a&gt;. This limit was bug-prone and also applied to index builds on secondaries. This ticket imposes a concurrent limit on index builds started by users on primaries, effectively the same observable behavior.&lt;/p&gt;

&lt;p&gt;On primaries, any index builds started by a user over the limit will block until the number of concurrent index builds drops below the limit. The log message &quot;Too many index builds running simultaneously, waiting until the number of active index builds is below the threshold&quot; (ID &lt;a href=&quot;https://github.com/mongodb/mongo/blob/9d420697bd801b8faf0937fb417bc5c58f92872d/src/mongo/db/index_builds_coordinator_mongod.cpp#L157-L159&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;4715500&lt;/a&gt;) will be logged when the limit is reached and an index build has blocked.&lt;/p&gt;

&lt;p&gt;This default limit can be raised with the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/9d420697bd801b8faf0937fb417bc5c58f92872d/src/mongo/db/storage/two_phase_index_build_knobs.idl#L41&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;maxNumActiveUserIndexBuilds&lt;/a&gt; setParameter. This can be changed at startup or runtime.&lt;/p&gt;
&lt;h5&gt;&lt;a name=&quot;OriginalDescription&quot;&gt;&lt;/a&gt;Original Description&lt;/h5&gt;

&lt;p&gt;Both the primary and secondary nodes will have an unlimited thread pool size. This is done to allow secondary nodes to startup as many index builders as necessary in order to prevent scheduling deadlocks during initial sync or oplog application.&lt;/p&gt;

&lt;p&gt;When commands are run from user connections that need to create indexes, those commands will hang until there are less than 3 running index builder threads, or until the operation is interrupted.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="1294175">SERVER-47155</key>
            <summary>Limit the number of simultaneous index builds running from user connections to 3</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="gregory.wlodarek@mongodb.com">Gregory Wlodarek</assignee>
                                    <reporter username="gregory.wlodarek@mongodb.com">Gregory Wlodarek</reporter>
                        <labels>
                    </labels>
                <created>Fri, 27 Mar 2020 18:24:40 +0000</created>
                <updated>Sun, 29 Oct 2023 22:10:15 +0000</updated>
                            <resolved>Thu, 2 Apr 2020 00:20:22 +0000</resolved>
                                                    <fixVersion>4.4.0-rc0</fixVersion>
                    <fixVersion>4.7.0</fixVersion>
                                    <component>Index Maintenance</component>
                                        <votes>0</votes>
                                    <watches>11</watches>
                                                                                                                <comments>
                            <comment id="3323213" author="mark.callaghan" created="Wed, 5 Aug 2020 18:00:10 +0000"  >&lt;p&gt;Yes, you do. Closed mine as a dup. Sorry for the spam.&lt;/p&gt;</comment>
                            <comment id="3323189" author="milkie" created="Wed, 5 Aug 2020 17:52:46 +0000"  >&lt;p&gt;We also have &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13797&quot; title=&quot;[SERVER] Limit the number of simultaneous index builds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13797&quot;&gt;&lt;del&gt;DOCS-13797&lt;/del&gt;&lt;/a&gt; listed above as a linked ticket.&lt;/p&gt;</comment>
                            <comment id="3323185" author="mark.callaghan" created="Wed, 5 Aug 2020 17:50:58 +0000"  >&lt;p&gt;Filed &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13809&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;DOCS-13809&lt;/a&gt; for this to be documented for 4.4&lt;/p&gt;</comment>
                            <comment id="3310166" author="dan@10gen.com" created="Tue, 28 Jul 2020 16:07:51 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=louis.williams&quot; class=&quot;user-hover&quot; rel=&quot;louis.williams&quot;&gt;louis.williams&lt;/a&gt;&#160;can you clarify that this is max number of concurrent &lt;tt&gt;createIndex&lt;/tt&gt; &lt;b&gt;commands&lt;/b&gt; that can be executed vs. the maximum number of index specifications that can be built concurrently, since the &lt;tt&gt;createIndex&lt;/tt&gt; command can build multiple indexes concurrently.&#160;&lt;/p&gt;</comment>
                            <comment id="3309990" author="mark.callaghan" created="Tue, 28 Jul 2020 15:01:54 +0000"  >&lt;p&gt;Will there be docs for this? I don&apos;t see any today via:&lt;br/&gt;
&lt;a href=&quot;https://docs.mongodb.com/master/reference/operator/aggregation/lookup/?searchProperty=current&amp;amp;query=maxNumActiveUserIndexBuilds&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/master/reference/operator/aggregation/lookup/?searchProperty=current&amp;amp;query=maxNumActiveUserIndexBuilds&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3023779" author="xgen-internal-githook" created="Thu, 2 Apr 2020 18:30:34 +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-47155&quot; title=&quot;Limit the number of simultaneous index builds running from user connections to 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47155&quot;&gt;&lt;del&gt;SERVER-47155&lt;/del&gt;&lt;/a&gt; Limit the number of simultaneous index builds running from user connections to 3&lt;/p&gt;

&lt;p&gt;(cherry picked from commit c7818dde1a910b6828f24e1e9670688bdd5e5a68)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8180323509e77006765bde544c8db0c3d8127317&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8180323509e77006765bde544c8db0c3d8127317&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3023778" author="xgen-internal-githook" created="Thu, 2 Apr 2020 18:30:25 +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-47155&quot; title=&quot;Limit the number of simultaneous index builds running from user connections to 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47155&quot;&gt;&lt;del&gt;SERVER-47155&lt;/del&gt;&lt;/a&gt; IndexBuildsCoordinatorMongod unit tests should use the default thread pool options&lt;/p&gt;

&lt;p&gt;(cherry picked from commit b3d8a4c33e27f8d4536e6526d2ebb44d289b89c4)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e6bf2e9f1e14913fdf5963d085a496328d0a52ca&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e6bf2e9f1e14913fdf5963d085a496328d0a52ca&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3023776" author="xgen-internal-githook" created="Thu, 2 Apr 2020 18:30:16 +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-47155&quot; title=&quot;Limit the number of simultaneous index builds running from user connections to 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47155&quot;&gt;&lt;del&gt;SERVER-47155&lt;/del&gt;&lt;/a&gt; MultiIndexBlock::init() should invariant the collection is held with an exclusive lock&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 2f23989e4e0f51e1248d978fa8d8229102ac3019)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/003a965a09beeb1e84b61094095cdd13ba738e32&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/003a965a09beeb1e84b61094095cdd13ba738e32&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3022161" author="xgen-internal-githook" created="Thu, 2 Apr 2020 00:16: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-47155&quot; title=&quot;Limit the number of simultaneous index builds running from user connections to 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47155&quot;&gt;&lt;del&gt;SERVER-47155&lt;/del&gt;&lt;/a&gt; Limit the number of simultaneous index builds running from user connections to 3&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/c7818dde1a910b6828f24e1e9670688bdd5e5a68&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/c7818dde1a910b6828f24e1e9670688bdd5e5a68&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3022160" author="xgen-internal-githook" created="Thu, 2 Apr 2020 00:16: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-47155&quot; title=&quot;Limit the number of simultaneous index builds running from user connections to 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47155&quot;&gt;&lt;del&gt;SERVER-47155&lt;/del&gt;&lt;/a&gt; IndexBuildsCoordinatorMongod unit tests should use the default thread pool options&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b3d8a4c33e27f8d4536e6526d2ebb44d289b89c4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b3d8a4c33e27f8d4536e6526d2ebb44d289b89c4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3022159" author="xgen-internal-githook" created="Thu, 2 Apr 2020 00:16:28 +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-47155&quot; title=&quot;Limit the number of simultaneous index builds running from user connections to 3&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47155&quot;&gt;&lt;del&gt;SERVER-47155&lt;/del&gt;&lt;/a&gt; MultiIndexBlock::init() should invariant the collection is held with an exclusive lock&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2f23989e4e0f51e1248d978fa8d8229102ac3019&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2f23989e4e0f51e1248d978fa8d8229102ac3019&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="1233753">SERVER-46659</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                        <issuelink>
            <issuekey id="1423019">DOCS-13797</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1373576">SERVER-48617</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1842093">SERVER-59122</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1396327">SERVER-49215</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1039935">SERVER-44984</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1423027">SERVER-49948</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="18953"><![CDATA[v4.4]]></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, 2 Apr 2020 00:16:28 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 27 weeks 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_17052" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Downstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Existing, undocumented behavior as of 4.2.3 and 4.4.0:&lt;br/&gt;
In an attempt to bound memory usage and resource utilization, the server limits on the number of concurrent index builds started by a user on a primary node to 3.&lt;br/&gt;
&lt;br/&gt;
New behavior (as of 4.4.0 only):&lt;br/&gt;
Any index builds started over the limit will block until the number of concurrent index builds drops below the limit. The log message &amp;quot;Too many index builds running simultaneously, waiting until the number of active index builds is below the threshold&amp;quot; (ID 4715500) will be logged when the limit is reached and an index build has blocked.&lt;br/&gt;
&lt;br/&gt;
This default limit can be raised with the maxNumActiveUserIndexBuilds setParameter. This can be changed at startup or runtime.</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16942"><![CDATA[Needed]]></customfieldvalue>

                        </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>
                            3 years, 27 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>18.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dan@mongodb.com</customfieldvalue>
            <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>gregory.wlodarek@mongodb.com</customfieldvalue>
            <customfieldvalue>mark.callaghan@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hxbv2f:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr64k7:</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="3633">Execution Team 2020-04-06</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_17051" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Teams Impacted</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16944"><![CDATA[Docs]]></customfieldvalue>
    <customfieldvalue key="16946"><![CDATA[Triage and Release]]></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|hxbhbr:</customfieldvalue>

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