<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:50:30 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-38931] Apply relevant changes to snapshot_read_kill_operations.js to 4.0 branch</title>
                <link>https://jira.mongodb.org/browse/SERVER-38931</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-37009&quot; title=&quot;Handle missing sessionDocToKill in snapshot_read_kill_operations.js&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-37009&quot;&gt;&lt;del&gt;SERVER-37009&lt;/del&gt;&lt;/a&gt; fixed an error in the &lt;a href=&quot;https://github.com/mongodb/mongo/blob/0ffb6bc78dc1219692b294215c97d48a7e9f1fdd/jstests/concurrency/fsm_workloads/snapshot_read_kill_operations.js&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&lt;tt&gt;snapshot_read_kill_operations.js&lt;/tt&gt;&lt;/a&gt; test that caused the &lt;tt&gt;killSessions&lt;/tt&gt; portion of the test to silently fail to kill the session if the corresponding session document did not exist. This fix uncovered other issues with the test that have been fixed in master but not backported to 4.0. All relevant fixes to this test, including the fix in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-37009&quot; title=&quot;Handle missing sessionDocToKill in snapshot_read_kill_operations.js&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-37009&quot;&gt;&lt;del&gt;SERVER-37009&lt;/del&gt;&lt;/a&gt;, should be applied to the 4.0 version of this test.&lt;/p&gt;

&lt;p&gt;One possible way to do this would be to replace the 4.0 version of the test with the corresponding version in master, being mindful of any changes made to the test that are specific to master.&lt;/p&gt;</description>
                <environment></environment>
        <key id="669474">SERVER-38931</key>
            <summary>Apply relevant changes to snapshot_read_kill_operations.js to 4.0 branch</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="backlog-server-execution">Backlog - Storage Execution Team</assignee>
                                    <reporter username="maria.vankeulen@mongodb.com">Maria van Keulen</reporter>
                        <labels>
                    </labels>
                <created>Thu, 10 Jan 2019 18:13:13 +0000</created>
                <updated>Tue, 6 Dec 2022 03:08:35 +0000</updated>
                            <resolved>Thu, 5 Mar 2020 14:52:33 +0000</resolved>
                                                                    <component>Storage</component>
                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="2240031" author="maria.vankeulen" created="Thu, 9 May 2019 15:32:41 +0000"  >&lt;p&gt;Upon applying the changes to the test as of &lt;a href=&quot;https://github.com/mongodb/mongo/commit/ac2e9336b62fc726b29aa624b8ac05bc045523e5#diff-34d3d11dec38ca50373eea8a148aa94e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this commit&lt;/a&gt; in a patch build, the test fails with a similar failure to the failure that is described in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-37427&quot; title=&quot;KillSessions should ignore CursorNotFound while killing all the cursors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-37427&quot;&gt;&lt;del&gt;SERVER-37427&lt;/del&gt;&lt;/a&gt;, which is closed as Won&apos;t Fix. Additionally, the &lt;tt&gt;snapshot_read_kill_operations.js&lt;/tt&gt; test has been in flux in master of late, since it is failing frequently in various scenarios. I believe it would be safer to revisit this ticket when the test has quieted down in master and/or another solution is proposed for the issue in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-37427&quot; title=&quot;KillSessions should ignore CursorNotFound while killing all the cursors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-37427&quot;&gt;&lt;del&gt;SERVER-37427&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="2228250" author="maria.vankeulen" created="Mon, 29 Apr 2019 20:20:49 +0000"  >&lt;p&gt;It looks like &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-40757&quot; title=&quot;Fix snapshot_read_kill_operations.js to handle read-only transactions that are aborted&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-40757&quot;&gt;&lt;del&gt;SERVER-40757&lt;/del&gt;&lt;/a&gt; is a fix to &lt;tt&gt;snapshot_read_kill_operations.js&lt;/tt&gt; that is specific to cross-shard transactions, so this fix should not be included in the changes to the 4.0 version of this test.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="600014">SERVER-37009</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="612907">SERVER-37427</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="742725">SERVER-40757</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>2.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="25136"><![CDATA[Storage Execution]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 39 weeks, 6 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>alexander.golin@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 39 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-execution</customfieldvalue>
            <customfieldvalue>maria.vankeulen@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|huiu3r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr5grz:</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="2829">Storage NYC 2019-04-08</customfieldvalue>
    <customfieldvalue id="2908">Storage NYC 2019-05-06</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|huigd3:</customfieldvalue>

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