<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:01:54 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-3040] Too many ReplicaSetMonitor::_checkConnection: messages in mongos.log after replica set failover</title>
                <link>https://jira.mongodb.org/browse/SERVER-3040</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;After replica set failover, why do I see about 30 &quot;ReplicaSetMonitor::_checkConnection:&quot; messages per second in my mongos log? This seems to go on until I fail back to the original master. Here&apos;s an example message:&lt;/p&gt;

&lt;p&gt;Wed May  4 23:09:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }</description>
                <environment>EC2</environment>
        <key id="16634">SERVER-3040</key>
            <summary>Too many ReplicaSetMonitor::_checkConnection: messages in mongos.log after replica set failover</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="9">Done</resolution>
                                        <assignee username="greg_10gen">Greg Studer</assignee>
                                    <reporter username="mconigliaro">Michael Conigliaro</reporter>
                        <labels>
                    </labels>
                <created>Wed, 4 May 2011 23:17:46 +0000</created>
                <updated>Fri, 30 Mar 2012 14:27:00 +0000</updated>
                            <resolved>Wed, 25 May 2011 17:26:50 +0000</resolved>
                                    <version>1.8.2</version>
                                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="32954" author="mconigliaro" created="Mon, 16 May 2011 18:46:35 +0000"  >&lt;p&gt;OK, great. That&apos;s all I needed to know.&lt;/p&gt;</comment>
                            <comment id="32947" author="eliot" created="Mon, 16 May 2011 18:21:22 +0000"  >&lt;p&gt;Those messages are what we are expecting.&lt;br/&gt;
They may be more verbose then you want, but there is nothing wrong going on.&lt;/p&gt;</comment>
                            <comment id="32944" author="mconigliaro" created="Mon, 16 May 2011 18:18:51 +0000"  >&lt;p&gt;The latest nightly definitely seems to have reduced the number of these messages, but I&apos;m still seeing an increased number of them long after failover has completed. I&apos;ve just been running rs.stepDown(); on the masters in shard 2. I don&apos;t know if these messages mean anything, but I figured I&apos;d mention it. And just like before, once I fail back to the &lt;b&gt;original&lt;/b&gt; master on shard 2, all these messages go away (or happen much less frequently).&lt;/p&gt;

&lt;p&gt;Mon May 16 18:06:04 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplicaSetMonitorWatcher&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb10.example.com:27018 &lt;/p&gt;
{ setName: &quot;4&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb10.example.com:27018&quot;, &quot;mongodb11.example.com:27018&quot; ], arbiters: [ &quot;mongodb12.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;checking replica set: 1&lt;br/&gt;
Mon May 16 18:06:04 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplicaSetMonitorWatcher&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb01.example.com:27018 &lt;/p&gt;
{ setName: &quot;1&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb01.example.com:27018&quot;, &quot;mongodb02.example.com:27018&quot; ], arbiters: [ &quot;mongodb03.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;checking replica set: 2&lt;br/&gt;
Mon May 16 18:06:04 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplicaSetMonitorWatcher&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;checking replica set: 3&lt;br/&gt;
Mon May 16 18:06:04 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplicaSetMonitorWatcher&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb07.example.com:27018 &lt;/p&gt;
{ setName: &quot;3&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb07.example.com:27018&quot;, &quot;mongodb08.example.com:27018&quot; ], arbiters: [ &quot;mongodb09.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;checking replica set: 4&lt;br/&gt;
Mon May 16 18:06:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:07 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:07 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:07 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:07 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:09 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:09 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:12 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:12 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:12 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:12 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;Balancer&amp;#93;&lt;/span&gt; skipping balancing round because balancing is disabled&lt;br/&gt;
Mon May 16 18:06:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:14 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:19 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:19 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:19 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:19 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:21 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:21 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:23 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn5&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:23 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn5&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn23&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;_check : 2/mongodb05.example.com:27018,mongodb04.example.com:27018&lt;br/&gt;
Mon May 16 18:06:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplicaSetMonitorWatcher&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb10.example.com:27018 &lt;/p&gt;
{ setName: &quot;4&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb10.example.com:27018&quot;, &quot;mongodb11.example.com:27018&quot; ], arbiters: [ &quot;mongodb12.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;checking replica set: 1&lt;br/&gt;
Mon May 16 18:06:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplicaSetMonitorWatcher&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb01.example.com:27018 &lt;/p&gt;
{ setName: &quot;1&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb01.example.com:27018&quot;, &quot;mongodb02.example.com:27018&quot; ], arbiters: [ &quot;mongodb03.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;checking replica set: 2&lt;br/&gt;
Mon May 16 18:06:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplicaSetMonitorWatcher&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb05.example.com:27018 &lt;/p&gt;
{ setName: &quot;2&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb05.example.com:27018&quot;, &quot;mongodb04.example.com:27018&quot; ], arbiters: [ &quot;mongodb06.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;checking replica set: 3&lt;br/&gt;
Mon May 16 18:06:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;ReplicaSetMonitorWatcher&amp;#93;&lt;/span&gt; ReplicaSetMonitor::_checkConnection: mongodb07.example.com:27018 &lt;/p&gt;
{ setName: &quot;3&quot;, ismaster: true, secondary: false, hosts: [ &quot;mongodb07.example.com:27018&quot;, &quot;mongodb08.example.com:27018&quot; ], arbiters: [ &quot;mongodb09.example.com:27018&quot; ], maxBsonObjectSize: 16777216, ok: 1.0 }
&lt;p&gt;checking replica set: 4&lt;/p&gt;</comment>
                            <comment id="31737" author="mconigliaro" created="Mon, 9 May 2011 22:11:38 +0000"  >&lt;p&gt;FYI, this may be related to &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3049&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-3049&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="31662" author="mconigliaro" created="Mon, 9 May 2011 19:14:04 +0000"  >&lt;p&gt;&amp;gt; db.printShardingStatus() &lt;br/&gt;
&amp;#8212; Sharding Status &amp;#8212; &lt;br/&gt;
  sharding version: &lt;/p&gt;
{ &quot;_id&quot; : 1, &quot;version&quot; : 3 }
&lt;p&gt;  shards:&lt;br/&gt;
      {&lt;br/&gt;
	&quot;_id&quot; : &quot;2&quot;,&lt;br/&gt;
	&quot;host&quot; : &quot;2/mongodb05.example.com:27018,mongodb04.example.com:27018&quot;&lt;br/&gt;
}&lt;br/&gt;
      {&lt;br/&gt;
	&quot;_id&quot; : &quot;1&quot;,&lt;br/&gt;
	&quot;host&quot; : &quot;1/mongodb01.example.com:27018,mongodb02.example.com:27018&quot;&lt;br/&gt;
}&lt;br/&gt;
      {&lt;br/&gt;
	&quot;_id&quot; : &quot;3&quot;,&lt;br/&gt;
	&quot;host&quot; : &quot;3/mongodb07.example.com:27018,mongodb08.example.com:27018&quot;&lt;br/&gt;
}&lt;br/&gt;
      {&lt;br/&gt;
	&quot;_id&quot; : &quot;4&quot;,&lt;br/&gt;
	&quot;host&quot; : &quot;4/mongodb10.example.com:27018,mongodb11.example.com:27018&quot;&lt;br/&gt;
}&lt;br/&gt;
  databases:&lt;/p&gt;
	{ &quot;_id&quot; : &quot;admin&quot;, &quot;partitioned&quot; : false, &quot;primary&quot; : &quot;config&quot; }
	{ &quot;_id&quot; : &quot;test&quot;, &quot;partitioned&quot; : false, &quot;primary&quot; : &quot;2&quot; }
	{ &quot;_id&quot; : &quot;example&quot;, &quot;partitioned&quot; : true, &quot;primary&quot; : &quot;2&quot; }
&lt;p&gt;		example.stats chunks:&lt;br/&gt;
				4	22&lt;br/&gt;
				3	24&lt;br/&gt;
				1	22&lt;br/&gt;
				2	23&lt;br/&gt;
			too many chunksn to print, use verbose if you want to force print&lt;br/&gt;
		example.userEventsJournal chunks:&lt;br/&gt;
				4	194&lt;br/&gt;
				1	202&lt;br/&gt;
				3	189&lt;br/&gt;
				2	172&lt;br/&gt;
			too many chunksn to print, use verbose if you want to force print&lt;br/&gt;
		example.userfile chunks:&lt;br/&gt;
				4	2&lt;br/&gt;
				2	5&lt;br/&gt;
			{ &quot;userId&quot; : &lt;/p&gt;
{ $minKey : 1 }
&lt;p&gt; } --&amp;gt;&amp;gt; &lt;/p&gt;
{ &quot;userId&quot; : &quot;000009a6-02e5-4277-90a3-fb38264440f9&quot; }
&lt;p&gt; on : 4 &lt;/p&gt;
{ &quot;t&quot; : 7000, &quot;i&quot; : 0 }
&lt;p&gt;			&lt;/p&gt;
{ &quot;userId&quot; : &quot;000009a6-02e5-4277-90a3-fb38264440f9&quot; }
&lt;p&gt; --&amp;gt;&amp;gt; &lt;/p&gt;
{ &quot;userId&quot; : &quot;3295759f-14d4-46b3-bcac-22e6b8c35400&quot; }
&lt;p&gt; on : 2 &lt;/p&gt;
{ &quot;t&quot; : 8000, &quot;i&quot; : 2 }
&lt;p&gt;			&lt;/p&gt;
{ &quot;userId&quot; : &quot;3295759f-14d4-46b3-bcac-22e6b8c35400&quot; }
&lt;p&gt; --&amp;gt;&amp;gt; &lt;/p&gt;
{ &quot;userId&quot; : &quot;651a8cb3-7df8-43bf-bbee-6c58a1f88b28&quot; }
&lt;p&gt; on : 2 &lt;/p&gt;
{ &quot;t&quot; : 8000, &quot;i&quot; : 4 }
&lt;p&gt;			&lt;/p&gt;
{ &quot;userId&quot; : &quot;651a8cb3-7df8-43bf-bbee-6c58a1f88b28&quot; }
&lt;p&gt; --&amp;gt;&amp;gt; &lt;/p&gt;
{ &quot;userId&quot; : &quot;97cf4d36-c30d-4888-bd26-6a3ef8dcb662&quot; }
&lt;p&gt; on : 2 &lt;/p&gt;
{ &quot;t&quot; : 8000, &quot;i&quot; : 6 }
&lt;p&gt;			&lt;/p&gt;
{ &quot;userId&quot; : &quot;97cf4d36-c30d-4888-bd26-6a3ef8dcb662&quot; }
&lt;p&gt; --&amp;gt;&amp;gt; &lt;/p&gt;
{ &quot;userId&quot; : &quot;ca921ed8-67bb-44e7-a802-8c48a8ae8c8d&quot; }
&lt;p&gt; on : 2 &lt;/p&gt;
{ &quot;t&quot; : 8000, &quot;i&quot; : 8 }
&lt;p&gt;			&lt;/p&gt;
{ &quot;userId&quot; : &quot;ca921ed8-67bb-44e7-a802-8c48a8ae8c8d&quot; }
&lt;p&gt; --&amp;gt;&amp;gt; &lt;/p&gt;
{ &quot;userId&quot; : &quot;testuser2&quot; }
&lt;p&gt; on : 2 &lt;/p&gt;
{ &quot;t&quot; : 8000, &quot;i&quot; : 9 }
&lt;p&gt;			&lt;/p&gt;
{ &quot;userId&quot; : &quot;testuser2&quot; }
&lt;p&gt; --&amp;gt;&amp;gt; { &quot;userId&quot; : &lt;/p&gt;
{ $maxKey : 1 }
&lt;p&gt; } on : 4 &lt;/p&gt;
{ &quot;t&quot; : 8000, &quot;i&quot; : 0 }
	{ &quot;_id&quot; : &quot;local&quot;, &quot;partitioned&quot; : false, &quot;primary&quot; : &quot;2&quot; }</comment>
                            <comment id="31542" author="eliot" created="Mon, 9 May 2011 05:54:48 +0000"  >&lt;p&gt;Can you send the output of db.printShardingStatus()&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="18516">SERVER-3303</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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>Mon, 9 May 2011 05:54:48 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 40 weeks, 2 days 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>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 40 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10020"><![CDATA[Linux]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>greg_10gen</customfieldvalue>
            <customfieldvalue>mconigliaro</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrp0fr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrif7r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>21117</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </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|hs58zb:</customfieldvalue>

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