<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:43:43 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>[COMPASS-6595] Initial ping command does not inherit connection readpreference</title>
                <link>https://jira.mongodb.org/browse/COMPASS-6595</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;See HELP-43168. Introduced in &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5341&quot; title=&quot;Ensure that connecting with loadBalanced=true to unavailable host fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5341&quot;&gt;&lt;del&gt;COMPASS-5341&lt;/del&gt;&lt;/a&gt;, this didn&#8217;t include the fix for this issue that was introduced in &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4539&quot; title=&quot;Fix direct connecting to a secondary with readPreference=secondary&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4539&quot;&gt;&lt;del&gt;COMPASS-4539&lt;/del&gt;&lt;/a&gt; (and generalized in &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5207&quot; title=&quot;Refactor dataService.instance method to simplify the data fetching code flow&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5207&quot;&gt;&lt;del&gt;COMPASS-5207&lt;/del&gt;&lt;/a&gt;).&lt;/p&gt;</description>
                <environment></environment>
        <key id="2284738">COMPASS-6595</key>
            <summary>Initial ping command does not inherit connection readpreference</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="anna.henningsen@mongodb.com">Anna Henningsen</assignee>
                                    <reporter username="anna.henningsen@mongodb.com">Anna Henningsen</reporter>
                        <labels>
                    </labels>
                <created>Thu, 9 Mar 2023 12:20:36 +0000</created>
                <updated>Sun, 29 Oct 2023 02:38:33 +0000</updated>
                            <resolved>Thu, 9 Mar 2023 14:25:15 +0000</resolved>
                                                    <fixVersion>1.36.2</fixVersion>
                                    <component>Connectivity</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="5291234" author="xgen-internal-githook" created="Wed, 22 Mar 2023 09:35:41 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix(data-service): apply readPref to initial `ping` command &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6595&quot; title=&quot;Initial ping command does not inherit connection readpreference&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6595&quot;&gt;&lt;del&gt;COMPASS-6595&lt;/del&gt;&lt;/a&gt; (#4140)&lt;/p&gt;

&lt;p&gt;Otherwise, connecting to a secondary-only replset with&lt;br/&gt;
`?readPreference=secondary` fails in Compass.&lt;/p&gt;

&lt;p&gt;As a drive-by, this also applies the same logic to the `killSessions`&lt;br/&gt;
helper method.&lt;br/&gt;
Branch: 1.36-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/fc8fd38528c9266bbb7a0c7a8e17cfab70d5460f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/fc8fd38528c9266bbb7a0c7a8e17cfab70d5460f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5288735" author="xgen-internal-githook" created="Tue, 21 Mar 2023 16:16:34 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix(data-service): apply readPref to initial `ping` command &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6595&quot; title=&quot;Initial ping command does not inherit connection readpreference&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6595&quot;&gt;&lt;del&gt;COMPASS-6595&lt;/del&gt;&lt;/a&gt; (#4140)&lt;/p&gt;

&lt;p&gt;Otherwise, connecting to a secondary-only replset with&lt;br/&gt;
`?readPreference=secondary` fails in Compass.&lt;/p&gt;

&lt;p&gt;As a drive-by, this also applies the same logic to the `killSessions`&lt;br/&gt;
helper method.&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6427&quot; title=&quot;exportJSON() export function and tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6427&quot;&gt;&lt;del&gt;COMPASS-6427&lt;/del&gt;&lt;/a&gt;-export-json&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/fc8fd38528c9266bbb7a0c7a8e17cfab70d5460f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/fc8fd38528c9266bbb7a0c7a8e17cfab70d5460f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5280930" author="xgen-internal-githook" created="Fri, 17 Mar 2023 16:32:29 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix(data-service): apply readPref to initial `ping` command &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6595&quot; title=&quot;Initial ping command does not inherit connection readpreference&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6595&quot;&gt;&lt;del&gt;COMPASS-6595&lt;/del&gt;&lt;/a&gt; (#4140)&lt;/p&gt;

&lt;p&gt;Otherwise, connecting to a secondary-only replset with&lt;br/&gt;
`?readPreference=secondary` fails in Compass.&lt;/p&gt;

&lt;p&gt;As a drive-by, this also applies the same logic to the `killSessions`&lt;br/&gt;
helper method.&lt;br/&gt;
Branch: github-link&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/fc8fd38528c9266bbb7a0c7a8e17cfab70d5460f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/fc8fd38528c9266bbb7a0c7a8e17cfab70d5460f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5263850" author="xgen-internal-githook" created="Fri, 10 Mar 2023 14:01:12 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix(data-service): apply readPref to initial `ping` command &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6595&quot; title=&quot;Initial ping command does not inherit connection readpreference&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6595&quot;&gt;&lt;del&gt;COMPASS-6595&lt;/del&gt;&lt;/a&gt; (#4140)&lt;/p&gt;

&lt;p&gt;Otherwise, connecting to a secondary-only replset with&lt;br/&gt;
`?readPreference=secondary` fails in Compass.&lt;/p&gt;

&lt;p&gt;As a drive-by, this also applies the same logic to the `killSessions`&lt;br/&gt;
helper method.&lt;br/&gt;
Branch: replace-reflux-with-redux-in-query-bar&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/fc8fd38528c9266bbb7a0c7a8e17cfab70d5460f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/fc8fd38528c9266bbb7a0c7a8e17cfab70d5460f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5261354" author="xgen-internal-githook" created="Thu, 9 Mar 2023 14:26:27 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix(data-service): apply readPref to initial `ping` command &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6595&quot; title=&quot;Initial ping command does not inherit connection readpreference&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6595&quot;&gt;&lt;del&gt;COMPASS-6595&lt;/del&gt;&lt;/a&gt; (#4140)&lt;/p&gt;

&lt;p&gt;Otherwise, connecting to a secondary-only replset with&lt;br/&gt;
`?readPreference=secondary` fails in Compass.&lt;/p&gt;

&lt;p&gt;As a drive-by, this also applies the same logic to the `killSessions`&lt;br/&gt;
helper method.&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/fc8fd38528c9266bbb7a0c7a8e17cfab70d5460f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/fc8fd38528c9266bbb7a0c7a8e17cfab70d5460f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5261100" author="xgen-internal-githook" created="Thu, 9 Mar 2023 12:34:45 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: fix(data-service): apply readPref to initial `ping` command &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6595&quot; title=&quot;Initial ping command does not inherit connection readpreference&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6595&quot;&gt;&lt;del&gt;COMPASS-6595&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Otherwise, connecting to a secondary-only replset with&lt;br/&gt;
`?readPreference=secondary` fails in Compass.&lt;/p&gt;

&lt;p&gt;As a drive-by, this also applies the same logic to the `killSessions`&lt;br/&gt;
helper method.&lt;br/&gt;
Branch: 6595-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/4adef56d4b39e60c95006bb407b55a41d8d21d3b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/4adef56d4b39e60c95006bb407b55a41d8d21d3b&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1568812">COMPASS-4539</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1567362">MONGOSH-508</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1903149">COMPASS-5207</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1940510">COMPASS-5341</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 9 Mar 2023 12:34:45 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        46 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <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_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            46 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>anna.henningsen@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1zjif:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1z5nr:</customfieldvalue>

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