<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:16:48 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-2961] Support Retryable Writes on by Default</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-2961</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;See DRIVERS-531 for details.&lt;/p&gt;

&lt;p&gt;Currently, libmongoc warns when setting the &lt;tt&gt;retryWrites&lt;/tt&gt; URI option if crypto is not available (due to the sessions requirement). &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3039&quot; title=&quot;Do not warn if retryWrites=false and crypto is missing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3039&quot;&gt;&lt;del&gt;CDRIVER-3039&lt;/del&gt;&lt;/a&gt; changes this warning to only trigger for &lt;tt&gt;retryWrites=true&lt;/tt&gt;, since it&apos;s not relevant if the user is disabling &lt;tt&gt;retryWrites&lt;/tt&gt;; however, since &lt;tt&gt;retryWrites&lt;/tt&gt; will not be enabled by default and users may not set the URI option at all it makes the most sense to issue a single warning after URI options are processed and we know the final runtime value (considering the default). As part of this ticket, we should move the warning to &lt;tt&gt;mongoc_client_pool_new&lt;/tt&gt; and &lt;tt&gt;_mongoc_client_new_from_uri&lt;/tt&gt;, which is where we currently error if SSL is enabled in the URI but MONGOC_ENABLE_SSL is not defined.&lt;/p&gt;</description>
                <environment></environment>
        <key id="687831">CDRIVER-2961</key>
            <summary>Support Retryable Writes on by Default</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</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="13201">Fixed</resolution>
                                        <assignee username="jmikola@mongodb.com">Jeremy Mikola</assignee>
                                    <reporter username="rathi.gnanasekaran">Rathi Gnanasekaran</reporter>
                        <labels>
                            <label>FY2020Q1</label>
                    </labels>
                <created>Mon, 11 Feb 2019 20:18:50 +0000</created>
                <updated>Sat, 28 Oct 2023 11:29:25 +0000</updated>
                            <resolved>Wed, 3 Apr 2019 20:31:04 +0000</resolved>
                                                    <fixVersion>1.15.0</fixVersion>
                                    <component>libmongoc</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="2201148" author="xgen-internal-githook" created="Wed, 3 Apr 2019 20:30:08 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;username&apos;: &apos;jmikola&apos;, &apos;email&apos;: &apos;jmikola@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2961&quot; title=&quot;Support Retryable Writes on by Default&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2961&quot;&gt;&lt;del&gt;CDRIVER-2961&lt;/del&gt;&lt;/a&gt; move retryWrites warning to client/pool creation&lt;/p&gt;

&lt;p&gt;Rather than warn each time retryWrites=true is set on the URI, warn&lt;br/&gt;
once when the client/pool is created. This also ensures that we warn&lt;br/&gt;
if retryWrites is never explicitly set but defaults to true.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/d050044bc4d496d363368c1a421bc825d2a77561&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/d050044bc4d496d363368c1a421bc825d2a77561&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2201147" author="xgen-internal-githook" created="Wed, 3 Apr 2019 20:30:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;username&apos;: &apos;jmikola&apos;, &apos;email&apos;: &apos;jmikola@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2961&quot; title=&quot;Support Retryable Writes on by Default&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2961&quot;&gt;&lt;del&gt;CDRIVER-2961&lt;/del&gt;&lt;/a&gt; retryWrites defaults to true&lt;/p&gt;

&lt;p&gt;Also consider txnNumber in test_bulk_max_msg_size.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/9ccf14dc9d9df6e8df3279013cbbf43d6bc23a05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/9ccf14dc9d9df6e8df3279013cbbf43d6bc23a05&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2201146" author="xgen-internal-githook" created="Wed, 3 Apr 2019 20:30:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;username&apos;: &apos;jmikola&apos;, &apos;email&apos;: &apos;jmikola@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-2961&quot; title=&quot;Support Retryable Writes on by Default&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-2961&quot;&gt;&lt;del&gt;CDRIVER-2961&lt;/del&gt;&lt;/a&gt; sync retryable writes and transactions spec tests&lt;/p&gt;

&lt;p&gt;Synced with mongodb/specifications@ae12fd2921f92608ad953204b0b280c369b8486d&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/7413000678eba62c05db8ae33382486c881fbd1d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/7413000678eba62c05db8ae33382486c881fbd1d&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="725881">CDRIVER-3051</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="725902">CDRIVER-3053</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="687825">CXX-1732</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="687824">PHPC-1324</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="729154">CDRIVER-3070</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="722730">CDRIVER-3039</issuekey>
        </issuelink>
                            </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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>CDRIVER-2739</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htzvu7:</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>