<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:24:41 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>[DRIVERS-2086] Add support for majority read concern level to MapReduce</title>
                <link>https://jira.mongodb.org/browse/DRIVERS-2086</link>
                <project id="10980" key="DRIVERS">Drivers</project>
                    <description>&lt;p&gt;The text in the &lt;a href=&quot;https://github.com/mongodb/specifications/blob/master/source/read-write-concern/read-write-concern.rst#read-concern&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Read Concern&lt;/a&gt; section of the read/write concern spec likely needs to be updated:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;aggregate command with $out and mapReduce command with &quot;out&quot; set to anything other than &quot;inline&quot; do not support readConcern.&lt;/p&gt;&lt;/blockquote&gt;</description>
                <environment></environment>
        <key id="664473">DRIVERS-2086</key>
            <summary>Add support for majority read concern level to MapReduce</summary>
                <type id="14901" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14700&amp;avatarType=issuetype">Spec Change</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="13203">Gone away</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="prashant.mital">Prashant Mital</reporter>
                        <labels>
                    </labels>
                <created>Wed, 2 Jan 2019 20:46:53 +0000</created>
                <updated>Fri, 27 Oct 2023 19:44:58 +0000</updated>
                            <resolved>Mon, 7 Feb 2022 17:35:08 +0000</resolved>
                                                        <component>Read and Write Concern</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="2179803" author="ian@10gen.com" created="Wed, 13 Mar 2019 16:58:24 +0000"  >&lt;p&gt;TY, DRIVER-610 is the missing link I wasn&apos;t seeing.&lt;/p&gt;</comment>
                            <comment id="2179793" author="jmikola@gmail.com" created="Wed, 13 Mar 2019 16:55:16 +0000"  >&lt;p&gt;It looks like &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-564&quot; title=&quot;Add support for majority read concern level to MapReduce&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-564&quot;&gt;&lt;del&gt;DRIVERS-564&lt;/del&gt;&lt;/a&gt; was created automatically from a server ticket, perhaps at a time when we expected aggregation/mapReduce to be updated together.&lt;/p&gt;

&lt;p&gt;SPEC-1153 just pertains to aggregate $out support, which has been implemented in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-20445&quot; title=&quot;Add support for majority read concern level to Aggregation $out&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-20445&quot;&gt;&lt;del&gt;SERVER-20445&lt;/del&gt;&lt;/a&gt;. Additionally, that already has its own drivers ticket (&lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-610&quot; title=&quot;Add support for majority read concern level to Aggregation $out&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-610&quot;&gt;&lt;del&gt;DRIVERS-610&lt;/del&gt;&lt;/a&gt;), which folks have begun implementing.&lt;/p&gt;

&lt;p&gt;I propose we leave this in place as blocking on &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38117&quot; title=&quot;Add support for majority read concern level to MapReduce&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38117&quot;&gt;&lt;del&gt;SERVER-38117&lt;/del&gt;&lt;/a&gt;. &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-564&quot; title=&quot;Add support for majority read concern level to MapReduce&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-564&quot;&gt;&lt;del&gt;DRIVERS-564&lt;/del&gt;&lt;/a&gt; should in turn depend on this issue, and we should also rename &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-564&quot; title=&quot;Add support for majority read concern level to MapReduce&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-564&quot;&gt;&lt;del&gt;DRIVERS-564&lt;/del&gt;&lt;/a&gt; to only apply to mapReduce (since aggregation is handled by &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-610&quot; title=&quot;Add support for majority read concern level to Aggregation $out&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-610&quot;&gt;&lt;del&gt;DRIVERS-610&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;</comment>
                            <comment id="2179789" author="ian@10gen.com" created="Wed, 13 Mar 2019 16:47:51 +0000"  >&lt;p&gt;I&apos;m assuming it&apos;s just about SPEC-1153 and thus it&apos;s now In Progress, but want confirmation before I take action.&lt;/p&gt;</comment>
                            <comment id="2179777" author="ian@10gen.com" created="Wed, 13 Mar 2019 16:44:44 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jmikola&quot; class=&quot;user-hover&quot; rel=&quot;jmikola&quot;&gt;jmikola&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=behackett&quot; class=&quot;user-hover&quot; rel=&quot;behackett&quot;&gt;behackett&lt;/a&gt; so before I move this out of 4.2: which SPEC or WRITING ticket &lt;b&gt;is&lt;/b&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-564&quot; title=&quot;Add support for majority read concern level to MapReduce&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-564&quot;&gt;&lt;del&gt;DRIVERS-564&lt;/del&gt;&lt;/a&gt; dependent on then?  or what&apos;s the summary for the new one I should create?&lt;/p&gt;</comment>
                            <comment id="2179603" author="behackett" created="Wed, 13 Mar 2019 15:27:08 +0000"  >&lt;p&gt;The mapReduce part of this was suppose to happen for 4.2. I guess it&apos;s not now.&lt;/p&gt;</comment>
                            <comment id="2179578" author="jmikola@gmail.com" created="Wed, 13 Mar 2019 15:14:44 +0000"  >&lt;p&gt;I don&apos;t think this should have a 4.2 Drivers fix version. It was created while &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=prashant.mital&quot; class=&quot;user-hover&quot; rel=&quot;prashant.mital&quot;&gt;prashant.mital&lt;/a&gt; was working on adding additional read concern support for aggregate with $out, which &lt;em&gt;is&lt;/em&gt; a 4.2 ticket.&lt;/p&gt;

&lt;p&gt;I suggest we leave this in a blocked/waiting state and clear the fix version.&lt;/p&gt;</comment>
                            <comment id="2179147" author="ian@10gen.com" created="Wed, 13 Mar 2019 01:20:42 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=behackett&quot; class=&quot;user-hover&quot; rel=&quot;behackett&quot;&gt;behackett&lt;/a&gt; this is a spec ticket linked to a 4.2 DRIVERS ticket and a backlog SERVER ticket.  you know what&apos;s up?&lt;/p&gt;</comment>
                            <comment id="2103646" author="prashant.mital" created="Wed, 2 Jan 2019 20:49:01 +0000"  >&lt;p&gt;Waiting for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38117&quot; title=&quot;Add support for majority read concern level to MapReduce&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38117&quot;&gt;&lt;del&gt;SERVER-38117&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="633311">SERVER-38117</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="593320">DRIVERS-564</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                            <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10951" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Driver Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10748"><![CDATA[Needed]]></customfieldvalue>

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