<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:04:32 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-3954] remove and add of replication node gives errors</title>
                <link>https://jira.mongodb.org/browse/SERVER-3954</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;While doing testing for removing and re-adding nodes to replica set i get the following errors ...&lt;/p&gt;

&lt;p&gt;Set name: cheggtest &lt;br/&gt;
Majority up: yes &lt;br/&gt;
Member id Up cctime Last heartbeat Votes Priority State Messages optime skew &lt;br/&gt;
mongo-db01.test.cloud.cheggnet.com:27017 (me) 0 1 2e+03 hrs  1 1 PRIMARY  4e80dd7a:1  &lt;br/&gt;
mongo-db02.test.cloud.cheggnet.com 1 1 26 mins 1 sec ago 1 1 SECONDARY  4e80dd7a:1 1 &lt;br/&gt;
mongo-db03.test.cloud.cheggnet.com 2 1 26 mins 1 sec ago 1 1 SECONDARY  4e80dd7a:1 1 &lt;br/&gt;
mongo-db01.test.cloud.cheggnet.com:27117 5 0  1 sec ago 1 1  still initializing 0:0  &lt;/p&gt;

&lt;p&gt;Removed and added mongo-db01.test.cloud.cheggnet.com:27117 , STATUS: still initializing for past few hours&lt;br/&gt;
{&lt;br/&gt;
                        &quot;_id&quot; : 5,&lt;br/&gt;
                        &quot;name&quot; : &quot;mongo-db01.test.cloud.cheggnet.com:27117&quot;,&lt;br/&gt;
                        &quot;health&quot; : 0,&lt;br/&gt;
                        &quot;state&quot; : 6,&lt;br/&gt;
                        &quot;stateStr&quot; : &quot;(not reachable/healthy)&quot;,&lt;br/&gt;
                        &quot;uptime&quot; : 0,&lt;br/&gt;
                        &quot;optime&quot; : &lt;/p&gt;
{
                                &quot;t&quot; : 0,
                                &quot;i&quot; : 0
                        }
&lt;p&gt;,&lt;br/&gt;
                        &quot;optimeDate&quot; : ISODate(&quot;1970-01-01T00:00:00Z&quot;),&lt;br/&gt;
                        &quot;lastHeartbeat&quot; : ISODate(&quot;2011-09-26T19:24:45Z&quot;),&lt;br/&gt;
                        &quot;errmsg&quot; : &quot;still initializing&quot;&lt;br/&gt;
                }&lt;/p&gt;

&lt;p&gt;Removed and added mongo-db02.test.cloud.cheggnet.com:27217 , STATUS: recieved follwoing error&lt;br/&gt;
cheggtest:PRIMARY&amp;gt;  rs.add(&quot;mongo-db02.test.cloud.cheggnet.com:27217&quot;);&lt;br/&gt;
{&lt;br/&gt;
        &quot;assertion&quot; : &quot;need most members up to reconfigure, not ok : mongo-db02.test.cloud.cheggnet.com:27217&quot;,&lt;br/&gt;
        &quot;assertionCode&quot; : 13144,&lt;br/&gt;
        &quot;errmsg&quot; : &quot;db assertion failure&quot;,&lt;br/&gt;
        &quot;ok&quot; : 0&lt;br/&gt;
}&lt;/p&gt;</description>
                <environment>db version v1.8.1, pdfile version 4.5&lt;br/&gt;
sys info: Linux bs-linux64.10gen.cc 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41&lt;br/&gt;
uptime: 7088271 seconds&lt;br/&gt;
&lt;br/&gt;
New DBA doing testing on TEST</environment>
        <key id="22842">SERVER-3954</key>
            <summary>remove and add of replication node gives errors</summary>
                <type id="6" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Question</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="4">Incomplete</resolution>
                                        <assignee username="kristina">Kristina Chodorow</assignee>
                                    <reporter username="hkaur">H Kaur</reporter>
                        <labels>
                            <label>replicaset</label>
                    </labels>
                <created>Mon, 26 Sep 2011 20:23:25 +0000</created>
                <updated>Wed, 29 Feb 2012 03:53:43 +0000</updated>
                            <resolved>Fri, 16 Dec 2011 21:14:33 +0000</resolved>
                                    <version>1.8.1</version>
                                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="74041" author="hkaur" created="Fri, 16 Dec 2011 21:12:26 +0000"  >&lt;p&gt;This issue was resolved. I have a new issue in production and opening a new discussion in google user group.&lt;/p&gt;
</comment>
                            <comment id="73998" author="kristina" created="Fri, 16 Dec 2011 19:18:41 +0000"  >&lt;p&gt;Can you attach the log from the primary and the member you were trying to add.&lt;/p&gt;</comment>
                            <comment id="73772" author="hkaur" created="Fri, 16 Dec 2011 03:11:22 +0000"  >&lt;p&gt;Kristina,&lt;/p&gt;

&lt;p&gt;The issue was resolved on test. However on production when I try to add a member I received the following error.&lt;/p&gt;

&lt;p&gt;We have a configuration of 3 nodes in replicaset in East Amazon EC2.&lt;/p&gt;

&lt;p&gt;when trying to add additional node in West Amazon EC2 ...keep getting&lt;br/&gt;
follwoing error ... confirmed ping to target server from primary works&lt;br/&gt;
good.&lt;/p&gt;


&lt;p&gt; prod:PRIMARY&amp;gt; rs.add(&quot;mongo-dbbk.prod2.cloud.domain.com&quot;)&lt;br/&gt;
{&lt;br/&gt;
        &quot;assertion&quot; : &quot;can&apos;t find self in new replset config&quot;,&lt;br/&gt;
        &quot;assertionCode&quot; : 13433,&lt;br/&gt;
        &quot;errmsg&quot; : &quot;db assertion failure&quot;,&lt;br/&gt;
        &quot;ok&quot; : 0&lt;br/&gt;
}&lt;br/&gt;
prod:PRIMARY&amp;gt; rs.add(&quot;mongo-dbbk.prod2.cloud.domain.com:27017&quot;)&lt;br/&gt;
{&lt;br/&gt;
        &quot;assertion&quot; : &quot;can&apos;t find self in new replset config&quot;,&lt;br/&gt;
        &quot;assertionCode&quot; : 13433,&lt;br/&gt;
        &quot;errmsg&quot; : &quot;db assertion failure&quot;,&lt;br/&gt;
        &quot;ok&quot; : 0&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;Thanks,&lt;br/&gt;
Harpreet&lt;/p&gt;
</comment>
                            <comment id="68035" author="kristina" created="Mon, 21 Nov 2011 20:20:57 +0000"  >&lt;p&gt;Can you send the log from the primary and the member you were trying to add?&lt;/p&gt;</comment>
                            <comment id="56732" author="hkaur" created="Mon, 26 Sep 2011 20:25:41 +0000"  >&lt;p&gt;here are the commands used to remove and add the 5th node. Not sure why is it complaining &quot;need most members up to reconfigure&quot;&lt;/p&gt;

&lt;p&gt; rs.remove(&quot;mongo-db02.test.cloud.cheggnet.com:27217&quot;)&lt;br/&gt;
Mon Sep 26 12:53:36 DBClientCursor::init call() failed&lt;br/&gt;
Mon Sep 26 12:53:36 query failed : admin.$cmd { replSetReconfig: { _id: &quot;cheggtest&quot;, version: 8, members: [ &lt;/p&gt;
{ _id: 0, host: &quot;mongo-db01.test.cloud.cheggnet.com:27017&quot; }
&lt;p&gt;, &lt;/p&gt;
{ _id: 1, host: &quot;mongo-db02.test.cloud.cheggnet.com&quot; }
&lt;p&gt;, &lt;/p&gt;
{ _id: 2, host: &quot;mongo-db03.test.cloud.cheggnet.com&quot; }
&lt;p&gt;, &lt;/p&gt;
{ _id: 5, host: &quot;mongo-db01.test.cloud.cheggnet.com:27117&quot; }
&lt;p&gt; ] } } to: 127.0.0.1&lt;br/&gt;
Mon Sep 26 12:53:36 Error: error doing query: failed shell/collection.js:150&lt;br/&gt;
Mon Sep 26 12:53:36 trying reconnect to 127.0.0.1&lt;br/&gt;
Mon Sep 26 12:53:36 reconnect 127.0.0.1 ok&lt;br/&gt;
cheggtest:PRIMARY&amp;gt; rs.add(&quot;mongo-db02.test.cloud.cheggnet.com:27217&quot;);&lt;br/&gt;
{&lt;br/&gt;
        &quot;assertion&quot; : &quot;need most members up to reconfigure, not ok : mongo-db02.test.cloud.cheggnet.com:27217&quot;,&lt;br/&gt;
        &quot;assertionCode&quot; : 13144,&lt;br/&gt;
        &quot;errmsg&quot; : &quot;db assertion failure&quot;,&lt;br/&gt;
        &quot;ok&quot; : 0&lt;br/&gt;
}&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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 21 Nov 2011 20:20:57 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 9 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>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, 9 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>hkaur</customfieldvalue>
            <customfieldvalue>kristina</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hropkn:</customfieldvalue>

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

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

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