<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:55:30 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-909] multiple mongos start race condition (WAS: mongos start failed)</title>
                <link>https://jira.mongodb.org/browse/SERVER-909</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;config:&lt;br/&gt;
    1.sharding:(master-master), 3 group instance&lt;br/&gt;
    2.config servier:(master-master), 1 group instance&lt;br/&gt;
    3.route: 2 instance&lt;/p&gt;

&lt;p&gt;note:&lt;br/&gt;
after installed:&lt;br/&gt;
    1.start sharding: success&lt;br/&gt;
    2.start config server:success&lt;br/&gt;
    3.start mongos: 1 success, 1 failed&lt;br/&gt;
 failed info:&lt;br/&gt;
 /usr/home/quanjun/soft/mongo-1.2.1/mongos --port 23001 --configdb mongodb.store.sina.com.cn:21001 &amp;gt; /data1/mongdb/route1/log&amp;amp;&lt;br/&gt;
called after throwing an instance of &apos;mongo::UserException&apos;&lt;br/&gt;
  what():  should only have 1 thing in config.version&lt;/p&gt;

&lt;p&gt;next day:&lt;br/&gt;
    1.start route: 2 failed:&lt;/p&gt;

&lt;p&gt;failed info:&lt;/p&gt;

&lt;p&gt;called after throwing an instance of &apos;mongo::UserException&apos;&lt;br/&gt;
  what():  should only have 1 thing in config.version&lt;/p&gt;</description>
                <environment>CentOS release 5.2 (Final)</environment>
        <key id="11114">SERVER-909</key>
            <summary>multiple mongos start race condition (WAS: mongos start failed)</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="9">Done</resolution>
                                        <assignee username="eliot">Eliot Horowitz</assignee>
                                    <reporter username="quanjun">sunquanjun</reporter>
                        <labels>
                    </labels>
                <created>Wed, 13 Jan 2010 03:01:52 +0000</created>
                <updated>Tue, 12 Jul 2016 00:28:13 +0000</updated>
                            <resolved>Mon, 8 Feb 2010 12:10:32 +0000</resolved>
                                                    <fixVersion>1.3.5</fixVersion>
                                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="12193" author="auto" created="Mon, 8 Feb 2010 12:10:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;erh&apos;, &apos;name&apos;: &apos;Eliot Horowitz&apos;, &apos;email&apos;: &apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: fix race condition when starting multiple mongos &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-909&quot; title=&quot;multiple mongos start race condition (WAS: mongos start failed)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-909&quot;&gt;&lt;del&gt;SHARDING-69&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/2c1274202f16673b452903bee15fc9736442f2df&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/2c1274202f16673b452903bee15fc9736442f2df&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="11741" author="quanjun" created="Wed, 13 Jan 2010 03:03:19 +0000"  >&lt;p&gt;ps ax|grep mongo|awk &apos;&lt;/p&gt;
{print &quot;kill -9 &quot;$1}
&lt;p&gt;&apos;|sh&lt;br/&gt;
rm -Rf /data1/mongdb/&lt;/p&gt;

&lt;p&gt;mkdir -p /data1/mongdb/sharding1-20011/&lt;br/&gt;
mkdir -p /data1/mongdb/sharding1-20012/&lt;br/&gt;
mkdir -p /data1/mongdb/sharding2-20021/&lt;br/&gt;
mkdir -p /data1/mongdb/sharding2-20022/&lt;br/&gt;
mkdir -p /data1/mongdb/sharding3-20031/&lt;br/&gt;
mkdir -p /data1/mongdb/sharding3-20032/&lt;/p&gt;

&lt;p&gt;mkdir -p /data1/mongdb/configure1/&lt;br/&gt;
mkdir -p /data1/mongdb/configure2/&lt;/p&gt;


&lt;p&gt;mkdir -p /data1/mongdb/route1/&lt;br/&gt;
mkdir -p /data1/mongdb/route2/&lt;/p&gt;

&lt;p&gt;#start sharding:&lt;br/&gt;
/usr/home/quanjun/soft/mongo-1.2.1/mongod --diaglog 7 --shardsvr --master --slave --smallfiles --noauth --nohttpinterface --source mongodb.store.sina.com.cn:20012 --dbpath=/data1/mongdb/sharding1-20011/ --logpath=/data1/mongdb/sharding1-20011/log --port=20011 --bind_ip=10.210.141.204&amp;amp;&lt;br/&gt;
/usr/home/quanjun/soft/mongo-1.2.1/mongod --diaglog 7  --shardsvr --master --slave --smallfiles --noauth --nohttpinterface --source mongodb.store.sina.com.cn:20011 --dbpath=/data1/mongdb/sharding1-20012/ --logpath=/data1/mongdb/sharding1-20012/log --port=20012 --bind_ip=10.210.141.204&amp;amp;&lt;/p&gt;

&lt;p&gt;/usr/home/quanjun/soft/mongo-1.2.1/mongod --diaglog 7  --shardsvr --master --slave --smallfiles --noauth --nohttpinterface --source mongodb.store.sina.com.cn:20022 --dbpath=/data1/mongdb/sharding2-20021/ --logpath=/data1/mongdb/sharding2-20021/log --port=20021 --bind_ip=10.210.141.204&amp;amp;&lt;br/&gt;
/usr/home/quanjun/soft/mongo-1.2.1/mongod --diaglog 7 --shardsvr --master --slave --smallfiles --noauth --nohttpinterface --source mongodb.store.sina.com.cn:20021 --dbpath=/data1/mongdb/sharding2-20022/ --logpath=/data1/mongdb/sharding2-20022/log --port=20022 --bind_ip=10.210.141.204&amp;amp;&lt;/p&gt;

&lt;p&gt;/usr/home/quanjun/soft/mongo-1.2.1/mongod --diaglog 7 --shardsvr --master --slave --smallfiles --noauth --nohttpinterface --source mongodb.store.sina.com.cn:20032 --dbpath=/data1/mongdb/sharding3-20031/ --logpath=/data1/mongdb/sharding3-20031/log --port=20031 --bind_ip=10.210.141.204&amp;amp;&lt;br/&gt;
/usr/home/quanjun/soft/mongo-1.2.1/mongod --diaglog 7 --shardsvr --master --slave --smallfiles --noauth --nohttpinterface --source  mongodb.store.sina.com.cn:20031 --dbpath=/data1/mongdb/sharding3-20032/ --logpath=/data1/mongdb/sharding3-20032/log --port=20032 --bind_ip=10.210.141.204&amp;amp;&lt;/p&gt;

&lt;p&gt;#start configure:&lt;br/&gt;
/usr/home/quanjun/soft/mongo-1.2.1/mongod --diaglog 7 --configsvr --master --slave --smallfiles --noauth --nohttpinterface --source  mongodb.store.sina.com.cn:21002 --dbpath=/data1/mongdb/configure1/ --logpath=/data1/mongdb/configure1/log --port=21001 --bind_ip=10.210.141.204&amp;amp;&lt;br/&gt;
/usr/home/quanjun/soft/mongo-1.2.1/mongod --diaglog 7 --configsvr --master --slave --smallfiles --noauth --nohttpinterface --source mongodb.store.sina.com.cn:21001 --dbpath=/data1/mongdb/configure2/ --logpath=/data1/mongdb/configure2/log --port=21002 --bind_ip=10.210.141.204&amp;amp;&lt;/p&gt;


&lt;p&gt;sleep 900&lt;br/&gt;
#start route:&lt;br/&gt;
/usr/home/quanjun/soft/mongo-1.2.1/mongos --port 23001 --configdb mongodb.store.sina.com.cn:21001  &amp;gt;/data1/mongdb/route1/log &amp;amp;&lt;br/&gt;
/usr/home/quanjun/soft/mongo-1.2.1/mongos --port 23002 --configdb mongodb.store.sina.com.cn:21002  &amp;gt;/data1/mongdb/route2/log &amp;amp;&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>Mon, 8 Feb 2010 12:10:41 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            14 years, 2 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>quanjun</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpozz:</customfieldvalue>

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

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

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