<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:12:18 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-46740] establishCursors() must always drain the AsyncRequestsSender::_baton</title>
                <link>https://jira.mongodb.org/browse/SERVER-46740</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&lt;tt&gt;establishCursors()&lt;/tt&gt; has a best effort try-catch-throw block &lt;a href=&quot;https://github.com/mongodb/mongo/blob/0bc918c73390f6e4d6349660e4cd233f5900b69a/src/mongo/s/query/establish_cursors.cpp#L110-L153&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;. However, our underlying pattern for the ARS is prone to throwing after interruption. We should introduce a separate draining pattern for the ARS and use it from &lt;tt&gt;establishCursors()&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;This is usually a seen as an invariant in &lt;a href=&quot;https://github.com/mongodb/mongo/blob/3f68a848c68e993769589dc18e657728921d8367/src/mongo/transport/baton_asio_linux.h#L112-L127&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this block&lt;/a&gt; in &lt;tt&gt;mongo/transport/baton_asio_linux.h&lt;/tt&gt;:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;Invariant failure _scheduled.empty() src/mongo/transport/baton_asio_linux.h 116&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</description>
                <environment></environment>
        <key id="1255304">SERVER-46740</key>
            <summary>establishCursors() must always drain the AsyncRequestsSender::_baton</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="ben.caimano@mongodb.com">Benjamin Caimano</assignee>
                                    <reporter username="ben.caimano@mongodb.com">Benjamin Caimano</reporter>
                        <labels>
                    </labels>
                <created>Mon, 9 Mar 2020 22:03:25 +0000</created>
                <updated>Sun, 29 Oct 2023 22:11:03 +0000</updated>
                            <resolved>Tue, 9 Feb 2021 17:13:03 +0000</resolved>
                                                    <fixVersion>4.9.0</fixVersion>
                    <fixVersion>4.0.23</fixVersion>
                    <fixVersion>4.4.4</fixVersion>
                    <fixVersion>4.2.13</fixVersion>
                                                        <votes>3</votes>
                                    <watches>18</watches>
                                                                                                                <comments>
                            <comment id="3625929" author="billy.donahue" created="Fri, 19 Feb 2021 20:41:53 +0000"  >&lt;p&gt;There are several BFs linked to this commit.&lt;br/&gt;
Any idea what is causing those?&lt;/p&gt;

&lt;p&gt;(Update: I see they&apos;re wfbf and linked to &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-54406&quot; title=&quot;NetworkInterfaceMock should allow simultaneous interruption and response&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-54406&quot;&gt;&lt;del&gt;SERVER-54406&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
I&apos;ll link it here directly.)&lt;/p&gt;</comment>
                            <comment id="3607202" author="xgen-internal-githook" created="Tue, 9 Feb 2021 17:12:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ben Caimano&apos;, &apos;email&apos;: &apos;ben.caimano@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46740&quot; title=&quot;establishCursors() must always drain the AsyncRequestsSender::_baton&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46740&quot;&gt;&lt;del&gt;SERVER-46740&lt;/del&gt;&lt;/a&gt; Add missing reference character&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/622ba6fa36050f5a3f9d4decc4aca61eca840147&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/622ba6fa36050f5a3f9d4decc4aca61eca840147&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3607179" author="xgen-internal-githook" created="Tue, 9 Feb 2021 17:06:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ben Caimano&apos;, &apos;email&apos;: &apos;ben.caimano@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46740&quot; title=&quot;establishCursors() must always drain the AsyncRequestsSender::_baton&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46740&quot;&gt;&lt;del&gt;SERVER-46740&lt;/del&gt;&lt;/a&gt; Add missing reference character&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/07c6611b38d2aacbdb1846b688db70b3273170fb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/07c6611b38d2aacbdb1846b688db70b3273170fb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3597318" author="xgen-internal-githook" created="Wed, 3 Feb 2021 17:13:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ben Caimano&apos;, &apos;email&apos;: &apos;ben.caimano@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46740&quot; title=&quot;establishCursors() must always drain the AsyncRequestsSender::_baton&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46740&quot;&gt;&lt;del&gt;SERVER-46740&lt;/del&gt;&lt;/a&gt; Add missing reference character&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0a39553394d3975454e56fa1878b64c2c70cf6ef&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0a39553394d3975454e56fa1878b64c2c70cf6ef&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3596134" author="xgen-internal-githook" created="Wed, 3 Feb 2021 00:54:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ben Caimano&apos;, &apos;email&apos;: &apos;ben.caimano@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46740&quot; title=&quot;establishCursors() must always drain the AsyncRequestsSender::_baton&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46740&quot;&gt;&lt;del&gt;SERVER-46740&lt;/del&gt;&lt;/a&gt; Add missing reference character&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/72cc8e9c996f84205a0a1523942c58ab75ae5b31&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/72cc8e9c996f84205a0a1523942c58ab75ae5b31&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3594686" author="xgen-internal-githook" created="Tue, 2 Feb 2021 15:12:18 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ben Caimano&apos;, &apos;email&apos;: &apos;ben.caimano@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46740&quot; title=&quot;establishCursors() must always drain the AsyncRequestsSender::_baton&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46740&quot;&gt;&lt;del&gt;SERVER-46740&lt;/del&gt;&lt;/a&gt; establishCursors() must always drain the AsyncRequestsSender::_baton&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2f38d5622410a49d2e7cf2a5a7d9d0b18893c34c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2f38d5622410a49d2e7cf2a5a7d9d0b18893c34c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3594582" author="xgen-internal-githook" created="Tue, 2 Feb 2021 14:45:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ben Caimano&apos;, &apos;email&apos;: &apos;ben.caimano@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46740&quot; title=&quot;establishCursors() must always drain the AsyncRequestsSender::_baton&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46740&quot;&gt;&lt;del&gt;SERVER-46740&lt;/del&gt;&lt;/a&gt; establishCursors() must always drain the AsyncRequestsSender::_baton&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/53ee01d154106c70f526651858a7667df93a6aa2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/53ee01d154106c70f526651858a7667df93a6aa2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3593497" author="xgen-internal-githook" created="Mon, 1 Feb 2021 20:48:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ben Caimano&apos;, &apos;email&apos;: &apos;ben.caimano@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46740&quot; title=&quot;establishCursors() must always drain the AsyncRequestsSender::_baton&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46740&quot;&gt;&lt;del&gt;SERVER-46740&lt;/del&gt;&lt;/a&gt; establishCursors() must always drain the AsyncRequestsSender::_baton&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2421a667e1edcb119c0209a5f5af418ac038ab23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2421a667e1edcb119c0209a5f5af418ac038ab23&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3592819" author="xgen-internal-githook" created="Mon, 1 Feb 2021 17:14:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Ben Caimano&apos;, &apos;email&apos;: &apos;ben.caimano@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46740&quot; title=&quot;establishCursors() must always drain the AsyncRequestsSender::_baton&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46740&quot;&gt;&lt;del&gt;SERVER-46740&lt;/del&gt;&lt;/a&gt; establishCursors() must always drain the AsyncRequestsSender::_baton&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fdf53c68a6eceb8d0dffeb8a48479cfd4d01861f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fdf53c68a6eceb8d0dffeb8a48479cfd4d01861f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3590680" author="ben.caimano" created="Fri, 29 Jan 2021 22:08:46 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=spencer.brown&quot; class=&quot;user-hover&quot; rel=&quot;spencer.brown&quot;&gt;spencer.brown&lt;/a&gt;, I believe our reviews have reached a conclusion. I&apos;ll attempt to land my changes on Monday.&lt;/p&gt;</comment>
                            <comment id="3590499" author="spencer.brown" created="Fri, 29 Jan 2021 20:37:14 +0000"  >&lt;p&gt;Can anything be done to complete the code reviews and get these fixes into the next point releases of 4.4/4.2/4.0? As you can see from the linked support cases there are a number of customers impacted by this. We have provided the workaround to those we know of, but more customers are going to hit this until it&apos;s fixed.&lt;/p&gt;</comment>
                            <comment id="3496226" author="ben.caimano" created="Wed, 18 Nov 2020 18:49:47 +0000"  >&lt;p&gt;This issue can usually be mitigated on v4.0 by setting these parameters:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;setParameter.AsyncRequestsSenderUseBaton: false&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;setParameter.taskExecutorPoolSize: 0&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;See &lt;a href=&quot;https://docs.mongodb.com/manual/reference/parameters/#param.taskExecutorPoolSize&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;these docs&lt;/a&gt; for more details.&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="1441591">SERVER-50305</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1162368">SERVER-46255</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1616555">SERVER-54406</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>12.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9.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>
    <customfieldvalue key="16775"><![CDATA[v4.2]]></customfieldvalue>
    <customfieldvalue key="15640"><![CDATA[v4.0]]></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_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5002K00000jddYsQAI, 5002K00000msxWSQAY, 5002K00000nAuD8QAK, 5002K00000npnSeQAI, 5002K00000pnLCiQAM, 5002K00000pnV8lQAE, 5002K00000qfOEiQAM, 5002K00000r340PQAQ, 5002K00000qg3OzQAI, 5002K00000s0UQeQAM, 5002K00000saIwNQAU, 5002K00000uDYQYQA4, 5002K00000vgCvxQAE, 5002K000011DltdQAC]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 30 Nov 2020 17:53:20 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 50 weeks, 5 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_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not 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>
                            2 years, 50 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>46.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>ben.caimano@mongodb.com</customfieldvalue>
            <customfieldvalue>billy.donahue@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>spencer.brown@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hx5dz3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hy785j:</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="3746">Service Arch 2020-04-06</customfieldvalue>
    <customfieldvalue id="3838">Service arch 2020-04-20</customfieldvalue>
    <customfieldvalue id="3839">Service arch 2020-05-04</customfieldvalue>
    <customfieldvalue id="3840">Service arch 2020-05-18</customfieldvalue>
    <customfieldvalue id="4274">Service arch 2020-12-28</customfieldvalue>
    <customfieldvalue id="4499">Service Arch 2021-01-25</customfieldvalue>
    <customfieldvalue id="4571">Security 2021-01-25</customfieldvalue>
    <customfieldvalue id="4572">Security 2021-02-08</customfieldvalue>
    <customfieldvalue id="4573">Security 2021-02-22</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|hx508f:</customfieldvalue>

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