<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:16:36 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-70602] Handle faulty balancerCompliant reporting by waiting for some no-op balancing rounds</title>
                <link>https://jira.mongodb.org/browse/SERVER-70602</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The tests are already double checking the collection &lt;tt&gt;balancerComplaint&lt;/tt&gt; (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-69136&quot; title=&quot;Tests should consider balancerCollectionStatus may report balancerCompliant too early&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-69136&quot;&gt;&lt;del&gt;SERVER-69136&lt;/del&gt;&lt;/a&gt;) through the &lt;a href=&quot;https://github.com/10gen/mongo/blob/95180bdfb528456a3a6b19ab185282f57cc3c926/src/mongo/shell/utils_sh.js#L320-L369&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;awaitCollectionBalance&lt;/a&gt; function&#160;due to the &quot;Won&apos;t fixed&quot; bug &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-68777&quot; title=&quot;BalancerCollectionStatus may report balancerCompliant too early&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-68777&quot;&gt;&lt;del&gt;SERVER-68777&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;However, in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-68777&quot; title=&quot;BalancerCollectionStatus may report balancerCompliant too early&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-68777&quot;&gt;&lt;del&gt;SERVER-68777&lt;/del&gt;&lt;/a&gt; we only considered the possibility of having a &lt;b&gt;wrong collection size&lt;/b&gt; on the &lt;b&gt;donor&lt;/b&gt; and not on the &lt;b&gt;recipient&lt;/b&gt;.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Whyrecipientmayreportawrongcollectionsize%3F&quot;&gt;&lt;/a&gt;&lt;b&gt;Why recipient may report a wrong collection size?&lt;/b&gt;&lt;/h4&gt;

&lt;p&gt;Because &lt;a href=&quot;https://github.com/10gen/mongo/blob/a6cb05b658ea5ce9a6e7c335339901dfd9ff0f65/src/mongo/db/s/migration_destination_manager.cpp#L1373-L1374&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;the actual migration of the documents&lt;/a&gt; is not executed atomically with &lt;a href=&quot;https://github.com/10gen/mongo/blob/a6cb05b658ea5ce9a6e7c335339901dfd9ff0f65/src/mongo/db/s/migration_destination_manager.cpp#L1384-L1385&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;the update of orphanCounter&lt;/a&gt; on the recipient side. So, the recipient shard would report a longer collection size than the actual one, if the request is addressed before &lt;a href=&quot;https://github.com/10gen/mongo/blob/a6cb05b658ea5ce9a6e7c335339901dfd9ff0f65/src/mongo/db/s/migration_destination_manager.cpp#L1384-L1385&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;the update of orphanCounter&lt;/a&gt; and after &lt;a href=&quot;https://github.com/10gen/mongo/blob/a6cb05b658ea5ce9a6e7c335339901dfd9ff0f65/src/mongo/db/s/migration_destination_manager.cpp#L1373-L1374&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;the actual migration of the documents&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;NOTE: The recipient clears the &apos;orphan&apos; tag of the received chunk once the migration commit state is reached.&lt;/p&gt;
&lt;h4&gt;&lt;a name=&quot;Exampleoffailure&quot;&gt;&lt;/a&gt;&lt;b&gt;Example of failure&lt;/b&gt;&lt;/h4&gt;

&lt;p&gt;&#160;&lt;br/&gt;
1. &lt;a href=&quot;https://github.com/10gen/mongo/blob/95180bdfb528456a3a6b19ab185282f57cc3c926/src/mongo/shell/utils_sh.js#L341-L345&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;First balancerCompliant&lt;/a&gt; returns too early because the donor shard is reporting a lower value for collection size due to &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-68777&quot; title=&quot;BalancerCollectionStatus may report balancerCompliant too early&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-68777&quot;&gt;&lt;del&gt;SERVER-68777&lt;/del&gt;&lt;/a&gt;. At that moment the last migration is still in progress.&lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;DONOR size&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;RECIPIENT size&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;font color=&quot;#de350b&quot;&gt;7340214 MB (actual: 8388816 MB)&lt;/font&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;font color=&quot;#00875a&quot;&gt;5243010 MB&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;2. At that moment there are no orphans so &lt;a href=&quot;https://github.com/10gen/mongo/blob/95180bdfb528456a3a6b19ab185282f57cc3c926/src/mongo/shell/utils_sh.js#L347-L354&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;we don&apos;t have to wait for them to be 0&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;3. &lt;a href=&quot;https://github.com/10gen/mongo/blob/95180bdfb528456a3a6b19ab185282f57cc3c926/src/mongo/shell/utils_sh.js#L358-L359&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Second balancerCompliant&lt;/a&gt; returns too early as well because the recipient has already received the documents but didn&apos;t update the orphans counter. So we return wrongly from &lt;tt&gt;awaitCollectionBalanced&lt;/tt&gt;.&lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;DONOR size&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;RECIPIENT size&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;font color=&quot;#00875a&quot;&gt;8388816 MB&lt;/font&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;font color=&quot;#de350b&quot;&gt;6291612 MB (actual: 5243010 MB)&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;4. Once the migration ends we finally get the proper size on each shard&lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;DONOR size&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;RECIPIENT size&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;font color=&quot;#00875a&quot;&gt;7340214 MB&lt;/font&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;&lt;font color=&quot;#00875a&quot;&gt;6291612 MB&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description>
                <environment></environment>
        <key id="2160224">SERVER-70602</key>
            <summary>Handle faulty balancerCompliant reporting by waiting for some no-op balancing rounds</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="silvia.surroca@mongodb.com">Silvia Surroca</assignee>
                                    <reporter username="silvia.surroca@mongodb.com">Silvia Surroca</reporter>
                        <labels>
                            <label>auto-reverted</label>
                    </labels>
                <created>Mon, 17 Oct 2022 12:06:14 +0000</created>
                <updated>Sun, 29 Oct 2023 21:31:51 +0000</updated>
                            <resolved>Thu, 3 Nov 2022 08:50:36 +0000</resolved>
                                                    <fixVersion>6.1.1</fixVersion>
                    <fixVersion>6.0.3</fixVersion>
                    <fixVersion>6.2.0-rc0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="4954487" author="xgen-internal-githook" created="Fri, 4 Nov 2022 09:12:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Silvia Surroca&apos;, &apos;email&apos;: &apos;silvia.surroca@mongodb.com&apos;, &apos;username&apos;: &apos;silviasuhu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-70602&quot; title=&quot;Handle faulty balancerCompliant reporting by waiting for some no-op balancing rounds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-70602&quot;&gt;&lt;del&gt;SERVER-70602&lt;/del&gt;&lt;/a&gt; Handle faulty balancerCompliant reporting by waiting for some no-op balancing rounds&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 8e7978fb75cad95f864255810c655f62a0a9408d)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/826697fdc36740ab8543d81880d6d641eba0685a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/826697fdc36740ab8543d81880d6d641eba0685a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4954479" author="xgen-internal-githook" created="Fri, 4 Nov 2022 09:07:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Silvia Surroca&apos;, &apos;email&apos;: &apos;silvia.surroca@mongodb.com&apos;, &apos;username&apos;: &apos;silviasuhu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-70602&quot; title=&quot;Handle faulty balancerCompliant reporting by waiting for some no-op balancing rounds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-70602&quot;&gt;&lt;del&gt;SERVER-70602&lt;/del&gt;&lt;/a&gt; Handle faulty balancerCompliant reporting by waiting for some no-op balancing rounds&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 8e7978fb75cad95f864255810c655f62a0a9408d)&lt;br/&gt;
Branch: v6.1&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ea4b2d784664f3240b56ad99ba66b33ff4e0330f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ea4b2d784664f3240b56ad99ba66b33ff4e0330f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4951319" author="JIRAUSER1268536" created="Thu, 3 Nov 2022 11:38:40 +0000"  >&lt;p&gt;Yes, I&apos;ve just created both backports&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;BACKPORT-13952&lt;/li&gt;
	&lt;li&gt;BACKPORT-13953&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4951014" author="tommaso.tocci" created="Thu, 3 Nov 2022 08:34:54 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=silvia.surroca%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;silvia.surroca@mongodb.com&quot;&gt;silvia.surroca@mongodb.com&lt;/a&gt; is this affecting also 6.0 and 6.1? Do we need a backport?&lt;/p&gt;</comment>
                            <comment id="4950955" author="xgen-internal-githook" created="Thu, 3 Nov 2022 08:28:31 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Silvia Surroca&apos;, &apos;email&apos;: &apos;silvia.surroca@mongodb.com&apos;, &apos;username&apos;: &apos;silviasuhu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-70602&quot; title=&quot;Handle faulty balancerCompliant reporting by waiting for some no-op balancing rounds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-70602&quot;&gt;&lt;del&gt;SERVER-70602&lt;/del&gt;&lt;/a&gt; Handle faulty balancerCompliant reporting by waiting for some no-op balancing rounds&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8e7978fb75cad95f864255810c655f62a0a9408d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8e7978fb75cad95f864255810c655f62a0a9408d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4920104" author="xgen-buildbaron-user" created="Sat, 22 Oct 2022 00:20:37 +0000"  >&lt;p&gt;Ticket re-opened due to revert. &lt;a href=&quot;https://evergreen.mongodb.com/task/mongodb_mongo_master_enterprise_rhel_80_64_bit_dynamic_required_display_concurrency_sharded_with_stepdowns_and_balancer_06e43e02a452ae1c4fffcffb0242b4a528bdacb4_22_10_21_13_21_02&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;concurrency_sharded_with_stepdowns_and_balancer&lt;/a&gt; began a consistent failure of jstests/concurrency/fsm_workloads/collection_defragmentation.js&lt;/p&gt;</comment>
                            <comment id="4920100" author="xgen-internal-githook" created="Sat, 22 Oct 2022 00:17:48 +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-70602&quot; title=&quot;Handle faulty balancerCompliant reporting by waiting for some no-op balancing rounds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-70602&quot;&gt;&lt;del&gt;SERVER-70602&lt;/del&gt;&lt;/a&gt; Handle faulty balancerCompliant reporting by waiting for some no-op balancing rounds&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 06e43e02a452ae1c4fffcffb0242b4a528bdacb4.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/56a7b05b1ca726ab6ba719f244902126e6285c53&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/56a7b05b1ca726ab6ba719f244902126e6285c53&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4918367" author="xgen-internal-githook" created="Fri, 21 Oct 2022 13:21:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Silvia Surroca&apos;, &apos;email&apos;: &apos;silvia.surroca@mongodb.com&apos;, &apos;username&apos;: &apos;silviasuhu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-70602&quot; title=&quot;Handle faulty balancerCompliant reporting by waiting for some no-op balancing rounds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-70602&quot;&gt;&lt;del&gt;SERVER-70602&lt;/del&gt;&lt;/a&gt; Handle faulty balancerCompliant reporting by waiting for some no-op balancing rounds&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/06e43e02a452ae1c4fffcffb0242b4a528bdacb4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/06e43e02a452ae1c4fffcffb0242b4a528bdacb4&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>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.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="24444"><![CDATA[v6.1]]></customfieldvalue>
    <customfieldvalue key="23470"><![CDATA[v6.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>Fri, 21 Oct 2022 08:31:50 +0000</customfieldvalue>

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


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 13 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>35.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>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>silvia.surroca@mongodb.com</customfieldvalue>
            <customfieldvalue>tommaso.tocci@mongodb.com</customfieldvalue>
            <customfieldvalue>Xgen-BuildBaron-User</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1e9hz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0wxe0:</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="6552">Sharding EMEA 2022-10-31</customfieldvalue>
    <customfieldvalue id="6553">Sharding EMEA 2022-11-14</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|i1dvnb:</customfieldvalue>

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