<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:08:10 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-67457] Resharding operation aborted in the midst of contacting participants may stall on config server primary indefinitely</title>
                <link>https://jira.mongodb.org/browse/SERVER-67457</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;After the resharding coordinator has transitioned into the &quot;preparing&amp;#45;to&amp;#45;donate&quot; state, it is required to establish the DonorStateMachines and RecipientStateMachines on the participant shards before proceeding with the remainder of the resharding operation. This synchronization every participant shard is aware of the resharding operation and will react accordingly to a subsequent &amp;#95;flushReshardingStateChange, &amp;#95;shardsvrCommitReshardCollection, or _shardsvrAbortReshardCollection command. The logic prior to &lt;a href=&quot;https://github.com/mongodb/mongo/blob/6564aa70bbd0b1c2a2ba29c6e71cf0e65366f7f1/src/mongo/db/s/resharding/resharding_coordinator_service.cpp#L1182-L1185&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&amp;#95;tellAllParticipantsReshardingStarted()&lt;/a&gt; is flawed because it possible for the resharding coordinator to&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Atomically write the config.collections and config.chunks entries for the temporary resharding collection, advance the state in the config.collections entry to be &quot;preparing&amp;#45;to&amp;#45;donate&quot; for the collection being resharded, and advance the state in config.reshardingOperations to be &quot;preparing&amp;#45;to&amp;#45;donate&quot;.&lt;/li&gt;
	&lt;li&gt;Receive an abortReshardCollection command either explicitly from the user or implicitly via a setFeatureCompatibilityVersion command.&lt;/li&gt;
	&lt;li&gt;Skip &lt;a href=&quot;https://github.com/mongodb/mongo/blob/6564aa70bbd0b1c2a2ba29c6e71cf0e65366f7f1/src/mongo/db/s/resharding/resharding_coordinator_service.cpp#L1163&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;waiting for the replica set transaction in step (1) to become majority&amp;#45;committed&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;Broadcast the &amp;#95;flushRoutingTableCacheUpdatesWithWriteConcern command to all participant shards using a $configTime prior to the replica set transaction from step (1) because the Timestamp from step (1) hasn&apos;t become majority&amp;#45;committed yet.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Shards receive the &amp;#95;flushRoutingTableCacheUpdatesWithWriteConcern command and observe a state of config.collections for the source collection and temporary resharding collection entries prior to the replica set transaction from step (1). In particular, the recipient shards would not observe the config.collections entry for the temporary resharding collection at all and would treat the namespace as unsharded. The shards therefore skip constructing the DonorStateMachine and RecipientStateMachine objects but responded ok:1 to the resharding coordinator as if they had.&lt;/p&gt;

&lt;p&gt;The resharding coordinator continues to wait for the participant shards to update their state within the config.reshardingOperations document to &quot;done&quot; and signal they&apos;ve finished their cleanup for the resharding operation. However, because the participants shards never constructed the DonorStateMachine and RecipientStateMachine object, they&apos;ll also never perform that update on the config.reshardingOperations document. This leads the resharding coordinator to wait indefinitely on &lt;a href=&quot;https://github.com/mongodb/mongo/blob/6564aa70bbd0b1c2a2ba29c6e71cf0e65366f7f1/src/mongo/db/s/resharding/resharding_coordinator_service.cpp#L1829-L1840&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this future&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Manual intervention on the config.reshardingOperations document would be required to unblock the resharding coordinator. The source collection will be unable to perform other sharding DDL commands in the meantime.&lt;/b&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;   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;12118:[js_test:setfcv_reshard_collection] d20276| {&quot;t&quot;:{&quot;$date&quot;:&quot;2022-06-14T01:50:03.173+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;SHARDING&quot;, &quot;id&quot;:21985,   &quot;ctx&quot;:&quot;RecoverRefreshThread&quot;,&quot;msg&quot;:&quot;Updating metadata for this namespace because the remote metadata has a newer collection version&quot;,&quot;attr&quot;:{&quot;namespace&quot;:&quot;reshardingDb.testColl&quot;,&quot;activeMetadata&quot;:&quot;collection version: 1|5||62a7e944c481ca50994b1490||Timestamp(1655171396, 41), shard version: 1|0||62a7e944c481ca50994b1490||Timestamp(1655171396, 41)&quot;,&quot;remoteMetadata&quot;:&quot;collection version: 1|7||62a7e944c481ca50994b1490||Timestamp(1655171396, 41), shard version: 1|0||62a7e944c481ca50994b1490||Timestamp(1655171396, 41)&quot;}}&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;   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;12121:[js_test:setfcv_reshard_collection] d20278| {&quot;t&quot;:{&quot;$date&quot;:&quot;2022-06-14T01:50:03.175+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;SHARDING&quot;, &quot;id&quot;:21985,   &quot;ctx&quot;:&quot;RecoverRefreshThread&quot;,&quot;msg&quot;:&quot;Updating metadata for this namespace because the remote metadata has a newer collection version&quot;,&quot;attr&quot;:{&quot;namespace&quot;:&quot;reshardingDb.testColl&quot;,&quot;activeMetadata&quot;:&quot;collection version: 1|5||62a7e944c481ca50994b1490||Timestamp(1655171396, 41), shard version: 1|5||62a7e944c481ca50994b1490||Timestamp(1655171396, 41)&quot;,&quot;remoteMetadata&quot;:&quot;collection version: 1|7||62a7e944c481ca50994b1490||Timestamp(1655171396, 41), shard version: 1|7||62a7e944c481ca50994b1490||Timestamp(1655171396, 41)&quot;}}&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;   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;12138:[js_test:setfcv_reshard_collection] d20278| {&quot;t&quot;:{&quot;$date&quot;:&quot;2022-06-14T01:50:03.188+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;SHARDING&quot;, &quot;id&quot;:21917,   &quot;ctx&quot;:&quot;RecoverRefreshThread&quot;,&quot;msg&quot;:&quot;Marking collection as unsharded&quot;,&quot;attr&quot;:{&quot;namespace&quot;:&quot;reshardingDb.system.resharding.face3185-7dbc-4460-adc9-c6c9a1603801&quot;}}&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;12139:[js_test:setfcv_reshard_collection] d20276| {&quot;t&quot;:{&quot;$date&quot;:&quot;2022-06-14T01:50:03.189+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;SHARDING&quot;, &quot;id&quot;:21917,   &quot;ctx&quot;:&quot;RecoverRefreshThread&quot;,&quot;msg&quot;:&quot;Marking collection as unsharded&quot;,&quot;attr&quot;:{&quot;namespace&quot;:&quot;reshardingDb.system.resharding.face3185-7dbc-4460-adc9-c6c9a1603801&quot;}}&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="2074554">SERVER-67457</key>
            <summary>Resharding operation aborted in the midst of contacting participants may stall on config server primary indefinitely</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>Wed, 22 Jun 2022 19:37:06 +0000</created>
                <updated>Sun, 29 Oct 2023 21:36:34 +0000</updated>
                            <resolved>Wed, 6 Jul 2022 13:27:31 +0000</resolved>
                                    <version>5.0.0</version>
                    <version>6.0.0-rc10</version>
                                    <fixVersion>6.0.1</fixVersion>
                    <fixVersion>5.0.10</fixVersion>
                    <fixVersion>6.1.0-rc0</fixVersion>
                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4663304" author="xgen-internal-githook" created="Thu, 7 Jul 2022 14:16:50 +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-67457&quot; title=&quot;Resharding operation aborted in the midst of contacting participants may stall on config server primary indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67457&quot;&gt;&lt;del&gt;SERVER-67457&lt;/del&gt;&lt;/a&gt; Wait for majority commit on completion&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4f48766343c4d029d2b5cf373c3a6c46ddf6b576&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4f48766343c4d029d2b5cf373c3a6c46ddf6b576&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4659962" author="xgen-internal-githook" created="Wed, 6 Jul 2022 12:20:23 +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-67457&quot; title=&quot;Resharding operation aborted in the midst of contacting participants may stall on config server primary indefinitely&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-67457&quot;&gt;&lt;del&gt;SERVER-67457&lt;/del&gt;&lt;/a&gt; Wait for majority commit on completion&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f62a3778d114a208a3d8c6ddc09e7a7702cde8c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f62a3778d114a208a3d8c6ddc09e7a7702cde8c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4633457" author="max.hirschhorn@10gen.com" created="Wed, 22 Jun 2022 19:37:23 +0000"  >&lt;p&gt;A solution here would be to move &lt;a href=&quot;https://github.com/mongodb/mongo/blob/6564aa70bbd0b1c2a2ba29c6e71cf0e65366f7f1/src/mongo/db/s/resharding/resharding_coordinator_service.cpp#L1163&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;the &amp;#95;waitForMajority()&lt;/a&gt; into the &amp;#95;tellAllParticipantsReshardingStarted() logic so it is part of the onCompletion() and also to use the stepdown token rather than the abort token for the wait.&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="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1715103">SERVER-56936</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1924136">SERVER-61444</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>3.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>Tue, 5 Jul 2022 14:13:36 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 30 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, 30 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>5.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>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|i0zm8v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hraf50:4</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|i0z8e7:</customfieldvalue>

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