<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:55:38 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>[JAVA-1842] listCollections and listIndexes commands are forced to the primary</title>
                <link>https://jira.mongodb.org/browse/JAVA-1842</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;I ran the listCollections command with primaryPreferred read preference against a 3.0+ replica set, but instead the driver dictates primary read preference &lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/blob/2.13.x/src/main/com/mongodb/DB.java#L108&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;. I&apos;d like the command to work when the primary is down. This is likely caused by the string case mismatching in the &lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/blob/2.13.x/src/main/com/mongodb/DB.java#L55-L56&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;_obedientCommands&lt;/a&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="206615">JAVA-1842</key>
            <summary>listCollections and listIndexes commands are forced to the primary</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="ross@mongodb.com">Ross Lawley</assignee>
                                    <reporter username="chunming.li@mongodb.com">Chunming Li</reporter>
                        <labels>
                    </labels>
                <created>Tue, 26 May 2015 22:14:36 +0000</created>
                <updated>Thu, 28 May 2015 15:50:44 +0000</updated>
                            <resolved>Wed, 27 May 2015 15:58:09 +0000</resolved>
                                    <version>2.13.0</version>
                                    <fixVersion>2.13.2</fixVersion>
                    <fixVersion>2.14.0</fixVersion>
                                    <component>Command Operations</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="926078" author="jeff.yemin" created="Thu, 28 May 2015 15:50:44 +0000"  >&lt;p&gt;Fix released in 2.13.2.&lt;/p&gt;</comment>
                            <comment id="924780" author="xgen-internal-githook" created="Wed, 27 May 2015 15:57:55 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rozza&apos;, u&apos;name&apos;: u&apos;Ross Lawley&apos;, u&apos;email&apos;: u&apos;ross.lawley@gmail.com&apos;}
&lt;p&gt;Message: Fix case in obedientCommands&lt;/p&gt;

&lt;p&gt;And revert the regression tests back after being&lt;br/&gt;
incorrectly changed in &lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/22a0a66910c6b7f0197e2730eb9c6b0d1349bc55&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/22a0a66910c6b7f0197e2730eb9c6b0d1349bc55&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1842&quot; title=&quot;listCollections and listIndexes commands are forced to the primary&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1842&quot;&gt;&lt;del&gt;JAVA-1842&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 2.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/9057c5b2a696abe990219824e4206363d96a226c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/9057c5b2a696abe990219824e4206363d96a226c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="924779" author="xgen-internal-githook" created="Wed, 27 May 2015 15:57:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rozza&apos;, u&apos;name&apos;: u&apos;Ross Lawley&apos;, u&apos;email&apos;: u&apos;ross.lawley@gmail.com&apos;}
&lt;p&gt;Message: Fix case in obedientCommands&lt;/p&gt;

&lt;p&gt;And revert the regression tests back after being&lt;br/&gt;
incorrectly changed in &lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/22a0a66910c6b7f0197e2730eb9c6b0d1349bc55&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/22a0a66910c6b7f0197e2730eb9c6b0d1349bc55&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-1842&quot; title=&quot;listCollections and listIndexes commands are forced to the primary&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-1842&quot;&gt;&lt;del&gt;JAVA-1842&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 2.13.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/3f9a7c1c2030b2c3cbeb3d58005e8c1e0a6bfeda&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/3f9a7c1c2030b2c3cbeb3d58005e8c1e0a6bfeda&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs9j3j:</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>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="552">Java Sprint 20</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>