<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:15:35 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-47911] Prevent stale_mongos_and_restarted_shards_agree_on_shard_version.js from running in sharding_multiversion</title>
                <link>https://jira.mongodb.org/browse/SERVER-47911</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;It is currently testing behavior known to not work correctly on the 4.4 branch.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1338087">SERVER-47911</key>
            <summary>Prevent stale_mongos_and_restarted_shards_agree_on_shard_version.js from running in sharding_multiversion</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="kaloian.manassiev@mongodb.com">Kaloian Manassiev</assignee>
                                    <reporter username="max.hirschhorn@mongodb.com">Max Hirschhorn</reporter>
                        <labels>
                            <label>PM-1645-Milestone-1</label>
                    </labels>
                <created>Sun, 3 May 2020 14:41:03 +0000</created>
                <updated>Sun, 29 Oct 2023 22:08:45 +0000</updated>
                            <resolved>Tue, 12 May 2020 15:07:28 +0000</resolved>
                                                    <fixVersion>4.7.0</fixVersion>
                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="3080963" author="xgen-internal-githook" created="Tue, 12 May 2020 15:44:55 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kaloian Manassiev&apos;, &apos;email&apos;: &apos;kaloian.manassiev@mongodb.com&apos;, &apos;username&apos;: &apos;kaloianm&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47911&quot; title=&quot;Prevent stale_mongos_and_restarted_shards_agree_on_shard_version.js from running in sharding_multiversion&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47911&quot;&gt;&lt;del&gt;SERVER-47911&lt;/del&gt;&lt;/a&gt; Prevent &apos;stale_mongos_and_restarted_shards_agree_on_shard_version.js&apos; from running in the multiversion suites&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e2602ad053b2120982fbcac8e33e1ad64e6ec30a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e2602ad053b2120982fbcac8e33e1ad64e6ec30a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3066793" author="max.hirschhorn@10gen.com" created="Mon, 4 May 2020 11:15:54 +0000"  >&lt;blockquote&gt;
&lt;p&gt;I will fix it today.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=kaloian.manassiev&quot; class=&quot;user-hover&quot; rel=&quot;kaloian.manassiev&quot;&gt;kaloian.manassiev&lt;/a&gt;, it isn&apos;t so urgent because the &lt;tt&gt;sharding_multiversion&lt;/tt&gt; task isn&apos;t running in Evergreen until we do &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47822&quot; title=&quot;Re-enable sharding multiversion suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47822&quot;&gt;&lt;del&gt;SERVER-47822&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Should the fix be to just add requires_fcv_44, or is there a better way to express that it requires a binary version of 4.4 (latest-stable), which contains a certain backport? I guess the latter is difficult to express, so probably can&apos;t be done.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I believe &lt;a href=&quot;https://github.com/mongodb/mongo/blob/e39ec9be74984c60337db640269219c7433abbc2/etc/backports_required_for_multiversion_tests.yml#L77&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&lt;tt&gt;etc/backports_required_for_multiversion_tests.yml&lt;/tt&gt;&lt;/a&gt; can actually be used to express not running the test in sharding_multiversion on the master branch until the 4.4 branch has the same ticket(s) backported to it. Tests with the requires_fcv_46 tag on the master branch wouldn&apos;t hit the issue with burn_in_tests described in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47136&quot; title=&quot;Multiversion blacklisting not being respected by burn in tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47136&quot;&gt;&lt;del&gt;SERVER-47136&lt;/del&gt;&lt;/a&gt; though. I figured since you were going to do the backports en masse it wouldn&apos;t be as hard to remember to remove the requires_fcv_46 tag everywhere afterwards.&lt;/p&gt;</comment>
                            <comment id="3066536" author="kaloian.manassiev" created="Mon, 4 May 2020 05:01:58 +0000"  >&lt;p&gt;This is my mistake, sorry. I removed this tag, because I couldn&apos;t explain to myself why would this functionality depend on the FCV, but just the binary version, but didn&apos;t consider the multi-version tests.&lt;/p&gt;

&lt;p&gt;I will fix it today.&lt;/p&gt;

&lt;p&gt;Should the fix be to just add requires_fcv_44, or is there a better way to express that it requires a binary version of 4.4 (latest-stable), which contains a certain backport? I guess the latter is difficult to express, so probably can&apos;t be done.&lt;/p&gt;</comment>
                            <comment id="3066198" author="max.hirschhorn@10gen.com" created="Sun, 3 May 2020 14:41:21 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=kaloian.manassiev&quot; class=&quot;user-hover&quot; rel=&quot;kaloian.manassiev&quot;&gt;kaloian.manassiev&lt;/a&gt;, I noticed you removed the requires_fcv_44 tag in the changes from &lt;a href=&quot;https://github.com/mongodb/mongo/commit/9771a6dbc6ae9059e0bee3d4d752337f95785352#diff-ce19435cfcddc18ac996244d2264b158L8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9771a6d&lt;/a&gt; as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47556&quot; title=&quot;AutoGetCollectionForReadCommand: Convert usages of checkShardVersionOrThrow_DEPRECATED to checkShardVersionOrThrow&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47556&quot;&gt;&lt;del&gt;SERVER-47556&lt;/del&gt;&lt;/a&gt;, even though &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-45779&quot; title=&quot;Throw Stale Shard Version when collection is unknown on getOwnershipFilter&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-45779&quot;&gt;&lt;del&gt;SERVER-45779&lt;/del&gt;&lt;/a&gt; which introduced this test has yet to be backported to the 4.4 branch. I would think we&apos;d want to have this test be tagged with requires_fcv_46 on the master branch until more of the changes in PM-1645-Milestone-1 are backported to the 4.4 branch.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="1331607">SERVER-47822</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1116106">SERVER-45779</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1315854">SERVER-47556</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>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.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>Mon, 4 May 2020 05:01:58 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 39 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-1645</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>
                            3 years, 39 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>15.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>kaloian.manassiev@mongodb.com</customfieldvalue>
            <customfieldvalue>max.hirschhorn@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hxj86n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hwencf:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="3842">Sharding 2020-05-18</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|hxiufz:</customfieldvalue>

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