<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:31:44 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-76056] countDocsDeletedOnDonor name is misleading</title>
                <link>https://jira.mongodb.org/browse/SERVER-76056</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://github.com/10gen/mongo/blob/1e4a5d6a985748290b83a470cfa157af1db0ba8d/src/mongo/db/s/sharding_statistics.h#L70&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;countDocsDeletedOnDonor &lt;/a&gt; is a sharding statistic that is being updated every time &lt;a href=&quot;https://github.com/10gen/mongo/blob/1e4a5d6a985748290b83a470cfa157af1db0ba8d/src/mongo/db/s/range_deletion_util.cpp#L192&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a document is deleted by the range deleter&lt;/a&gt;. The name of the statistic ends up being misleading because the range deletion might also &lt;a href=&quot;https://github.com/10gen/mongo/blob/1e4a5d6a985748290b83a470cfa157af1db0ba8d/src/mongo/db/s/migration_coordinator.cpp#L367-L371&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;be triggered in the recipient by an aborted migration&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;To make this clearer, we could, for example, change the name of the statistic to &lt;tt&gt;countDocsDeletedByRangeDeleter&lt;/tt&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="2313922">SERVER-76056</key>
            <summary>countDocsDeletedOnDonor name is misleading</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="marcos.grillo@mongodb.com">Marcos Jos&#233; Grillo Ramirez</assignee>
                                    <reporter username="marcos.grillo@mongodb.com">Marcos Jos&#233; Grillo Ramirez</reporter>
                        <labels>
                            <label>auto-reverted</label>
                    </labels>
                <created>Thu, 13 Apr 2023 14:48:48 +0000</created>
                <updated>Mon, 6 Nov 2023 04:16:29 +0000</updated>
                            <resolved>Wed, 10 May 2023 13:00:01 +0000</resolved>
                                                    <fixVersion>7.1.0-rc0</fixVersion>
                    <fixVersion>7.0.0-rc1</fixVersion>
                    <fixVersion>6.0.7</fixVersion>
                    <fixVersion>5.0.19</fixVersion>
                    <fixVersion>4.4.26</fixVersion>
                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="5855761" author="xgen-internal-githook" created="Mon, 6 Nov 2023 04:16:29 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76056&quot; title=&quot;countDocsDeletedOnDonor name is misleading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76056&quot;&gt;&lt;del&gt;SERVER-76056&lt;/del&gt;&lt;/a&gt; Rename range deleter&apos;s docs deleted statistic from countDocsDeletedOnDonor to countDocsDeletedByRangeDeleter&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5a3aafb2d7c938c7752a961a2266b9f7d1de6dae)&lt;br/&gt;
(cherry picked from commit 51f7854c4a91fcc029aebc578941e6b225dcb3bc)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 5087a763c27dd26c43904801313dca6f9c6da1f6&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/24fdae59c0c7f2a369d644eeab50e14b5ad1497b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/24fdae59c0c7f2a369d644eeab50e14b5ad1497b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5855635" author="xgen-internal-githook" created="Sun, 5 Nov 2023 23:49:55 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76056&quot; title=&quot;countDocsDeletedOnDonor name is misleading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76056&quot;&gt;&lt;del&gt;SERVER-76056&lt;/del&gt;&lt;/a&gt; Rename range deleter&apos;s docs deleted statistic from countDocsDeletedOnDonor to countDocsDeletedByRangeDeleter&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5a3aafb2d7c938c7752a961a2266b9f7d1de6dae)&lt;br/&gt;
(cherry picked from commit 51f7854c4a91fcc029aebc578941e6b225dcb3bc)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 2e224c19d4f8aa77de6034e8e2666f118fc6c6a2&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5087a763c27dd26c43904801313dca6f9c6da1f6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5087a763c27dd26c43904801313dca6f9c6da1f6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5854783" author="xgen-internal-githook" created="Sun, 5 Nov 2023 04:22:17 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76056&quot; title=&quot;countDocsDeletedOnDonor name is misleading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76056&quot;&gt;&lt;del&gt;SERVER-76056&lt;/del&gt;&lt;/a&gt; Rename range deleter&apos;s docs deleted statistic from countDocsDeletedOnDonor to countDocsDeletedByRangeDeleter&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5a3aafb2d7c938c7752a961a2266b9f7d1de6dae)&lt;br/&gt;
(cherry picked from commit 51f7854c4a91fcc029aebc578941e6b225dcb3bc)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 5b16077689965a30fbd878ed4615b1fd4a198881&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2e224c19d4f8aa77de6034e8e2666f118fc6c6a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2e224c19d4f8aa77de6034e8e2666f118fc6c6a2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5854007" author="xgen-internal-githook" created="Sat, 4 Nov 2023 04:27:34 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76056&quot; title=&quot;countDocsDeletedOnDonor name is misleading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76056&quot;&gt;&lt;del&gt;SERVER-76056&lt;/del&gt;&lt;/a&gt; Rename range deleter&apos;s docs deleted statistic from countDocsDeletedOnDonor to countDocsDeletedByRangeDeleter&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5a3aafb2d7c938c7752a961a2266b9f7d1de6dae)&lt;br/&gt;
(cherry picked from commit 51f7854c4a91fcc029aebc578941e6b225dcb3bc)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 6dcbfddabe45baff7d782e1ccf2a5e6a390197e7&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5b16077689965a30fbd878ed4615b1fd4a198881&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5b16077689965a30fbd878ed4615b1fd4a198881&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5845238" author="xgen-internal-githook" created="Wed, 1 Nov 2023 04:26:18 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76056&quot; title=&quot;countDocsDeletedOnDonor name is misleading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76056&quot;&gt;&lt;del&gt;SERVER-76056&lt;/del&gt;&lt;/a&gt; Rename range deleter&apos;s docs deleted statistic from countDocsDeletedOnDonor to countDocsDeletedByRangeDeleter&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5a3aafb2d7c938c7752a961a2266b9f7d1de6dae)&lt;br/&gt;
(cherry picked from commit 51f7854c4a91fcc029aebc578941e6b225dcb3bc)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 5ef7bd9126759c08304335f2a3d61235b1845683&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6dcbfddabe45baff7d782e1ccf2a5e6a390197e7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6dcbfddabe45baff7d782e1ccf2a5e6a390197e7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5428506" author="xgen-internal-githook" created="Tue, 16 May 2023 15:08:05 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76056&quot; title=&quot;countDocsDeletedOnDonor name is misleading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76056&quot;&gt;&lt;del&gt;SERVER-76056&lt;/del&gt;&lt;/a&gt; Rename range deleter&apos;s docs deleted statistic from countDocsDeletedOnDonor to countDocsDeletedByRangeDeleter&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5a3aafb2d7c938c7752a961a2266b9f7d1de6dae)&lt;br/&gt;
(cherry picked from commit 51f7854c4a91fcc029aebc578941e6b225dcb3bc)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ac697ae13dcb5567e34fe5a98bfa3ea2fdedb175&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ac697ae13dcb5567e34fe5a98bfa3ea2fdedb175&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5427951" author="xgen-internal-githook" created="Tue, 16 May 2023 12:25:25 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76056&quot; title=&quot;countDocsDeletedOnDonor name is misleading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76056&quot;&gt;&lt;del&gt;SERVER-76056&lt;/del&gt;&lt;/a&gt; Rename range deleter&apos;s docs deleted statistic from countDocsDeletedOnDonor to countDocsDeletedByRangeDeleter&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5a3aafb2d7c938c7752a961a2266b9f7d1de6dae)&lt;br/&gt;
(cherry picked from commit 51f7854c4a91fcc029aebc578941e6b225dcb3bc)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6debd13407dc492aef1cec39b45c7cc9203a5d52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6debd13407dc492aef1cec39b45c7cc9203a5d52&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5427893" author="xgen-internal-githook" created="Tue, 16 May 2023 12:05:34 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76056&quot; title=&quot;countDocsDeletedOnDonor name is misleading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76056&quot;&gt;&lt;del&gt;SERVER-76056&lt;/del&gt;&lt;/a&gt; Rename range deleter&apos;s docs deleted statistic from countDocsDeletedOnDonor to countDocsDeletedByRangeDeleter&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5a3aafb2d7c938c7752a961a2266b9f7d1de6dae)&lt;br/&gt;
(cherry picked from commit 51f7854c4a91fcc029aebc578941e6b225dcb3bc)&lt;br/&gt;
Branch: v7.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/233c94ec552de06e7eca9ce782f0738b7b995906&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/233c94ec552de06e7eca9ce782f0738b7b995906&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5414119" author="xgen-internal-githook" created="Wed, 10 May 2023 12:49:48 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76056&quot; title=&quot;countDocsDeletedOnDonor name is misleading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76056&quot;&gt;&lt;del&gt;SERVER-76056&lt;/del&gt;&lt;/a&gt; Fix multiversion scenario checking both countDocsDeletedOnDonor and countDocsDeletedByRangeDeleter&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/51f7854c4a91fcc029aebc578941e6b225dcb3bc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/51f7854c4a91fcc029aebc578941e6b225dcb3bc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5411900" author="xgen-internal-githook" created="Tue, 9 May 2023 15:57:32 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76056&quot; title=&quot;countDocsDeletedOnDonor name is misleading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76056&quot;&gt;&lt;del&gt;SERVER-76056&lt;/del&gt;&lt;/a&gt; Rename range deleter&apos;s docs deleted statistic from countDocsDeletedOnDonor to countDocsDeletedByRangeDeleter&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5a3aafb2d7c938c7752a961a2266b9f7d1de6dae&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5a3aafb2d7c938c7752a961a2266b9f7d1de6dae&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5409880" author="xgen-buildbaron-user" created="Mon, 8 May 2023 21:40:15 +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_display_sharding_config_shard_dfd6b367420e4c2c1d63aaa48a5ef622e65affad_23_05_08_12_20_56&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;sharding_config_shard&lt;/a&gt; began a consistent failure of jstests/sharding/sharding_statistics_server_status.js&lt;/p&gt;</comment>
                            <comment id="5409874" author="xgen-internal-githook" created="Mon, 8 May 2023 21:39:04 +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;, &apos;username&apos;: &apos;&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76056&quot; title=&quot;countDocsDeletedOnDonor name is misleading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76056&quot;&gt;&lt;del&gt;SERVER-76056&lt;/del&gt;&lt;/a&gt; Rename range deleter&apos;s docs deleted statistic from countDocsDeletedOnDonor to countDocsDeletedByRangeDeleter&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit dfd6b367420e4c2c1d63aaa48a5ef622e65affad.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3adcdac21fb8a2add8a0755f31984c493399a4c7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3adcdac21fb8a2add8a0755f31984c493399a4c7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5407842" author="xgen-internal-githook" created="Mon, 8 May 2023 12:21:06 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Marcos Jos&#233; Grillo Ramirez&apos;, &apos;email&apos;: &apos;marcos.grillo@mongodb.com&apos;, &apos;username&apos;: &apos;m4nti5&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76056&quot; title=&quot;countDocsDeletedOnDonor name is misleading&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76056&quot;&gt;&lt;del&gt;SERVER-76056&lt;/del&gt;&lt;/a&gt; Rename range deleter&apos;s docs deleted statistic from countDocsDeletedOnDonor to countDocsDeletedByRangeDeleter&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/dfd6b367420e4c2c1d63aaa48a5ef622e65affad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/dfd6b367420e4c2c1d63aaa48a5ef622e65affad&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="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                        <issuelink>
            <issuekey id="2336875">DOCS-16117</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>13.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_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25133"><![CDATA[Sharding EMEA]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25578"><![CDATA[v7.0]]></customfieldvalue>
    <customfieldvalue key="25376"><![CDATA[v6.3]]></customfieldvalue>
    <customfieldvalue key="23470"><![CDATA[v6.0]]></customfieldvalue>
    <customfieldvalue key="21777"><![CDATA[v5.0]]></customfieldvalue>
    <customfieldvalue key="18953"><![CDATA[v4.4]]></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>Wed, 3 May 2023 14:14:58 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 weeks, 3 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_17052" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Downstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>After this commit the results of the sharding statistics in the server status command will change, specifically [countDocsDeletedOnDonor|&lt;a href=&quot;https://www.mongodb.com/docs/v6.0/reference/command/serverStatus/#mongodb-serverstatus-serverstatus.shardingStatistics.countDocsDeletedOnDonor&quot;&gt;https://www.mongodb.com/docs/v6.0/reference/command/serverStatus/#mongodb-serverstatus-serverstatus.shardingStatistics.countDocsDeletedOnDonor&lt;/a&gt;] is now named {{countDocsDeletedByRangeDeleter}}. &lt;br/&gt;
&lt;br/&gt;
The description of this field should say in the docs:&lt;br/&gt;
&lt;br/&gt;
Cumulative, always-increasing count of documents that have been deleted on this member due to chunk migrations.</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16942"><![CDATA[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>xgen-internal-githook</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 weeks, 3 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>marcos.grillo@mongodb.com</customfieldvalue>
            <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|i24kuv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxkcat:</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="7185">Sharding EMEA 2023-05-01</customfieldvalue>
    <customfieldvalue id="7186">Sharding EMEA 2023-05-15</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_17051" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Teams Impacted</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16943"><![CDATA[Cloud]]></customfieldvalue>
    <customfieldvalue key="16944"><![CDATA[Docs]]></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|i24707:</customfieldvalue>

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