<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:27:42 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-12140] ReplSetTest upgradeSet() needs to reauth after reconnecting </title>
                <link>https://jira.mongodb.org/browse/SERVER-12140</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;m getting some authorization errors when I try to upgrade a replica set from 2.4.0 to 2.5.4 with a keyfile:&lt;/p&gt;

&lt;p&gt;2013-12-17T11:40:00.501-0500 shell: started program /Users/vkarpov/qa/QA/QA-424/mongod-26 --oplogSize 40 --keyFile jstests/libs/key1 --port 31001 --noprealloc --smallfiles --rest --replSet rs1 --dbpath /data/db/rs1-1 --clusterAuthMode keyFile&lt;br/&gt;
2013-12-17T11:40:00.502-0500 warning: Failed to connect to 127.0.0.1, reason: errno:61 Connection refused&lt;br/&gt;
 m31001| 2013-12-17T11:40:00.525-0500 ** WARNING: --rest is specified without --httpinterface,&lt;br/&gt;
 m31001| 2013-12-17T11:40:00.525-0500 **          enabling http interface&lt;br/&gt;
 m31001| note: noprealloc may hurt performance in many applications&lt;br/&gt;
 m31001| 2013-12-17T11:40:00.528-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; MongoDB starting : pid=2231 port=31001 dbpath=/data/db/rs1-1 64-bit host=specter.local&lt;br/&gt;
 m31001| 2013-12-17T11:40:00.528-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; &lt;br/&gt;
 m31001| 2013-12-17T11:40:00.528-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** NOTE: This is a development version (2.5.4) of MongoDB.&lt;br/&gt;
 m31001| 2013-12-17T11:40:00.528-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; **       Not recommended for production.&lt;br/&gt;
 m31001| 2013-12-17T11:40:00.528-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; &lt;br/&gt;
 m31001| 2013-12-17T11:40:00.528-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** WARNING: soft rlimits too low. Number of files is 256, should be at least 1000&lt;br/&gt;
 m31001| 2013-12-17T11:40:00.528-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; &lt;br/&gt;
 m31001| 2013-12-17T11:40:00.528-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; db version v2.5.4&lt;br/&gt;
 m31001| 2013-12-17T11:40:00.528-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; git version: ffd52e5f46cf2ba74ba931c78da62d4a7f480d8e&lt;br/&gt;
 m31001| 2013-12-17T11:40:00.528-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; build info: Darwin bs-osx-108-x86-64-2.10gen.cc 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64 BOOST_LIB_VERSION=1_49&lt;br/&gt;
 m31001| 2013-12-17T11:40:00.528-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; allocator: system&lt;br/&gt;
 m31001| 2013-12-17T11:40:00.528-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; options: &lt;/p&gt;
{ clusterAuthMode: &quot;keyFile&quot;, dbpath: &quot;/data/db/rs1-1&quot;, keyFile: &quot;jstests/libs/key1&quot;, noprealloc: true, oplogSize: 40, port: 31001, replSet: &quot;rs1&quot;, rest: true, smallfiles: true }
&lt;p&gt;...&lt;br/&gt;
ReplSetTest waitForIndicator from node connection to specter.local:31001&lt;br/&gt;
 m31000| Tue Dec 17 11:40:00.706 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt;ReplSetTest waitForIndicator Initial status ( timeout : 30000 ) :&lt;/p&gt;
{ &quot;ok&quot; : 0, &quot;errmsg&quot; : &quot;unauthorized&quot; }
&lt;p&gt; m31000| Tue Dec 17 11:40:00.909 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:40:01.110 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:40:01.313 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:40:01.515 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:40:01.718 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }

&lt;p&gt;These errors start when I restart one node with the 2.5.4 binary. The 2.5.4 command line flags look like what I would expect to work, but yet the upgrade can&apos;t continue. I&apos;ve attached the scripts that I&apos;m using for this.&lt;/p&gt;</description>
                <environment>OSX, upgrading from 2.4.0 / 2.4.8 to 2.5.4</environment>
        <key id="102910">SERVER-12140</key>
            <summary>ReplSetTest upgradeSet() needs to reauth after reconnecting </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="valeri.karpov@mongodb.com">Valeri Karpov</assignee>
                                    <reporter username="valeri.karpov@mongodb.com">Valeri Karpov</reporter>
                        <labels>
                            <label>26qa</label>
                            <label>upgrading</label>
                    </labels>
                <created>Tue, 17 Dec 2013 16:47:08 +0000</created>
                <updated>Mon, 11 Jul 2016 17:38:36 +0000</updated>
                            <resolved>Mon, 30 Dec 2013 22:13:22 +0000</resolved>
                                    <version>2.4.0</version>
                    <version>2.4.8</version>
                    <version>2.5.4</version>
                                    <fixVersion>2.5.5</fixVersion>
                                    <component>Replication</component>
                    <component>Security</component>
                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="473871" author="xgen-internal-githook" created="Fri, 20 Dec 2013 20:00:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;vkarpov15&apos;, u&apos;name&apos;: u&apos;Valeri Karpov&apos;, u&apos;email&apos;: u&apos;valeri.karpov@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-12140&quot; title=&quot;ReplSetTest upgradeSet() needs to reauth after reconnecting &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-12140&quot;&gt;&lt;del&gt;SERVER-12140&lt;/del&gt;&lt;/a&gt; add some auth-related options to jstests multi_rs library&lt;/p&gt;

&lt;p&gt;Signed-off-by: Matt Kangas &amp;lt;matt.kangas@mongodb.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3e6d6e56c0a8ff1db6c1518fd404c0b37d9db0dd&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3e6d6e56c0a8ff1db6c1518fd404c0b37d9db0dd&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="472040" author="spencer" created="Tue, 17 Dec 2013 19:29:52 +0000"  >&lt;p&gt;Problem seems to be that during the upgrade of the replica set the node is restarted but then never re-authenticated to.  The fix is to make the upgradeSet function take authentication options and re-authenticate any connections it uses after the nodes get restarted.&lt;/p&gt;</comment>
                            <comment id="472029" author="valeri.karpov" created="Tue, 17 Dec 2013 19:13:00 +0000"  >&lt;p&gt;Anything else I can provide y&apos;all to help debug this? This is blocking me from continuing on replica set UDR&lt;/p&gt;</comment>
                            <comment id="471964" author="valeri.karpov" created="Tue, 17 Dec 2013 17:24:54 +0000"  >&lt;p&gt;Here&apos;s where things start going wrong:&lt;/p&gt;

&lt;p&gt; m31002| Tue Dec 17 11:52:52.947 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn4&amp;#93;&lt;/span&gt;  authenticate db: local &lt;/p&gt;
{ authenticate: 1, nonce: &quot;907010cb2735a2e0&quot;, user: &quot;__system&quot;, key: &quot;3e52944ec90b9e2004fbc1132dce32d4&quot; }
&lt;p&gt; m31000| Tue Dec 17 11:52:52.948 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsHealthPoll&amp;#93;&lt;/span&gt; replSet member specter.local:31002 is now in state SECONDARY&lt;br/&gt;
2013-12-17T11:52:53.004-0500 shell: stopped mongo program on port 31001&lt;br/&gt;
ReplSetTest n is : connection to specter.local:31001&lt;br/&gt;
ReplSetTest n: 1 ports: [ 31000, 31001, 31002 ]	31001 number&lt;br/&gt;
{&lt;br/&gt;
	&quot;useHostName&quot; : true,&lt;br/&gt;
	&quot;oplogSize&quot; : 40,&lt;br/&gt;
	&quot;keyFile&quot; : &quot;jstests/libs/key1&quot;,&lt;br/&gt;
	&quot;port&quot; : 31001,&lt;br/&gt;
	&quot;noprealloc&quot; : &quot;&quot;,&lt;br/&gt;
	&quot;smallfiles&quot; : &quot;&quot;,&lt;br/&gt;
	&quot;rest&quot; : &quot;&quot;,&lt;br/&gt;
	&quot;replSet&quot; : &quot;rs1&quot;,&lt;br/&gt;
	&quot;dbpath&quot; : &quot;$set-$node&quot;,&lt;br/&gt;
	&quot;binVersion&quot; : &quot;26&quot;,&lt;br/&gt;
	&quot;clusterAuthMode&quot; : &quot;keyFile&quot;,&lt;br/&gt;
	&quot;restart&quot; : true,&lt;br/&gt;
	&quot;pathOpts&quot; : &lt;/p&gt;
{
		&quot;node&quot; : 1,
		&quot;set&quot; : &quot;rs1&quot;
	}
&lt;p&gt;}&lt;br/&gt;
ReplSetTest (Re)Starting....&lt;br/&gt;
2013-12-17T11:52:53.007-0500 shell: started program /Users/vkarpov/qa/QA/QA-424/mongod-26 --oplogSize 40 --keyFile jstests/libs/key1 --port 31001 --noprealloc --smallfiles --rest --replSet rs1 --dbpath /data/db/rs1-1 --clusterAuthMode keyFile&lt;br/&gt;
2013-12-17T11:52:53.007-0500 warning: Failed to connect to 127.0.0.1, reason: errno:61 Connection refused&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.037-0500 ** WARNING: --rest is specified without --httpinterface,&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.038-0500 **          enabling http interface&lt;br/&gt;
 m31001| note: noprealloc may hurt performance in many applications&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.042-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; MongoDB starting : pid=2243 port=31001 dbpath=/data/db/rs1-1 64-bit host=specter.local&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.042-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; &lt;br/&gt;
 m31001| 2013-12-17T11:52:53.042-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** NOTE: This is a development version (2.5.4) of MongoDB.&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.042-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; **       Not recommended for production.&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.042-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; &lt;br/&gt;
 m31001| 2013-12-17T11:52:53.042-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; ** WARNING: soft rlimits too low. Number of files is 256, should be at least 1000&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.042-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; &lt;br/&gt;
 m31001| 2013-12-17T11:52:53.042-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; db version v2.5.4&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.042-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; git version: ffd52e5f46cf2ba74ba931c78da62d4a7f480d8e&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.042-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; build info: Darwin bs-osx-108-x86-64-2.10gen.cc 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64 BOOST_LIB_VERSION=1_49&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.042-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; allocator: system&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.042-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; options: &lt;/p&gt;
{ clusterAuthMode: &quot;keyFile&quot;, dbpath: &quot;/data/db/rs1-1&quot;, keyFile: &quot;jstests/libs/key1&quot;, noprealloc: true, oplogSize: 40, port: 31001, replSet: &quot;rs1&quot;, rest: true, smallfiles: true }
&lt;p&gt; m31001| 2013-12-17T11:52:53.049-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; journal dir=/data/db/rs1-1/journal&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.049-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; recover : no journal files present, no recovery needed&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.108-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; waiting for connections on port 31001&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.109-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;websvr&amp;#93;&lt;/span&gt; admin web console waiting for connections on port 32001&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.110-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsStart&amp;#93;&lt;/span&gt; replSet I am specter.local:31001&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.120-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsStart&amp;#93;&lt;/span&gt; replSet STARTUP2&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.120-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; replSet SECONDARY&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.208-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:65287 #1 (1 connection now open)&lt;br/&gt;
[&lt;br/&gt;
	connection to specter.local:31000,&lt;br/&gt;
	connection to specter.local:31001,&lt;br/&gt;
	connection to specter.local:31002&lt;br/&gt;
]&lt;br/&gt;
ReplSetTest waitForIndicator state on connection to specter.local:31001&lt;br/&gt;
[ 1, 2, 7 ]&lt;br/&gt;
ReplSetTest waitForIndicator from node connection to specter.local:31001&lt;br/&gt;
 m31000| Tue Dec 17 11:52:53.212 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt;ReplSetTest waitForIndicator Initial status ( timeout : 30000 ) :&lt;/p&gt;
{ &quot;ok&quot; : 0, &quot;errmsg&quot; : &quot;unauthorized&quot; }
&lt;p&gt; m31000| Tue Dec 17 11:52:53.414 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31002| Tue Dec 17 11:52:53.503 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsHealthPoll&amp;#93;&lt;/span&gt; DBClientCursor::init call() failed&lt;br/&gt;
 m31002| Tue Dec 17 11:52:53.503 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsHealthPoll&amp;#93;&lt;/span&gt; replset info specter.local:31001 heartbeat failed, retrying&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.503-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 10.4.101.171:65288 #2 (2 connections now open)&lt;br/&gt;
 m31001| 2013-12-17T11:52:53.504-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn2&amp;#93;&lt;/span&gt;  authenticate db: local &lt;/p&gt;
{ authenticate: 1, nonce: &quot;xxx&quot;, user: &quot;__system&quot;, key: &quot;xxx&quot; }
&lt;p&gt; m31002| Tue Dec 17 11:52:53.504 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsHealthPoll&amp;#93;&lt;/span&gt; replset info specter.local:31001 thinks that we are down&lt;br/&gt;
 m31000| Tue Dec 17 11:52:53.617 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:53.820 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:54.023 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:54.226 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:54.429 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:54.632 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:54.835 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31001| 2013-12-17T11:52:54.949-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 10.4.101.171:65289 #3 (3 connections now open)&lt;br/&gt;
 m31001| 2013-12-17T11:52:54.949-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt;  authenticate db: local &lt;/p&gt;
{ authenticate: 1, nonce: &quot;xxx&quot;, user: &quot;__system&quot;, key: &quot;xxx&quot; }
&lt;p&gt; m31000| Tue Dec 17 11:52:54.950 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsHealthPoll&amp;#93;&lt;/span&gt; replset info specter.local:31001 thinks that we are down&lt;br/&gt;
 m31000| Tue Dec 17 11:52:54.950 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsHealthPoll&amp;#93;&lt;/span&gt; replSet member specter.local:31001 is up&lt;br/&gt;
 m31000| Tue Dec 17 11:52:54.950 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsHealthPoll&amp;#93;&lt;/span&gt; replSet member specter.local:31001 is now in state SECONDARY&lt;br/&gt;
 m31000| Tue Dec 17 11:52:55.038 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:55.112 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 10.4.101.171:65291 #14 (7 connections now open)&lt;br/&gt;
 m31002| Tue Dec 17 11:52:55.112 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 10.4.101.171:65292 #5 (3 connections now open)&lt;br/&gt;
 m31000| Tue Dec 17 11:52:55.113 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt;  authenticate db: local &lt;/p&gt;
{ authenticate: 1, nonce: &quot;89cb7cf0e00b349b&quot;, user: &quot;__system&quot;, key: &quot;e86baab1db55669a3c07436c14570e66&quot; }
&lt;p&gt; m31002| Tue Dec 17 11:52:55.113 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn5&amp;#93;&lt;/span&gt;  authenticate db: local &lt;/p&gt;
{ authenticate: 1, nonce: &quot;8b17459d4e6d6f0d&quot;, user: &quot;__system&quot;, key: &quot;c4bb188860a17ede1223f46a58951eda&quot; }
&lt;p&gt; m31001| 2013-12-17T11:52:55.113-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsHealthPoll&amp;#93;&lt;/span&gt; replSet member specter.local:31000 is up&lt;br/&gt;
 m31001| 2013-12-17T11:52:55.113-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsHealthPoll&amp;#93;&lt;/span&gt; replSet member specter.local:31000 is now in state PRIMARY&lt;br/&gt;
 m31001| 2013-12-17T11:52:55.113-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsHealthPoll&amp;#93;&lt;/span&gt; replSet member specter.local:31002 is up&lt;br/&gt;
 m31001| 2013-12-17T11:52:55.113-0500 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsHealthPoll&amp;#93;&lt;/span&gt; replSet member specter.local:31002 is now in state SECONDARY&lt;br/&gt;
 m31000| Tue Dec 17 11:52:55.241 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:55.443 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:55.646 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:55.848 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:56.051 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:56.253 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:56.456 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:56.660 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:56.853 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn10&amp;#93;&lt;/span&gt; end connection 10.4.101.171:65280 (6 connections now open)&lt;br/&gt;
 m31000| Tue Dec 17 11:52:56.862 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:57.020 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn11&amp;#93;&lt;/span&gt; end connection 10.4.101.171:65281 (5 connections now open)&lt;br/&gt;
 m31000| Tue Dec 17 11:52:57.064 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:57.267 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:57.469 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:57.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:57.875 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:58.078 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:58.281 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
{ &quot;ok&quot; : 0, &quot;errmsg&quot; : &quot;unauthorized&quot; }
&lt;p&gt; m31000| Tue Dec 17 11:52:58.485 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:58.687 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:58.890 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }
&lt;p&gt; m31000| Tue Dec 17 11:52:59.093 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; command denied: &lt;/p&gt;
{ replSetGetStatus: 1.0 }

&lt;p&gt;I&apos;ve attached the full output too&lt;/p&gt;</comment>
                            <comment id="471957" author="spencer" created="Tue, 17 Dec 2013 17:20:49 +0000"  >&lt;p&gt;You cut off the server log in the ticket description - can you post the full log?&lt;/p&gt;</comment>
                            <comment id="471930" author="valeri.karpov" created="Tue, 17 Dec 2013 16:54:54 +0000"  >&lt;p&gt;I&apos;m using the 2.5.4 shell to run this test, so I shouldn&apos;t be using the 2.4 ReplSetTest&lt;/p&gt;</comment>
                            <comment id="471924" author="milkie" created="Tue, 17 Dec 2013 16:52:32 +0000"  >&lt;p&gt;I&apos;m not certain, but is the problem that 2.4 ReplSetTest does not support nodes running 2.5+?  You may need to modify ReplSetTest to get it to work for this type of testing.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="35494" name="output.txt" size="111715" author="valeri.karpov@mongodb.com" created="Tue, 17 Dec 2013 17:24:51 +0000"/>
                            <attachment id="35491" name="repl_upgrade_normal.js" size="1005" author="valeri.karpov@mongodb.com" created="Tue, 17 Dec 2013 16:47:08 +0000"/>
                            <attachment id="35492" name="x509_repl_upgrade.js" size="2719" author="valeri.karpov@mongodb.com" created="Tue, 17 Dec 2013 16:47:08 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 17 Dec 2013 16:52:32 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 8 weeks, 5 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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 8 weeks, 5 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="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>spencer@mongodb.com</customfieldvalue>
            <customfieldvalue>valeri.karpov@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrm573:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>94164</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|hsp1mv:</customfieldvalue>

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