<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:36:00 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>[GODRIVER-1245] Transactions Bugs</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-1245</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;This ticket is an umbrella for bugs in our transactions implementation that were found when writing a spec test runner as part of &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-251&quot; title=&quot;Create more robust testing framework&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-251&quot;&gt;&lt;del&gt;GODRIVER-251&lt;/del&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;&lt;tt&gt;abortTransaction&lt;/tt&gt; should ignore all server errors. Relevant section of the spec: &quot;After the retryable write attempt, drivers MUST ignore all errors from the abortTransaction command&quot;&lt;/li&gt;
	&lt;li&gt;In &lt;tt&gt;Operation.Execute&lt;/tt&gt;, we use the operation&apos;s read preference for server selection but use the transaction&apos;s read preference when creating the wire message. This can cause a mismatch. For example, if a collection with read preference secondary is used to run a transaction with read preference primary, a secondary will be selected but &lt;tt&gt;$readPreference&lt;/tt&gt; will be &lt;tt&gt;primary&lt;/tt&gt; in the wire message, causing a &lt;tt&gt;NotMaster&lt;/tt&gt; error. We should use the transaction&apos;s read pref for everything.&lt;/li&gt;
&lt;/ol&gt;
</description>
                <environment></environment>
        <key id="901439">GODRIVER-1245</key>
            <summary>Transactions Bugs</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="13201">Fixed</resolution>
                                        <assignee username="divjot.arora@mongodb.com">Divjot Arora</assignee>
                                    <reporter username="divjot.arora@mongodb.com">Divjot Arora</reporter>
                        <labels>
                    </labels>
                <created>Tue, 20 Aug 2019 18:48:15 +0000</created>
                <updated>Sat, 28 Oct 2023 11:38:40 +0000</updated>
                            <resolved>Mon, 26 Aug 2019 22:24:50 +0000</resolved>
                                                    <fixVersion>1.1.2</fixVersion>
                                    <component>CRUD</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="2431666" author="xgen-internal-githook" created="Tue, 24 Sep 2019 19:27:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Divjot Arora&apos;, &apos;username&apos;: &apos;divjotarora&apos;, &apos;email&apos;: &apos;divjot.arora@10gen.com&apos;}
&lt;p&gt;Message: Transactions bug fixes&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Ignore all command errors from AbortTransaction&lt;/li&gt;
	&lt;li&gt;Use transaction&apos;s read preference for server selection&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-1245&quot; title=&quot;Transactions Bugs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-1245&quot;&gt;&lt;del&gt;GODRIVER-1245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Change-Id: I9f62cec3fac07628586187504e33bcfe5679db64&lt;br/&gt;
Branch: release/1.1&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/7f54217c535604a8c83a70ce6bd084bc02265bab&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/7f54217c535604a8c83a70ce6bd084bc02265bab&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2387450" author="xgen-internal-githook" created="Mon, 26 Aug 2019 22:24:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Divjot Arora&apos;, &apos;email&apos;: &apos;divjot.arora@10gen.com&apos;, &apos;username&apos;: &apos;divjotarora&apos;}
&lt;p&gt;Message: Transactions bug fixes&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Ignore all command errors from AbortTransaction&lt;/li&gt;
	&lt;li&gt;Use transaction&apos;s read preference for server selection&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-1245&quot; title=&quot;Transactions Bugs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-1245&quot;&gt;&lt;del&gt;GODRIVER-1245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Change-Id: I9f62cec3fac07628586187504e33bcfe5679db64&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/d7f1b555adc0a0cec08114e1ac157d2342bb8c4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/d7f1b555adc0a0cec08114e1ac157d2342bb8c4c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2382603" author="divjot.arora" created="Thu, 22 Aug 2019 14:13:29 +0000"  >&lt;p&gt;CR: &lt;a href=&quot;https://review.gerrithub.io/c/mongodb/mongo-go-driver/+/465971&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.gerrithub.io/c/mongodb/mongo-go-driver/+/465971&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hvaqa7:</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>