<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:03:11 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-23369] Run ReadConcern Passthrough tests with all replica set configurations</title>
                <link>https://jira.mongodb.org/browse/SERVER-23369</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Currently the tests only run with a replicaset config of pv1+ writeConcernMajorityJournalDefault:false so that the suites are compatible with ephemeral and noJournal runs:&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/blob/f88e2487baf7183e022f485ade359761fc62c6c2/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml#L76&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/blob/f88e2487baf7183e022f485ade359761fc62c6c2/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml#L76&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Enabled here setting up the replica set:&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/blob/f88e2487baf7183e022f485ade359761fc62c6c2/buildscripts/resmokelib/testing/fixtures/replicaset.py#L92&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/blob/f88e2487baf7183e022f485ade359761fc62c6c2/buildscripts/resmokelib/testing/fixtures/replicaset.py#L92&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We need to change things so that we set this option based on the support provided in the variant/storage-engine, or we run the tests multiple times with different options. Either way, some configurations are not compatible like noJournal/&lt;br/&gt;
ephemeral + writeConcernMajorityJournalDefault:true.&lt;/p&gt;</description>
                <environment></environment>
        <key id="275383">SERVER-23369</key>
            <summary>Run ReadConcern Passthrough tests with all replica set configurations</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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-repl">Backlog - Replication Team</assignee>
                                    <reporter username="scotthernandez">Scott Hernandez</reporter>
                        <labels>
                    </labels>
                <created>Mon, 28 Mar 2016 11:59:39 +0000</created>
                <updated>Tue, 6 Dec 2022 04:29:41 +0000</updated>
                            <resolved>Tue, 13 Mar 2018 18:06:11 +0000</resolved>
                                                                    <component>Replication</component>
                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="1832473" author="spencer" created="Tue, 13 Mar 2018 18:06:11 +0000"  >&lt;p&gt;In theory we could run with writeConcernMajorityJournalDefault=false but with journaling on, but I&apos;m not sure there&apos;s any real value in testing that configuration.&lt;/p&gt;</comment>
                            <comment id="1826110" author="judah.schvimer" created="Wed, 7 Mar 2018 16:20:29 +0000"  >&lt;p&gt;I don&apos;t think that will work due to &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-32769&quot; title=&quot;Remove replica set tests from linux-64-duroff variant in Evergreen&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-32769&quot;&gt;&lt;del&gt;SERVER-32769&lt;/del&gt;&lt;/a&gt;, which made it fatal to run a replica set with wiredTiger without journaling. I&apos;m fine with &quot;Gone Away&quot; for this ticket in that case.&lt;/p&gt;</comment>
                            <comment id="1825538" author="max.hirschhorn@10gen.com" created="Wed, 7 Mar 2018 05:10:14 +0000"  >&lt;p&gt;Andy&apos;s changes from &lt;a href=&quot;https://github.com/mongodb/mongo/commit/cdc7af4c6d453b8c1ce2319d0cd3b50074609d87&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cdc7af4&lt;/a&gt; as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27490&quot; title=&quot;Stop consulting storage engine isDurable flag in ReplicationCoordinatorImpl and simplify ReplCoordTestFixture&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27490&quot;&gt;&lt;del&gt;SERVER-27490&lt;/del&gt;&lt;/a&gt; and my changes from &lt;a href=&quot;https://github.com/mongodb/mongo/commit/35b5b72146ca570b5c6fed8aaa7e891edf7d6a78&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;35b5b72&lt;/a&gt; as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-32522&quot; title=&quot;set_read_and_write_concerns.js treats mapReduce &amp;quot;out&amp;quot; field like aggregation&amp;#39;s $out stage&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-32522&quot;&gt;&lt;del&gt;SERVER-32522&lt;/del&gt;&lt;/a&gt; made it so we&apos;ll now WiredTiger with &lt;tt&gt;writeConcernMajorityJournalDefault=true&lt;/tt&gt; and InMemory with &lt;tt&gt;writeConcernMajorityJournalDefault=false&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;If we add the &lt;tt&gt;*read_concern_majority_passthrough&lt;/tt&gt; tasks to the Linux (No Journal) builder, then we&apos;ll end up running WiredTiger with &lt;tt&gt;writeConcernMajorityJournalDefault=false&lt;/tt&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;, &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;, would that be sufficient for what this ticket is trying to achieve? From the Replication team&apos;s perspective how valuable is it to have that additional testing?&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>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25128"><![CDATA[Replication]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 7 Mar 2018 05:10:14 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 48 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-573</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>alexander.golin@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 48 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-repl</customfieldvalue>
            <customfieldvalue>judah.schvimer@mongodb.com</customfieldvalue>
            <customfieldvalue>max.hirschhorn@mongodb.com</customfieldvalue>
            <customfieldvalue>scotthernandez</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|hrkccv:</customfieldvalue>

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

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