<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:06:56 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-4775] Followed build process but instead of getting primary and replica sets = getting all primary sets that cannot talk to eachother</title>
                <link>https://jira.mongodb.org/browse/SERVER-4775</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;To Whom this may concern,&lt;/p&gt;

&lt;p&gt;Followed build process but instead of getting primary and replica sets we are getting getting all primary sets that cannot talk to eachother. Tried both DNS and IP&apos;s and getting the same result. Please respond to developers@xen.com or this thread. Thanks!&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Xen&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="29135">SERVER-4775</key>
            <summary>Followed build process but instead of getting primary and replica sets = getting all primary sets that cannot talk to eachother</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.mongodb.org/images/icons/priorities/blocker.svg">Blocker - P1</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="-1">Unassigned</assignee>
                                    <reporter username="rchen@xen.com">Richard Chen</reporter>
                        <labels>
                            <label>build</label>
                    </labels>
                <created>Wed, 25 Jan 2012 19:05:33 +0000</created>
                <updated>Wed, 15 Aug 2012 14:24:13 +0000</updated>
                            <resolved>Sat, 3 Mar 2012 13:33:21 +0000</resolved>
                                    <version>2.0.2</version>
                                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="82375" author="eliot" created="Wed, 25 Jan 2012 21:27:25 +0000"  >&lt;p&gt;Something seems like it was configured wrong at the beginning.&lt;br/&gt;
rs.conf() should never be null for example&lt;/p&gt;

&lt;p&gt;hard to tell what happened with limited info&lt;/p&gt;</comment>
                            <comment id="82351" author="rchen@xen.com" created="Wed, 25 Jan 2012 20:01:24 +0000"  >&lt;p&gt;FYI - Two of the boxes see each other now. Had to wipe out the data on the replica. This seems contrary to documentation?&lt;/p&gt;</comment>
                            <comment id="82347" author="rchen@xen.com" created="Wed, 25 Jan 2012 19:51:25 +0000"  >&lt;p&gt;null on all of them&lt;/p&gt;</comment>
                            <comment id="82345" author="eliot" created="Wed, 25 Jan 2012 19:46:10 +0000"  >&lt;p&gt;Can you send rs.conf() from each box?&lt;/p&gt;</comment>
                            <comment id="82343" author="rchen@xen.com" created="Wed, 25 Jan 2012 19:42:19 +0000"  >&lt;p&gt;Here is how we are installing Mongo on all machines:&lt;/p&gt;

&lt;p&gt;&amp;gt; apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10&lt;br/&gt;
&amp;gt; echo &quot;deb &lt;a href=&quot;http://downloads-distro.mongodb.org/repo/ubuntu-upstart&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://downloads-distro.mongodb.org/repo/ubuntu-upstart&lt;/a&gt; dist 10gen&quot; &amp;gt; /etc/apt/sources.list.d/10gen.list&lt;/p&gt;

&lt;p&gt;&amp;gt; apt-get -y update&lt;/p&gt;

&lt;p&gt;&amp;gt; apt-get -y install mongodb-10gen&lt;/p&gt;



&lt;p&gt;This installation looks completely fine when the servers are run in single-machine mode (i.e. not a RS).&lt;/p&gt;

&lt;p&gt;We are not having any network problems.  All of the machines are running ubuntu with permissive firewalls on their internal NICs (which are the NICs being specified in the RS config) and they can definitely see port 27017 on each box.&lt;/p&gt;

&lt;p&gt;We start each mongo using:&lt;/p&gt;

&lt;p&gt;&amp;gt; mongod -vvv --maxConns 4096 --logpath /logs/mongo.log --logappend --dbpath /mongo/data --config /etc/mongodb.conf --replSet MongoRS/10.0.1.114:27017,10.0.1.56:27017&lt;/p&gt;</comment>
                            <comment id="82340" author="rchen@xen.com" created="Wed, 25 Jan 2012 19:29:11 +0000"  >&lt;p&gt;Are you having network or firewall problems? &lt;br/&gt;
No network issues ~ all the boxes can see each other&lt;/p&gt;

&lt;p&gt;How are you starting each mongod process (what are the command line arguments)?&lt;br/&gt;
We are modifying config that comes with mongo package to enable REST and replica set&lt;/p&gt;

&lt;p&gt;Are you building mongodb from source or using a package installer?&lt;br/&gt;
We are using official 10gen Debian/Ubuntu repository&lt;/p&gt;

</comment>
                            <comment id="82333" author="scotthernandez" created="Wed, 25 Jan 2012 19:09:09 +0000"  >&lt;p&gt;Are you having network or firewall problems? How are you starting each mongod process (what are the command line arguments)?&lt;/p&gt;

&lt;p&gt;Are you building mongodb from source or using a package installer?&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>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 25 Jan 2012 19:09:09 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 4 weeks 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, 4 weeks 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>eliot</customfieldvalue>
            <customfieldvalue>rchen@xen.com</customfieldvalue>
            <customfieldvalue>scotthernandez</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrofpj:</customfieldvalue>

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

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

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