<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:56:58 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-1419] assertion on replSetInit</title>
                <link>https://jira.mongodb.org/browse/SERVER-1419</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;With clean db paths, started up:&lt;/p&gt;

&lt;p&gt;$ ./mongod --dbpath ~/dbs/blort1 --replSet blort/ubuntu:27017&lt;br/&gt;
$ ./mongod --dbpath ~/dbs/blort2 --port 27018 --replSet blort/ubuntu:27017&lt;/p&gt;

&lt;p&gt;Then opened the shell and ran:&lt;/p&gt;

&lt;p&gt;&amp;gt; db.runCommand({replSetInitiate:{ &quot;_id&quot; : &quot;blort&quot;, members : &lt;span class=&quot;error&quot;&gt;&amp;#91;{_id : 0, host:&amp;quot;ubuntu:27017&amp;quot;},{_id:1, host:&amp;quot;ubuntu:27018&amp;quot;}&amp;#93;&lt;/span&gt;}})&lt;br/&gt;
{&lt;br/&gt;
        &quot;info&quot; : &quot;Config now saved locally.  Should come online in about a minute.&quot;,&lt;br/&gt;
        &quot;ok&quot; : 1&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;ubuntu:27017 log:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:24 connection accepted from 127.0.0.1:50457 #3&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:24 replSet replSetInitiate admin command received from client&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:24 replSet replSetInitiate config object parses ok, 2 members specified&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:24 connection accepted from 127.0.1.1:35364 #4&lt;br/&gt;
TEMP hb res cfg change:&lt;/p&gt;
{ rs: true, hasData: false, errmsg: &quot;still initializing&quot;, ok: 0.0 }
&lt;p&gt;TEMP hb res cfg change:&lt;/p&gt;
{ rs: true, hasData: false, errmsg: &quot;still initializing&quot;, ok: 0.0 }
&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:24 replSet replSetInitiate all members seem up&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:24 replSet info saving a newer config version to local.system.replset&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:24 replSet replSetInitiate config now saved locally.  Should come online in about a minute.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:30   Assertion failure lockedByMe() db/repl/rs.cpp 210&lt;br/&gt;
0x813a203 0x8143e55 0x8229368 0x822a00b 0x822a5cf 0x822c291 0x822d0eb 0x812faff 0xb47c1d 0xee380e 0x40aa0e &lt;br/&gt;
 ./mongod(_ZN5mongo12sayDbContextEPKc+0xc3) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x813a203&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8assertedEPKcS1_j+0xd5) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8143e55&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11ReplSetImpl14initFromConfigERNS_13ReplSetConfigE+0x318) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8229368&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11ReplSetImpl17_loadConfigFinishERSt6vectorINS_13ReplSetConfigESaIS2_EE+0x8b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x822a00b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11ReplSetImpl10loadConfigEv+0x42f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x822a5cf&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11ReplSetImplC2ESs+0x781) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x822c291&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo13startReplSetsEv+0x19b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x822d0eb&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5boost6detail11thread_dataIPFvvEE3runEv+0xf) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x812faff&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libboost_thread-mt.so.1.38.0(thread_proxy+0x5d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xb47c1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xee380e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libc.so.6(clone+0x5e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x40aa0e&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:30 replSet error loading configurations 0 assertion db/repl/rs.cpp:210&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:30 replSet error replication will not start&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:30 replSet error fatal error, stopping replication&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:30 replSet caught exception in startReplSets thread: assertion db/repl/rs.cpp:210&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; Wed Jul 14 11:02:11 end connection 127.0.1.1:35359&lt;/p&gt;

&lt;p&gt;ubuntu:27018 log:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:12 replSet have you ran replSetInitiate yet?&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:12 replSet sleeping 20sec and will try again.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:24 connection accepted from 127.0.1.1:59149 #2&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:32   Assertion failure lockedByMe() db/repl/rs.cpp 210&lt;br/&gt;
0x813a203 0x8143e55 0x8229368 0x822a00b 0x822a5cf 0x822c291 0x822d0eb 0x812faff 0x119c1d 0xe0180e 0x27da0e &lt;br/&gt;
 ./mongod(_ZN5mongo12sayDbContextEPKc+0xc3) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x813a203&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8assertedEPKcS1_j+0xd5) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8143e55&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11ReplSetImpl14initFromConfigERNS_13ReplSetConfigE+0x318) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8229368&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11ReplSetImpl17_loadConfigFinishERSt6vectorINS_13ReplSetConfigESaIS2_EE+0x8b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x822a00b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11ReplSetImpl10loadConfigEv+0x42f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x822a5cf&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11ReplSetImplC2ESs+0x781) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x822c291&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo13startReplSetsEv+0x19b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x822d0eb&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5boost6detail11thread_dataIPFvvEE3runEv+0xf) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x812faff&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libboost_thread-mt.so.1.38.0(thread_proxy+0x5d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x119c1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xe0180e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libc.so.6(clone+0x5e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x27da0e&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:32 replSet error loading configurations 0 assertion db/repl/rs.cpp:210&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:32 replSet error replication will not start&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:32 replSet error fatal error, stopping replication&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;startReplSets&amp;#93;&lt;/span&gt; Wed Jul 14 11:01:32 replSet caught exception in startReplSets thread: assertion db/repl/rs.cpp:210&lt;/p&gt;</description>
                <environment>db version v1.5.5-pre-, pdfile version 4.5&lt;br/&gt;
Wed Jul 14 11:04:22 git version: f4266aedd22c75d64c0250ecf62d21bcdfd31766</environment>
        <key id="12443">SERVER-1419</key>
            <summary>assertion on replSetInit</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="dwight@mongodb.com">Dwight Merriman</assignee>
                                    <reporter username="kristina">Kristina Chodorow</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Jul 2010 11:08:15 +0000</created>
                <updated>Tue, 12 Jul 2016 00:27:11 +0000</updated>
                            <resolved>Thu, 29 Jul 2010 17:00:39 +0000</resolved>
                                                    <fixVersion>1.5.7</fixVersion>
                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="16288" author="kristina" created="Thu, 29 Jul 2010 17:00:39 +0000"  >&lt;p&gt;Yup, works perfectly.&lt;/p&gt;</comment>
                            <comment id="16284" author="dwight_10gen" created="Thu, 29 Jul 2010 16:31:32 +0000"  >&lt;p&gt;does it work now?&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>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 29 Jul 2010 16:31:32 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 29 weeks, 6 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>
                            13 years, 29 weeks, 6 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>dwight@mongodb.com</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|hrpjjr:</customfieldvalue>

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

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

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