<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:39:27 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-2828] SDAM error handling doesn&apos;t ignore errors based on topology version correctly</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-2828</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;While processing errors, the SDAM error handling function &lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/blob/34cb4095341a85cb6f87ea04de55a53c7a532ba4/x/mongo/driver/topology/server.go#L387&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ProcessError&lt;/a&gt; attempts to compare the topology version on the error to the current topology version known by the Go driver. However, the Go driver uses the connection&apos;s topology version (see &lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/blob/34cb4095341a85cb6f87ea04de55a53c7a532ba4/x/mongo/driver/topology/server.go#L405&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;), which is never updated after the connection is created. The Go driver should ignore errors where the error topology version is the same or older than the current driver topology version. However, it will instead act on those errors as if the error topology version were newer.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2331380">GODRIVER-2828</key>
            <summary>SDAM error handling doesn&apos;t ignore errors based on topology version correctly</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="10300" iconUrl="https://jira.mongodb.org/images/icons/priorities/medium.svg">Unknown</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="matt.dale@mongodb.com">Matt Dale</assignee>
                                    <reporter username="matt.dale@mongodb.com">Matt Dale</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 May 2023 19:05:56 +0000</created>
                <updated>Sat, 28 Oct 2023 11:37:18 +0000</updated>
                            <resolved>Mon, 5 Jun 2023 20:14:19 +0000</resolved>
                                    <version>1.10.3</version>
                    <version>1.11.4</version>
                                    <fixVersion>1.12.0</fixVersion>
                    <fixVersion>1.11.7</fixVersion>
                                    <component>SDAM</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="5476101" author="xgen-internal-githook" created="Mon, 5 Jun 2023 20:03:28 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Matt Dale&apos;, &apos;email&apos;: &apos;9760375+matthewdale@users.noreply.github.com&apos;, &apos;username&apos;: &apos;matthewdale&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2828&quot; title=&quot;SDAM error handling doesn&amp;#39;t ignore errors based on topology version correctly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2828&quot;&gt;&lt;del&gt;GODRIVER-2828&lt;/del&gt;&lt;/a&gt; Use topology version from Server instead of Connection in ProcessError. (#1252)&lt;/p&gt;

&lt;p&gt;Co-authored-by: Preston Vasquez &amp;lt;prestonvasquez@icloud.com&amp;gt;&lt;br/&gt;
Branch: release/1.11&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/d79782290b11d1feef4924f92113a284fde06d8a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/d79782290b11d1feef4924f92113a284fde06d8a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5476096" author="xgen-internal-githook" created="Mon, 5 Jun 2023 20:02:10 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Matt Dale&apos;, &apos;email&apos;: &apos;9760375+matthewdale@users.noreply.github.com&apos;, &apos;username&apos;: &apos;matthewdale&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/GODRIVER-2828&quot; title=&quot;SDAM error handling doesn&amp;#39;t ignore errors based on topology version correctly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;GODRIVER-2828&quot;&gt;&lt;del&gt;GODRIVER-2828&lt;/del&gt;&lt;/a&gt; Use topology version from Server instead of Connection in ProcessError. (#1252)&lt;/p&gt;

&lt;p&gt;Co-authored-by: Preston Vasquez &amp;lt;prestonvasquez@icloud.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/commit/71edba3b0108f7c0c2b2d0a32f410f219d646961&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/commit/71edba3b0108f7c0c2b2d0a32f410f219d646961&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5429201" author="JIRAUSER1259527" created="Tue, 16 May 2023 18:22:39 +0000"  >&lt;p&gt;PR: &lt;a href=&quot;https://github.com/mongodb/mongo-go-driver/pull/1252&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-go-driver/pull/1252&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                        <issuelink>
            <issuekey id="2302873">GODRIVER-2787</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2337625">GODRIVER-2841</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_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11861"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14266" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Documentation Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;1.  What would you like to communicate to the user about this feature?&lt;br/&gt;
2.  Would you like the user to see examples of the syntax and/or executable code and its output?&lt;br/&gt;
3.  Which versions of the driver/connector does this apply to?&lt;/p&gt;</customfieldvalue>

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