<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:21:28 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-4629] Remove code paths that assume maxWireVersion &lt; WIRE_VERSION_OP_MSG</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-4629</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;There is a lot of legacy code that is only executed given &lt;tt&gt;maxWireVersion &amp;lt; 6&lt;/tt&gt;, which is no longer applicable given &lt;tt&gt;WIRE_VERSION_MIN&lt;/tt&gt; is currently set to 6. Remove obsolete code paths that depend on unsupported values of &lt;tt&gt;maxWireVersion&lt;/tt&gt; (less than 6 at time of writing, which happens to be equivalent to &lt;tt&gt;WIRE_VERSION_OP_MSG&lt;/tt&gt;, which a lot of behavior is dependent on) to simplify the implementation.&lt;/p&gt;

&lt;p&gt;Followup to &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4098&quot; title=&quot;Set minWireVersion to 6 (MongoDB 3.6)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4098&quot;&gt;&lt;del&gt;CDRIVER-4098&lt;/del&gt;&lt;/a&gt;. Motivated by &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4622&quot; title=&quot;OP_QUERY egress counter may overcount&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4622&quot;&gt;&lt;del&gt;CDRIVER-4622&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2325465">CDRIVER-4629</key>
            <summary>Remove code paths that assume maxWireVersion &lt; WIRE_VERSION_OP_MSG</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="ezra.chung@mongodb.com">Ezra Chung</assignee>
                                    <reporter username="ezra.chung@mongodb.com">Ezra Chung</reporter>
                        <labels>
                    </labels>
                <created>Wed, 26 Apr 2023 21:45:30 +0000</created>
                <updated>Sat, 28 Oct 2023 11:27:51 +0000</updated>
                            <resolved>Thu, 27 Apr 2023 21:31:44 +0000</resolved>
                                                    <fixVersion>1.24.0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="5384667" author="xgen-internal-githook" created="Fri, 28 Apr 2023 14:08:35 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Ezra Chung&apos;, &apos;email&apos;: &apos;88335979+eramongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;eramongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4629&quot; title=&quot;Remove code paths that assume maxWireVersion &amp;lt; WIRE_VERSION_OP_MSG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4629&quot;&gt;&lt;del&gt;CDRIVER-4629&lt;/del&gt;&lt;/a&gt; Remove OP_QUERY codepath in mongoc_cluster_run_command_monitored (#1251)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/25f99ee25a277a78c14ec26335be5f71377b7035&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/25f99ee25a277a78c14ec26335be5f71377b7035&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5382926" author="xgen-internal-githook" created="Thu, 27 Apr 2023 21:31:32 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Ezra Chung&apos;, &apos;email&apos;: &apos;88335979+eramongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;eramongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4629&quot; title=&quot;Remove code paths that assume maxWireVersion &amp;lt; WIRE_VERSION_OP_MSG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4629&quot;&gt;&lt;del&gt;CDRIVER-4629&lt;/del&gt;&lt;/a&gt; Remove code requiring maxWireVersion less than WIRE_VERSION_OP_MSG (#1248)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Sync deleted max-staleness tests (&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4152&quot; title=&quot;Update max staleness tests to report a 3.6+ wire version&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4152&quot;&gt;&lt;del&gt;CDRIVER-4152&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4204&quot; title=&quot;PossiblePrimary must not be checked for wire version compatibility of MaxStalenessSeconds&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4204&quot;&gt;&lt;del&gt;CDRIVER-4204&lt;/del&gt;&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update /retryable_writes/failover to account for WIRE_VERSION_RETRYABLE_WRITE_ERROR_LABEL&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update /inheritance/aggregate to account for CDRIVER-3893&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_FIND_CMD&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_KILLCURSORS_CMD&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_FAM_WRITE_CONCERN&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_READ_CONCERN&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_MAX_STALENESS&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_CMD_WRITE_CONCERN&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_COLLATION&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_HINT_SERVER_SIDE_ERROR&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_ARRAY_FILTERS&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_RETRY_READS&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_RETRY_WRITES&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_OP_MSG&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove references to WIRE_VERSION_CHECKS (6) test framework functions&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/46e65b58fc2eaee6ca91437856092024cfbcbbe9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/46e65b58fc2eaee6ca91437856092024cfbcbbe9&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1846002">CDRIVER-4121</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2321260">CDRIVER-4622</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1827640">CDRIVER-4098</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i1ouw8:</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>