<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:36:10 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-34294] Extend multi_statement_transaction_commit_order.js FSM workload to check consistency periodically</title>
                <link>https://jira.mongodb.org/browse/SERVER-34294</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;A new state function should be added to the &lt;tt&gt;multi_statement_transaction_commit_order.js&lt;/tt&gt; FSM workload that checks there is both (1) a consistent order of elements in the &quot;order&quot; array and (2) exactly &lt;tt&gt;nDocs&lt;/tt&gt; containing that element. The read concern level to use when starting the transaction can be varied because the changes from &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34073&quot; title=&quot;Allow creating transactions with readconcerns other than &amp;#39;snapshot&amp;#39;, upconvert to &amp;#39;snapshot&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34073&quot;&gt;&lt;del&gt;SERVER-34073&lt;/del&gt;&lt;/a&gt; should cause them to all be upconverted and satisfied by &quot;snapshot&quot; anyway.&lt;/p&gt;</description>
                <environment></environment>
        <key id="521549">SERVER-34294</key>
            <summary>Extend multi_statement_transaction_commit_order.js FSM workload to check consistency periodically</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="3">Duplicate</resolution>
                                        <assignee username="max.hirschhorn@mongodb.com">Max Hirschhorn</assignee>
                                    <reporter username="max.hirschhorn@mongodb.com">Max Hirschhorn</reporter>
                        <labels>
                    </labels>
                <created>Wed, 4 Apr 2018 02:52:03 +0000</created>
                <updated>Wed, 18 Apr 2018 02:25:28 +0000</updated>
                            <resolved>Wed, 18 Apr 2018 02:25:28 +0000</resolved>
                                                                    <component>Replication</component>
                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="1867036" author="spencer" created="Tue, 17 Apr 2018 21:52:13 +0000"  >&lt;p&gt;sgtm&lt;/p&gt;</comment>
                            <comment id="1867029" author="max.hirschhorn@10gen.com" created="Tue, 17 Apr 2018 21:49:09 +0000"  >&lt;p&gt;We&apos;ll definitely do more testing work when we change the read concerns to have different meanings that I&apos;m inclined to just revisit this work under a future SERVER ticket.&lt;/p&gt;</comment>
                            <comment id="1866299" author="judah.schvimer" created="Tue, 17 Apr 2018 14:10:31 +0000"  >&lt;p&gt;Since all transaction read concerns up-convert to &quot;snapshot&quot;, I don&apos;t think doing that would add any extra coverage currently, though as we change the semantics around those other read concerns, adding them to the workload would definitely be good.&lt;/p&gt;</comment>
                            <comment id="1865857" author="max.hirschhorn@10gen.com" created="Mon, 16 Apr 2018 23:38:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=spencer&quot; class=&quot;user-hover&quot; rel=&quot;spencer&quot;&gt;spencer&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=judah.schvimer&quot; class=&quot;user-hover&quot; rel=&quot;judah.schvimer&quot;&gt;judah.schvimer&lt;/a&gt;, the changes from &lt;a href=&quot;https://github.com/mongodb/mongo/commit/239f4fac258a3b973b3cb3187d2b175f757f84df&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;239f4fa&lt;/a&gt; as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34293&quot; title=&quot;Add FSM workload for testing atomicity and isolation of updates inside a transaction&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34293&quot;&gt;&lt;del&gt;SERVER-34293&lt;/del&gt;&lt;/a&gt; already periodically check the commit order and number of documents affected by the transaction via the &lt;tt&gt;$config.states.checkConsistency()&lt;/tt&gt; state function. The only work I could think to do on this ticket would be to vary the readConcern we&apos;re specifying when starting the transaction. Given the targeted testing that&apos;s been added as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34073&quot; title=&quot;Allow creating transactions with readconcerns other than &amp;#39;snapshot&amp;#39;, upconvert to &amp;#39;snapshot&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34073&quot;&gt;&lt;del&gt;SERVER-34073&lt;/del&gt;&lt;/a&gt;, I don&apos;t think there&apos;s a lot of value in changing the FSM workload to do this and am inclined to close this ticket as a duplicate of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34293&quot; title=&quot;Add FSM workload for testing atomicity and isolation of updates inside a transaction&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34293&quot;&gt;&lt;del&gt;SERVER-34293&lt;/del&gt;&lt;/a&gt;. Thoughts?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="521548">SERVER-34293</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 17 Apr 2018 14:10:31 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 43 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-988</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>max.hirschhorn@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 43 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>judah.schvimer@mongodb.com</customfieldvalue>
            <customfieldvalue>max.hirschhorn@mongodb.com</customfieldvalue>
            <customfieldvalue>spencer@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htuazj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr9l07:</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="2236">TIG 2018-04-23</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|httx7r:</customfieldvalue>

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