<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:25:33 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-73763] Resharding does not extend zone ranges for config.tag docs, leading to config server primary fassert loop from duplicate key error</title>
                <link>https://jira.mongodb.org/browse/SERVER-73763</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Resharding will add documents to config.tags collection with the new temporary resharding namespace. But these docs, don&apos;t extend the zone range to encompass the entire sharding key pattern. The tag documents to be uploaded to config.tags are built here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/f2a95d46b1d5ba667048a937fd73de43c391f569/src/mongo/db/s/resharding/resharding_util.cpp#L226&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/blob/f2a95d46b1d5ba667048a937fd73de43c391f569/src/mongo/db/s/resharding/resharding_util.cpp#L226&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This function should be doing something similar to the resharding split policy (taking in the new resharding key and calling extend range on it) like this:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/f2a95d46b1d5ba667048a937fd73de43c391f569/src/mongo/db/s/config/initial_split_policy.cpp#L696&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/blob/f2a95d46b1d5ba667048a937fd73de43c391f569/src/mongo/db/s/config/initial_split_policy.cpp#L696&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="2257398">SERVER-73763</key>
            <summary>Resharding does not extend zone ranges for config.tag docs, leading to config server primary fassert loop from duplicate key error</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="nandini.bhartiya@mongodb.com">Nandini Bhartiya</assignee>
                                    <reporter username="kshitij.gupta@mongodb.com">Kshitij Gupta</reporter>
                        <labels>
                            <label>sharding-nyc-subteam1</label>
                    </labels>
                <created>Wed, 8 Feb 2023 16:12:02 +0000</created>
                <updated>Mon, 20 Nov 2023 15:12:35 +0000</updated>
                            <resolved>Mon, 1 May 2023 18:55:03 +0000</resolved>
                                    <version>5.0.0</version>
                    <version>6.0.0</version>
                    <version>6.3.0-rc0</version>
                                    <fixVersion>7.1.0-rc0</fixVersion>
                    <fixVersion>7.0.5</fixVersion>
                    <fixVersion>6.0.13</fixVersion>
                    <fixVersion>5.0.24</fixVersion>
                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>8</watches>
                                                                                                                <comments>
                            <comment id="5879299" author="JIRAUSER1269163" created="Tue, 14 Nov 2023 16:49:25 +0000"  >&lt;p&gt;Doesn&apos;t &lt;a href=&quot;https://github.com/10gen/mongo/commits/r5.0.23-rc0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;look like it&lt;/a&gt;. It showed 5.0.23 as the latest unreleased version so I picked that. Will check if there will be an rc1, if not then I will update the fix version.&lt;/p&gt;

&lt;p&gt;Edit: There is no 5.0.23-rc1. I have removed the 5.0.23 version for now as 5.0.24 doesn&apos;t exist yet. Will revisit again.&lt;/p&gt;</comment>
                            <comment id="5879240" author="garaudy.etienne" created="Tue, 14 Nov 2023 16:40:30 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=abdul.qadeer%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;abdul.qadeer@mongodb.com&quot;&gt;abdul.qadeer@mongodb.com&lt;/a&gt; did this actually make 5.0.23 considering rc0 was cut yesterday?&lt;/p&gt;</comment>
                            <comment id="5877561" author="xgen-internal-githook" created="Tue, 14 Nov 2023 01:31:36 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Abdul Qadeer&apos;, &apos;email&apos;: &apos;abdul.qadeer@mongodb.com&apos;, &apos;username&apos;: &apos;zorro786&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-73763&quot; title=&quot;Resharding does not extend zone ranges for config.tag docs, leading to config server primary fassert loop from duplicate key error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-73763&quot;&gt;&lt;del&gt;SERVER-73763&lt;/del&gt;&lt;/a&gt;: Ensure zones are extended for config.tags docs&lt;/p&gt;

&lt;p&gt;(cherry picked with changes from commit 8b334a85333aaeedb8b71f9b4916a9d6f2d222d6)&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a5ca4e5ccfcb794a533aa3d414c50207d8d26132&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a5ca4e5ccfcb794a533aa3d414c50207d8d26132&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5877554" author="xgen-internal-githook" created="Tue, 14 Nov 2023 01:26:14 +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-73763&quot; title=&quot;Resharding does not extend zone ranges for config.tag docs, leading to config server primary fassert loop from duplicate key error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-73763&quot;&gt;&lt;del&gt;SERVER-73763&lt;/del&gt;&lt;/a&gt;: Ensure zones are extended for config.tags docs&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 5fe753ccbf09562b4eda82292668f0801883294f)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/961e54e1ce186f3abf6b27525b199ac2bebb4ba0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/961e54e1ce186f3abf6b27525b199ac2bebb4ba0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5877458" author="xgen-internal-githook" created="Tue, 14 Nov 2023 00:10:59 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;nandinibhartiyaMDB&apos;, &apos;email&apos;: &apos;nandini.bhartiya@mongodb.com&apos;, &apos;username&apos;: &apos;nandinibhartiyaMDB&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-73763&quot; title=&quot;Resharding does not extend zone ranges for config.tag docs, leading to config server primary fassert loop from duplicate key error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-73763&quot;&gt;&lt;del&gt;SERVER-73763&lt;/del&gt;&lt;/a&gt;: Ensure zones are extended for config.tags docs&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 8b334a85333aaeedb8b71f9b4916a9d6f2d222d6)&lt;br/&gt;
Branch: v7.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/328c07eeac67500d8570ea8e0493f3d3502b44a9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/328c07eeac67500d8570ea8e0493f3d3502b44a9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5357489" author="xgen-internal-githook" created="Tue, 18 Apr 2023 22:58:51 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;nandinibhartiyaMDB&apos;, &apos;email&apos;: &apos;nandini.bhartiya@mongodb.com&apos;, &apos;username&apos;: &apos;nandinibhartiyaMDB&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-73763&quot; title=&quot;Resharding does not extend zone ranges for config.tag docs, leading to config server primary fassert loop from duplicate key error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-73763&quot;&gt;&lt;del&gt;SERVER-73763&lt;/del&gt;&lt;/a&gt;: Ensure zones are extended for config.tags docs&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8b334a85333aaeedb8b71f9b4916a9d6f2d222d6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8b334a85333aaeedb8b71f9b4916a9d6f2d222d6&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2259365">SERVER-73848</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1571625">SERVER-53432</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1815238">SERVER-58433</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>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25134"><![CDATA[Sharding NYC]]></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>
    
                        </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, 10 Feb 2023 17:08:07 +0000</customfieldvalue>

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


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

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>abdul.qadeer@mongodb.com</customfieldvalue>
            <customfieldvalue>garaudy.etienne@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>kshitij.gupta@mongodb.com</customfieldvalue>
            <customfieldvalue>nandini.bhartiya@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1urmn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hra98f:r</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="7157">Sharding NYC 2023-04-03</customfieldvalue>
    <customfieldvalue id="7158">Sharding NYC 2023-04-17</customfieldvalue>
    <customfieldvalue id="7159">Sharding NYC 2023-05-01</customfieldvalue>
    <customfieldvalue id="7160">Sharding NYC 2023-05-15</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|i1udrz:</customfieldvalue>

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