<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:08:39 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>[CDRIVER-168] Update &quot;w&quot; description to be clear it includes the primary, so &quot;(total) number of replicas&quot; not &quot;replicated to&quot;</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-168</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;fix it here &lt;a href=&quot;http://api.mongodb.org/c/current/api/structmongo__write__concern.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://api.mongodb.org/c/current/api/structmongo__write__concern.html&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;int 	w&lt;br/&gt;
 	Number of nodes this write should be replicated to.&lt;/p&gt;</description>
                <environment></environment>
        <key id="48576">CDRIVER-168</key>
            <summary>Update &quot;w&quot; description to be clear it includes the primary, so &quot;(total) number of replicas&quot; not &quot;replicated to&quot;</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="9">Done</resolution>
                                        <assignee username="gjmurakami">Gary Murakami</assignee>
                                    <reporter username="scotthernandez">Scott Hernandez</reporter>
                        <labels>
                    </labels>
                <created>Wed, 29 Aug 2012 20:36:14 +0000</created>
                <updated>Wed, 19 Oct 2016 14:14:54 +0000</updated>
                            <resolved>Wed, 14 Nov 2012 06:32:41 +0000</resolved>
                                                    <fixVersion>0.7</fixVersion>
                                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="158317" author="gjmurakami" created="Thu, 30 Aug 2012 02:51:54 +0000"  >&lt;p&gt;I&apos;ve made the change to the current code base to read:&lt;/p&gt;

&lt;p&gt;    Number of total replica write copies to complete including the primary.&lt;/p&gt;

&lt;p&gt;However, given that BCON (BSON C Object Notation) initializers enable easy construction of BSON, I plan to revisit the C driver implementation of write concern.&lt;/p&gt;

&lt;p&gt;My expectation is that write concern will become a bson* write-concern specifier with key-value elements to be added to getlasterror.  An empty bson document is simple safe mode.  A 0 (null) pointer value specifies the default, e.g., the higher-level connection default or fire-and-forget. This would also permit the full range of tagging which is not supported with the current implementation.&lt;/p&gt;

&lt;p&gt;This would eliminate the struct mongo_write_concern, mongo_set_write_concern, mongo_write_concern_init, mongo_write_concern_finish, mongo_write_concern_destroy.  The documentation would also be essentially standard, with clarification of C types where necessary.&lt;/p&gt;

&lt;p&gt;Any feedback?&lt;/p&gt;</comment>
                            <comment id="158314" author="auto" created="Thu, 30 Aug 2012 02:24:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2012-08-29T19:13:04-07:00&apos;, u&apos;name&apos;: u&apos;Gary Murakami&apos;, u&apos;email&apos;: u&apos;gary.murakami@10gen.com&apos;}
&lt;p&gt;Message:  &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-168&quot; title=&quot;Update &amp;quot;w&amp;quot; description to be clear it includes the primary, so &amp;quot;(total) number of replicas&amp;quot; not &amp;quot;replicated to&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-168&quot;&gt;&lt;del&gt;CDRIVER-168&lt;/del&gt;&lt;/a&gt; - Update &quot;w&quot; description to be clear it includes the primary, so &quot;(total) number of replicas&quot; not &quot;replicated to&quot;&lt;br/&gt;
 Now reads: Number of total replica write copies to complete including the primary.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/aee9ff2778d39a86fcca70e09752ea45d44c1e68&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/aee9ff2778d39a86fcca70e09752ea45d44c1e68&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="158237" author="grahamhar" created="Wed, 29 Aug 2012 20:57:41 +0000"  >&lt;p&gt;should this be updated in the python docs too?:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://api.mongodb.org/python/current/api/pymongo/replica_set_connection.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://api.mongodb.org/python/current/api/pymongo/replica_set_connection.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;w: (integer or string) If this is a replica set write operations won&#8217;t return until they have been replicated to the specified number or tagged set of servers. Implies safe=True.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrg367:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7416</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>