<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:21:25 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>[SERVER-29638] Improve the error message when unable to reach any nodes in a replica set</title>
                <link>https://jira.mongodb.org/browse/SERVER-29638</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The following error:&lt;/p&gt;

&lt;p&gt;&quot;No primary detected for set Cluster0-shard-0 2017-06-14T00:00:00.000-0800 I NETWORK &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplicaSetMonitor-TaskExecutor-0&amp;#93;&lt;/span&gt;&lt;br/&gt;
All nodes for set Cluster0-shard-0 are down.&quot;&lt;/p&gt;

&lt;p&gt;should say instead print something more like the following: &lt;/p&gt;

&lt;p&gt;&quot;Unable to reach primary for set Cluster0-shard-0 2017-06-14T00:00:00.000-0800 I NETWORK &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplicaSetMonitor-TaskExecutor-0&amp;#93;&lt;/span&gt;&lt;br/&gt;
All nodes for set Cluster0-shard-0 are unreachable&quot;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="394013">SERVER-29638</key>
            <summary>Improve the error message when unable to reach any nodes in a replica set</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="tyler.kaye@mongodb.com">Tyler Kaye</assignee>
                                    <reporter username="justin.cohler">Justin Cohler</reporter>
                        <labels>
                            <label>neweng</label>
                            <label>platforms-interns-2017</label>
                    </labels>
                <created>Wed, 14 Jun 2017 21:15:39 +0000</created>
                <updated>Mon, 30 Oct 2023 23:16:05 +0000</updated>
                            <resolved>Tue, 20 Jun 2017 21:20:29 +0000</resolved>
                                                    <fixVersion>3.5.10</fixVersion>
                                    <component>Logging</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="1601948" author="xgen-internal-githook" created="Tue, 20 Jun 2017 18:23:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;tkaye407&apos;, u&apos;name&apos;: u&apos;Tyler Kaye&apos;, u&apos;email&apos;: u&apos;tyler.kaye@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-29638&quot; title=&quot;Improve the error message when unable to reach any nodes in a replica set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-29638&quot;&gt;&lt;del&gt;SERVER-29638&lt;/del&gt;&lt;/a&gt; Changed the Error Message when failing to reach a sharded cluster.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f810e9a849cc98254a28e2f7c704785f2c8e0e6b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f810e9a849cc98254a28e2f7c704785f2c8e0e6b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1600989" author="tyler.kaye" created="Mon, 19 Jun 2017 18:25:10 +0000"  >&lt;p&gt;This is the new error message: &lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:add_invalid_shard&amp;#93;&lt;/span&gt; 2017-06-19T14:17:02.162-0400 c20011| 2017-06-19T14:17:02.161-0400 W NETWORK  &lt;span class=&quot;error&quot;&gt;&amp;#91;conn18&amp;#93;&lt;/span&gt; Unable to reach primary for set prefix_add_invalid_shard&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;js_test:add_invalid_shard&amp;#93;&lt;/span&gt; 2017-06-19T14:17:02.163-0400 c20011| 2017-06-19T14:17:02.161-0400 I NETWORK  &lt;span class=&quot;error&quot;&gt;&amp;#91;conn18&amp;#93;&lt;/span&gt; Cannot reach any nodes for set prefix_add_invalid_shard. Please check network connectivity and the status of the set. This has happened for 2 checks in a row.&lt;/p&gt;</comment>
                            <comment id="1599555" author="osmar.olivo@10gen.com" created="Fri, 16 Jun 2017 18:45:44 +0000"  >&lt;p&gt;I propose the below for wording:&lt;/p&gt;

&lt;p&gt;&quot;Unable to reach primary for set Cluster0-shard-0 2017-06-14T00:00:00.000-0800 I NETWORK &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplicaSetMonitor-TaskExecutor-0&amp;#93;&lt;/span&gt;&lt;br/&gt;
Cannot reach any nodes for set Cluster0-shard-0. Please check network connectivity and the status of the set &quot;.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 16 Jun 2017 18:45:44 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 34 weeks, 1 day 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_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>
                            6 years, 34 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>justin.cohler</customfieldvalue>
            <customfieldvalue>osmar.olivo</customfieldvalue>
            <customfieldvalue>tyler.kaye@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht97ef:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|ht17nb:</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="1776">Platforms 2017-07-10</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_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht8tgv:</customfieldvalue>

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