<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:29:00 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-74969] [v6.3] [BF-27740] Do not run view_catalog_cycle_lookup.js with balancer</title>
                <link>https://jira.mongodb.org/browse/SERVER-74969</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Mark &lt;b&gt;jstests/concurrency/fsm_workloads/view_catalog_cycle_lookup.js&lt;/b&gt;, with the tag &lt;b&gt;assumes_balancer_off&lt;/b&gt; &lt;font color=&quot;#de350b&quot;&gt;&lt;b&gt;directly in v6.3&lt;/b&gt;&lt;/font&gt; to fix BF-27740. This will return the failing test (&lt;b&gt;concurrency/fsm_workloads/view_catalog_cycle_lookup.js&lt;/b&gt;) to its prior status quo of not running with balancer enabled. (The YAML files were changed to allow this test to run with balancer enabled by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-73385&quot; title=&quot;RenameCollectionCoordinator wrongly releases critical section for destination ns.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-73385&quot;&gt;&lt;del&gt;SERVER-73385&lt;/del&gt;&lt;/a&gt; in v6.3 on 2023-02-07, the first day BF-27740 started failing.)&lt;/p&gt;

&lt;p&gt;The root cause of the BF failure (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74380&quot; title=&quot;Router role retry loop should allow namespaces different from the one it was created for&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74380&quot;&gt;&lt;del&gt;SERVER-74380&lt;/del&gt;&lt;/a&gt;) was apparently already fixed in v7.0 by some other ticket unknown to me &#8211; see &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74380?focusedCommentId=5279448&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-5279448&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-74380?focusedCommentId=5279448&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-5279448&lt;/a&gt; for details.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2290603">SERVER-74969</key>
            <summary>[v6.3] [BF-27740] Do not run view_catalog_cycle_lookup.js with balancer</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="13200">Declined</resolution>
                                        <assignee username="kevin.cherkauer@mongodb.com">Kevin Cherkauer</assignee>
                                    <reporter username="kevin.cherkauer@mongodb.com">Kevin Cherkauer</reporter>
                        <labels>
                    </labels>
                <created>Thu, 16 Mar 2023 22:56:37 +0000</created>
                <updated>Thu, 24 Aug 2023 23:38:05 +0000</updated>
                            <resolved>Fri, 17 Mar 2023 16:14:05 +0000</resolved>
                                    <version>6.3.0-rc1</version>
                                                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="5280843" author="JIRAUSER1270811" created="Fri, 17 Mar 2023 16:14:06 +0000"  >&lt;p&gt;This ticket resulted from a misreading of the BF info dump. The problem occurs on master as well as v6.3. Closing this ticket and resurrecting &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-74380&quot; title=&quot;Router role retry loop should allow namespaces different from the one it was created for&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-74380&quot;&gt;&lt;del&gt;SERVER-74380&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="5279506" author="JIRAUSER1270811" created="Fri, 17 Mar 2023 00:05:44 +0000"  >&lt;p&gt;In v6.3 the entire directory of tests fsm_workloads/* was enabled to run with balancer ON by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-73385&quot; title=&quot;RenameCollectionCoordinator wrongly releases critical section for destination ns.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-73385&quot;&gt;&lt;del&gt;SERVER-73385&lt;/del&gt;&lt;/a&gt;, but this same commit explicitly added the &lt;b&gt;assumes_balancer_off&lt;/b&gt; tag to fsm_workloads/rename_sharded_collection.js to continue preventing it from running with balancer on. This delivery apparently caused fsm_workloads/view_catalog_cycle_locking.js to start failing (this is BF-27740) when run with balancer on (since it had not previously run with balancer on, but the delivery made it start to run with it on).&lt;/p&gt;

&lt;p&gt;In v7.0 now, the &lt;b&gt;assume_balancer_off&lt;/b&gt; tag has &lt;b&gt;been removed&lt;/b&gt; from rename_sharded_collection.js, so whatever balancer problem prevented it from running has been fixed in 7.0. Meanwhile view_catalog_cycle_locking.js never had the assume_balancer_off tag.&lt;/p&gt;

&lt;p&gt;There are two kinds of fixes to think about:&lt;/p&gt;

&lt;p&gt;1. Fix the BF (i.e. nightly test run failure) in v6.3. This means just add the &lt;b&gt;assumes_balancer_off&lt;/b&gt; tag to view_catalog_cycle_locking.js.&lt;/p&gt;

&lt;p&gt;2. Fix the root cause in v6.3. Since I don&apos;t know what the root cause fix in v7.0 was, I can&apos;t backport it.&lt;/p&gt;

&lt;p&gt;Given that this was apparently a Day One bug that we lived with for years without problems, just doing #1 (fix the BF in v6.3) seems like it should be enough. The nightly test will stop failing, and we already have a root cause fix in v7.0, and the bug didn&apos;t actually bother anyone in pre-7.0 until someone enabled the test to run with balancer on, so fixing the BF in v6.3 should be all we need to do.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 17 Mar 2023 02:36:14 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        46 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_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>
                            46 weeks, 5 days 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>kevin.cherkauer@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i20kw7:</customfieldvalue>

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

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