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

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


<item>
            <title>[SERVER-61985] resharding_coordinator_recovers_abort_decision.js may report resharding operation as succeeding due to primary shard retrying _configsvrReshardCollection and running a second resharding operation</title>
                <link>https://jira.mongodb.org/browse/SERVER-61985</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/d5d59422cf63d847fc8aa52e922174e2fdad3ed3/jstests/sharding/libs/resharding_test_fixture.js#L303-L304&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;The ReshardingTest fixture configures the reshardingPauseCoordinatorBeforeCompletion with {times: 1}&lt;/a&gt; which means that it is automatically disabled once it is &lt;a href=&quot;https://github.com/mongodb/mongo/blob/d5d59422cf63d847fc8aa52e922174e2fdad3ed3/src/mongo/db/s/resharding/resharding_coordinator_service.cpp#L1290-L1291&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reached by a ReshardingCoordinator&lt;/a&gt;. The failpoint is automatically disabled once it has been reached and therefore won&apos;t actually pause the ReshardingCoordinator. This is problematic for cases where the reshardCollection command is expected to error (i.e. tests which use &lt;tt&gt;expectedErrorCode !== ErrorCodes.OK&lt;/tt&gt;) because the &amp;#95;configsvrReshardCollection can be retried by the primary shard and will have forgotten about an earlier aborted resharding. This can lead an entire second resharding operation to run and, because it runs entirely after the &lt;tt&gt;duringReshardingFn&lt;/tt&gt; finished executing, it won&apos;t also abort like the first resharding operation.&lt;/p&gt;

&lt;p&gt;We should revert the changes to the ReshardingTest fixture from &lt;a href=&quot;https://github.com/mongodb/mongo/commit/38c6aff3fabd80688c60f35e5f61bc629af0e799#diff-152eac7569620c00afd8ffc4d83604e927bcf49aae11c9dff5e5375ce58f73bc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;38c6aff&lt;/a&gt; as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-52730&quot; title=&quot;Restrict there to be at most one resharding operation active in the whole cluster&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-52730&quot;&gt;&lt;del&gt;SERVER-52730&lt;/del&gt;&lt;/a&gt; so the ReshardingCoordinator remains paused. This will require devising a different solution to not having the resharding&amp;#95;prohibited&amp;#95;commands.js test running a second reshardCollection command get stuck, which can likely be done by passing data into the reshardingPauseCoordinatorBeforeCompletion failpoint to only pause the ReshardingCoordinator for a particular source namespace.&lt;/p&gt;

&lt;p&gt;We should also revert the test changes to resharding&amp;#95;nonblocking&amp;#95;coordinator&amp;#95;rebuild.js from &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61607&quot; title=&quot;Accept DuplicateKey as a possible error in resharding_nonblocking_coordinator_rebuild.js&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61607&quot;&gt;&lt;del&gt;SERVER-61607&lt;/del&gt;&lt;/a&gt; because I hadn&apos;t realized the problematic behavior with the reshardingPauseCoordinatorBeforeCompletion failpoint being the culprit until now.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1946635">SERVER-61985</key>
            <summary>resharding_coordinator_recovers_abort_decision.js may report resharding operation as succeeding due to primary shard retrying _configsvrReshardCollection and running a second resharding operation</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="abdul.qadeer@mongodb.com">Abdul Qadeer</assignee>
                                    <reporter username="max.hirschhorn@mongodb.com">Max Hirschhorn</reporter>
                        <labels>
                            <label>sharding-nyc-subteam1</label>
                    </labels>
                <created>Fri, 10 Dec 2021 16:15:43 +0000</created>
                <updated>Sun, 29 Oct 2023 21:45:11 +0000</updated>
                            <resolved>Mon, 18 Jul 2022 12:25:44 +0000</resolved>
                                                    <fixVersion>5.0.11</fixVersion>
                    <fixVersion>6.0.2</fixVersion>
                    <fixVersion>6.1.0-rc0</fixVersion>
                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="4795166" author="max.hirschhorn@10gen.com" created="Thu, 1 Sep 2022 14:22:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Abdul Qadeer&apos;, &apos;email&apos;: &apos;abdul.qadeer@mongodb.com&apos;, &apos;username&apos;: &apos;zorro786&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61985&quot; title=&quot;resharding_coordinator_recovers_abort_decision.js may report resharding operation as succeeding due to primary shard retrying _configsvrReshardCollection and running a second resharding operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61985&quot;&gt;&lt;del&gt;SERVER-61985&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-67193&quot; title=&quot;Ensure Coordinator Began Resharding Before setFCV in setfcv_reshard_collection.js&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67193&quot;&gt;&lt;del&gt;SERVER-67193&lt;/del&gt;&lt;/a&gt; Make reshardingPauseCoordinatorBeforeCompletion failpoint pause conditionally&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0d5fd57f9e55915550dd7d13340e2944c169c6e2)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/32f1d5772af14cecc6df7d06eed6e850aa39d0ee&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/32f1d5772af14cecc6df7d06eed6e850aa39d0ee&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4708884" author="max.hirschhorn@10gen.com" created="Wed, 27 Jul 2022 15:19:20 +0000"  >&lt;p&gt;Thank you &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=matthew.russotto%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;matthew.russotto@mongodb.com&quot;&gt;matthew.russotto@mongodb.com&lt;/a&gt;, I filed BF-25959 to track the Evergreen failure you observed. &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=abdul.qadeer%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;abdul.qadeer@mongodb.com&quot;&gt;abdul.qadeer@mongodb.com&lt;/a&gt;, let&apos;s hold off on the 6.0 backport until we better understand why the &amp;#95;configsvrReshardCollection command is being issued twice despite the changes to the reshardingPauseCoordinatorBeforeCompletion failpoint behavior.&lt;/p&gt;</comment>
                            <comment id="4708789" author="matthew.russotto" created="Wed, 27 Jul 2022 14:58:57 +0000"  >&lt;p&gt;This appears to have re-introduced the bug from &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61607&quot; title=&quot;Accept DuplicateKey as a possible error in resharding_nonblocking_coordinator_rebuild.js&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61607&quot;&gt;&lt;del&gt;SERVER-61607&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://evergreen.mongodb.com/task/mongodb_mongo_v5.0_enterprise_rhel_80_64_bit_dynamic_required_sharding_op_query_3_enterprise_rhel_80_64_bit_dynamic_required_patch_977e631b79b0409905729d4bb89137c2bb0f865f_62e00c7d850e615c232dd5b4_22_07_26_15_47_13&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://evergreen.mongodb.com/task/mongodb_mongo_v5.0_enterprise_rhel_80_64_bit_dynamic_required_sharding_op_query_3_enterprise_rhel_80_64_bit_dynamic_required_patch_977e631b79b0409905729d4bb89137c2bb0f865f_62e00c7d850e615c232dd5b4_22_07_26_15_47_13&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(note: for some reason I cannot re-open this issue.  Not sure if it&apos;s a permissions problem or because a backport has been released or what).&lt;/p&gt;</comment>
                            <comment id="4694711" author="xgen-internal-githook" created="Thu, 21 Jul 2022 12:25:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Abdul Qadeer&apos;, &apos;email&apos;: &apos;abdul.qadeer@mongodb.com&apos;, &apos;username&apos;: &apos;zorro786&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61985&quot; title=&quot;resharding_coordinator_recovers_abort_decision.js may report resharding operation as succeeding due to primary shard retrying _configsvrReshardCollection and running a second resharding operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61985&quot;&gt;&lt;del&gt;SERVER-61985&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-67193&quot; title=&quot;Ensure Coordinator Began Resharding Before setFCV in setfcv_reshard_collection.js&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67193&quot;&gt;&lt;del&gt;SERVER-67193&lt;/del&gt;&lt;/a&gt; Make reshardingPauseCoordinatorBeforeCompletion failpoint pause conditionally&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/36eb019a6ecbe610f2f0a8205e4fb097c957d24f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/36eb019a6ecbe610f2f0a8205e4fb097c957d24f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4685350" author="xgen-internal-githook" created="Mon, 18 Jul 2022 12:08:18 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Abdul Qadeer&apos;, &apos;email&apos;: &apos;abdul.qadeer@mongodb.com&apos;, &apos;username&apos;: &apos;zorro786&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61985&quot; title=&quot;resharding_coordinator_recovers_abort_decision.js may report resharding operation as succeeding due to primary shard retrying _configsvrReshardCollection and running a second resharding operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61985&quot;&gt;&lt;del&gt;SERVER-61985&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-67193&quot; title=&quot;Ensure Coordinator Began Resharding Before setFCV in setfcv_reshard_collection.js&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67193&quot;&gt;&lt;del&gt;SERVER-67193&lt;/del&gt;&lt;/a&gt; Make reshardingPauseCoordinatorBeforeCompletion failpoint pause conditionally&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0d5fd57f9e55915550dd7d13340e2944c169c6e2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0d5fd57f9e55915550dd7d13340e2944c169c6e2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4652200" author="xgen-internal-githook" created="Fri, 1 Jul 2022 07:16:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;auto-revert-processor&apos;, &apos;email&apos;: &apos;dev-prod-dag@mongodb.com&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61985&quot; title=&quot;resharding_coordinator_recovers_abort_decision.js may report resharding operation as succeeding due to primary shard retrying _configsvrReshardCollection and running a second resharding operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61985&quot;&gt;&lt;del&gt;SERVER-61985&lt;/del&gt;&lt;/a&gt; Make reshardingPauseCoordinatorBeforeCompletion failpoint pause conditionally&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 88b5b28f901211cb63099b98e3c576826d82e68d.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ca8d1708e9fb26734691a177d79bfdc78febc7c5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ca8d1708e9fb26734691a177d79bfdc78febc7c5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4651187" author="xgen-internal-githook" created="Thu, 30 Jun 2022 18:16:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Abdul Qadeer&apos;, &apos;email&apos;: &apos;abdul.qadeer@mongodb.com&apos;, &apos;username&apos;: &apos;zorro786&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-61985&quot; title=&quot;resharding_coordinator_recovers_abort_decision.js may report resharding operation as succeeding due to primary shard retrying _configsvrReshardCollection and running a second resharding operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-61985&quot;&gt;&lt;del&gt;SERVER-61985&lt;/del&gt;&lt;/a&gt; Make reshardingPauseCoordinatorBeforeCompletion failpoint pause conditionally&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/88b5b28f901211cb63099b98e3c576826d82e68d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/88b5b28f901211cb63099b98e3c576826d82e68d&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">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2261268">SERVER-73916</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1537589">SERVER-52730</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1928835">SERVER-61607</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>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23470"><![CDATA[v6.0]]></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>Sat, 25 Jun 2022 02:11:23 +0000</customfieldvalue>

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


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_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, 22 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>163.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>abdul.qadeer@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>matthew.russotto@mongodb.com</customfieldvalue>
            <customfieldvalue>max.hirschhorn@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0dx27:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hraf5b:</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_22250" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Special Downgrade Instructions Required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23343"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="5738">Sharding 2022-06-27</customfieldvalue>
    <customfieldvalue id="6343">Sharding 2022-07-11</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</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|i0dj7j:</customfieldvalue>

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