<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:55:22 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-62521] Distributed locks might not be released on definite error when using a DDL coordinator</title>
                <link>https://jira.mongodb.org/browse/SERVER-62521</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;There are some implementations of the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/ab9e5b0df9c34b8b0c025c5050c4b56ed3d600b8/src/mongo/db/s/sharding_ddl_coordinator.h#L47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;DDL coordinator&lt;/a&gt; (like &lt;a href=&quot;https://github.com/mongodb/mongo/blob/ab9e5b0df9c34b8b0c025c5050c4b56ed3d600b8/src/mongo/db/s/move_primary_coordinator.h#L38&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;movePrimary&lt;/a&gt;) that are designed to not always make forward progress on retriable errors. Such classes set the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/ab9e5b0df9c34b8b0c025c5050c4b56ed3d600b8/src/mongo/db/s/sharding_ddl_coordinator.h#L187&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;_completeOnError&lt;/a&gt; flag which will prevent retrying the operation if a retriable error &lt;a href=&quot;https://github.com/mongodb/mongo/blob/ab9e5b0df9c34b8b0c025c5050c4b56ed3d600b8/src/mongo/db/s/sharding_ddl_coordinator.cpp/#L212-L243&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;is found&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The purpose of this task, is to ensure that if a retriable error occurs (such as a stepdown in the config server) in a DDLCoordinator implementation that has the _completeOnError flag set to true, the distributed locks &lt;a href=&quot;https://github.com/mongodb/mongo/blob/ab9e5b0df9c34b8b0c025c5050c4b56ed3d600b8/src/mongo/db/s/sharding_ddl_coordinator.cpp/#L297-L301&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;are released&lt;/a&gt;. The following scenario is an example:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;A movePrimary command starts&lt;/li&gt;
	&lt;li&gt;There is a stepdown on the config server when committing&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This will leave the primary node of the primary shard with the distributed lock for the database acquired. This would only affect operations that try to grab the database distributed lock on the config server after the scenario has happened.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1962028">SERVER-62521</key>
            <summary>Distributed locks might not be released on definite error when using a DDL coordinator</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="marcos.grillo@mongodb.com">Marcos Jos&#233; Grillo Ramirez</assignee>
                                    <reporter username="marcos.grillo@mongodb.com">Marcos Jos&#233; Grillo Ramirez</reporter>
                        <labels>
                            <label>sharding-wfbf-day</label>
                    </labels>
                <created>Tue, 11 Jan 2022 18:44:19 +0000</created>
                <updated>Sun, 29 Oct 2023 21:44:16 +0000</updated>
                            <resolved>Tue, 8 Mar 2022 10:13:59 +0000</resolved>
                                                    <fixVersion>6.0.0-rc0</fixVersion>
                    <fixVersion>5.0.7</fixVersion>
                    <fixVersion>5.3.0-rc3</fixVersion>
                    <fixVersion>5.2.2</fixVersion>
                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="4398083" author="xgen-internal-githook" created="Tue, 8 Mar 2022 15:50:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-62521&quot; title=&quot;Distributed locks might not be released on definite error when using a DDL coordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-62521&quot;&gt;&lt;del&gt;SERVER-62521&lt;/del&gt;&lt;/a&gt; Ensure distributed locks are being released even if a remote stepdown error occurs&lt;/p&gt;

&lt;p&gt;(cherry picked from commit c9a74181ade07e824a0b6bec6913d27c56e8bf21)&lt;br/&gt;
Branch: v5.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f7dfccadbb6f19018765b96ca746dcdeb74cf1ec&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f7dfccadbb6f19018765b96ca746dcdeb74cf1ec&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4398064" author="xgen-internal-githook" created="Tue, 8 Mar 2022 15:46:29 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-62521&quot; title=&quot;Distributed locks might not be released on definite error when using a DDL coordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-62521&quot;&gt;&lt;del&gt;SERVER-62521&lt;/del&gt;&lt;/a&gt; Ensure distributed locks are being released even if a remote stepdown error occurs&lt;/p&gt;

&lt;p&gt;(cherry picked from commit c9a74181ade07e824a0b6bec6913d27c56e8bf21)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/95e40bc43e1492fb329ae9b845314ccf24dcee18&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/95e40bc43e1492fb329ae9b845314ccf24dcee18&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4398049" author="xgen-internal-githook" created="Tue, 8 Mar 2022 15:44:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-62521&quot; title=&quot;Distributed locks might not be released on definite error when using a DDL coordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-62521&quot;&gt;&lt;del&gt;SERVER-62521&lt;/del&gt;&lt;/a&gt; Ensure distributed locks are being released even if a remote stepdown error occurs&lt;/p&gt;

&lt;p&gt;(cherry picked from commit c9a74181ade07e824a0b6bec6913d27c56e8bf21)&lt;br/&gt;
Branch: v5.3&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ebb15b33a2524d5999de8b71f252ee34714fbc46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ebb15b33a2524d5999de8b71f252ee34714fbc46&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4389484" author="xgen-internal-githook" created="Thu, 3 Mar 2022 16:01:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-62521&quot; title=&quot;Distributed locks might not be released on definite error when using a DDL coordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-62521&quot;&gt;&lt;del&gt;SERVER-62521&lt;/del&gt;&lt;/a&gt; Ensure distributed locks are being released even if a remote stepdown error occurs&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/c9a74181ade07e824a0b6bec6913d27c56e8bf21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/c9a74181ade07e824a0b6bec6913d27c56e8bf21&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4385914" author="xgen-internal-githook" created="Wed, 2 Mar 2022 11:19:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-62521&quot; title=&quot;Distributed locks might not be released on definite error when using a DDL coordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-62521&quot;&gt;&lt;del&gt;SERVER-62521&lt;/del&gt;&lt;/a&gt; Ensure distributed locks are being released even if a remote stepdown error occurs&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 97d77fc98b26331b280966bbc9b3787dc26e64cb.&lt;br/&gt;
Branch: v5.3&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9fb59e90fdb97de986174f745bd76747ece5bc40&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9fb59e90fdb97de986174f745bd76747ece5bc40&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4385851" author="xgen-internal-githook" created="Wed, 2 Mar 2022 10:54:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-62521&quot; title=&quot;Distributed locks might not be released on definite error when using a DDL coordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-62521&quot;&gt;&lt;del&gt;SERVER-62521&lt;/del&gt;&lt;/a&gt; Ensure distributed locks are being released even if a remote stepdown error occurs&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 88792c58a2f26249ecbe2474ba9960f59020bf3a.&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/99cbec2341c967585770c94b3004460702ba02c8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/99cbec2341c967585770c94b3004460702ba02c8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4385846" author="xgen-internal-githook" created="Wed, 2 Mar 2022 10:53:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-62521&quot; title=&quot;Distributed locks might not be released on definite error when using a DDL coordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-62521&quot;&gt;&lt;del&gt;SERVER-62521&lt;/del&gt;&lt;/a&gt; Ensure distributed locks are being released even if a remote stepdown error occurs&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 42c5d825b962b3190b8c8a639d022f6660eaeee0.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ebd873f520e214c61df66f1ce291d1af72671d6c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ebd873f520e214c61df66f1ce291d1af72671d6c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4385827" author="xgen-internal-githook" created="Wed, 2 Mar 2022 10:48:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-62521&quot; title=&quot;Distributed locks might not be released on definite error when using a DDL coordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-62521&quot;&gt;&lt;del&gt;SERVER-62521&lt;/del&gt;&lt;/a&gt; Ensure distributed locks are being released even if a remote stepdown error occurs&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 2551b634920f2fec7e8d780e7ea99d078b3af3bd.&lt;br/&gt;
Branch: v5.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/cee57ffcdbf134093e465cb36f50941de25f6330&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/cee57ffcdbf134093e465cb36f50941de25f6330&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4384308" author="xgen-internal-githook" created="Tue, 1 Mar 2022 18:50:33 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-62521&quot; title=&quot;Distributed locks might not be released on definite error when using a DDL coordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-62521&quot;&gt;&lt;del&gt;SERVER-62521&lt;/del&gt;&lt;/a&gt; Ensure distributed locks are being released even if a remote stepdown error occurs&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 42c5d825b962b3190b8c8a639d022f6660eaeee0)&lt;br/&gt;
Branch: v5.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2551b634920f2fec7e8d780e7ea99d078b3af3bd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2551b634920f2fec7e8d780e7ea99d078b3af3bd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4384260" author="xgen-internal-githook" created="Tue, 1 Mar 2022 18:37:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-62521&quot; title=&quot;Distributed locks might not be released on definite error when using a DDL coordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-62521&quot;&gt;&lt;del&gt;SERVER-62521&lt;/del&gt;&lt;/a&gt; Ensure distributed locks are being released even if a remote stepdown error occurs&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 42c5d825b962b3190b8c8a639d022f6660eaeee0)&lt;br/&gt;
Branch: v5.3&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/97d77fc98b26331b280966bbc9b3787dc26e64cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/97d77fc98b26331b280966bbc9b3787dc26e64cb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4384211" author="xgen-internal-githook" created="Tue, 1 Mar 2022 18:27:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-62521&quot; title=&quot;Distributed locks might not be released on definite error when using a DDL coordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-62521&quot;&gt;&lt;del&gt;SERVER-62521&lt;/del&gt;&lt;/a&gt; Ensure distributed locks are being released even if a remote stepdown error occurs&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 42c5d825b962b3190b8c8a639d022f6660eaeee0)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/88792c58a2f26249ecbe2474ba9960f59020bf3a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/88792c58a2f26249ecbe2474ba9960f59020bf3a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4383951" author="xgen-internal-githook" created="Tue, 1 Mar 2022 17:20:13 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-62521&quot; title=&quot;Distributed locks might not be released on definite error when using a DDL coordinator&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-62521&quot;&gt;&lt;del&gt;SERVER-62521&lt;/del&gt;&lt;/a&gt; Ensure distributed locks are being released even if a remote stepdown error occurs&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/42c5d825b962b3190b8c8a639d022f6660eaeee0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/42c5d825b962b3190b8c8a639d022f6660eaeee0&lt;/a&gt;&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>
                                                                <inwardlinks description="is caused by">
                                        <issuelink>
            <issuekey id="1646579">SERVER-55150</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>4.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23140"><![CDATA[v5.3]]></customfieldvalue>
    <customfieldvalue key="22676"><![CDATA[v5.2]]></customfieldvalue>
    <customfieldvalue key="21777"><![CDATA[v5.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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 21 Feb 2022 16:36:46 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 48 weeks, 1 day 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>
                            1 year, 48 weeks, 1 day ago
                        </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>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>marcos.grillo@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0gjd3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hzzodr:</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="5683">Sharding EMEA 2022-02-07</customfieldvalue>
    <customfieldvalue id="5749">Sharding EMEA 2022-02-21</customfieldvalue>
    <customfieldvalue id="5815">Sharding EMEA 2022-03-07</customfieldvalue>
    <customfieldvalue id="5816">Sharding EMEA 2022-03-21</customfieldvalue>

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

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

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