<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:58:33 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-1956] Cannot initiate replica set on loopback IPs -</title>
                <link>https://jira.mongodb.org/browse/SERVER-1956</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description></description>
                <environment></environment>
        <key id="13399">SERVER-1956</key>
            <summary>Cannot initiate replica set on loopback IPs -</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="eliot">Eliot Horowitz</assignee>
                                    <reporter username="spike@wavii.com">Spike Gronim</reporter>
                        <labels>
                    </labels>
                <created>Sat, 16 Oct 2010 19:20:18 +0000</created>
                <updated>Tue, 12 Jul 2016 00:17:23 +0000</updated>
                            <resolved>Thu, 21 Oct 2010 01:33:50 +0000</resolved>
                                                    <fixVersion>1.7.2</fixVersion>
                                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="19429" author="eliot" created="Thu, 21 Oct 2010 01:33:50 +0000"  >&lt;p&gt;This isn&apos;t easily backportable.&lt;/p&gt;</comment>
                            <comment id="19425" author="kristina" created="Wed, 20 Oct 2010 22:14:12 +0000"  >&lt;p&gt;Great!  You can actually use the current nightly if you don&apos;t want to wait.&lt;/p&gt;</comment>
                            <comment id="19424" author="spike@wavii.com" created="Wed, 20 Oct 2010 22:06:16 +0000"  >&lt;p&gt;If it works in 1.7.2 I&apos;m happy. I can install that on my test machines.&lt;/p&gt;</comment>
                            <comment id="19419" author="kristina" created="Wed, 20 Oct 2010 21:18:12 +0000"  >&lt;p&gt;I think this is an isSelf() issue... I&apos;m not sure if we can backport the isSelf changes, but it works in 1.7.2- (and not 1.6.3).&lt;/p&gt;</comment>
                            <comment id="19289" author="eliot" created="Mon, 18 Oct 2010 13:40:56 +0000"  >&lt;p&gt;Kristina - if this turns into an isSelf issue, assign back to me.&lt;/p&gt;</comment>
                            <comment id="19276" author="spike@wavii.com" created="Sun, 17 Oct 2010 16:56:22 +0000"  >&lt;p&gt;I can confirm that this is happening in 1.7. The only impact on me is in some tests that would like to use a few local mongodbs.&lt;/p&gt;


&lt;p&gt;spike-laptop-mac:bin spikegronim$ ./mongod --version&lt;br/&gt;
db version v1.7.1, pdfile version 4.5&lt;br/&gt;
Sun Oct 17 09:54:39 git version: cee2d0d6816a704126c283401db24c949d5f52a3&lt;/p&gt;

&lt;p&gt;(env)spike-laptop-mac:mongodb spikegronim$ cat mongod-127.0.0.2.conf &lt;br/&gt;
dbpath = /tmp/mongo2/&lt;br/&gt;
bind_ip = 127.0.0.2&lt;br/&gt;
replSet=testReplSet&lt;br/&gt;
port = 27017&lt;/p&gt;


&lt;p&gt;(env)spike-laptop-mac:mongodb spikegronim$ mongo 127.0.0.2 &lt;br/&gt;
MongoDB shell version: 1.6.3&lt;br/&gt;
connecting to: 127.0.0.2/test&lt;br/&gt;
&amp;gt; rs.initiate({&apos;_id&apos;:&apos;testReplSet&apos;, &apos;members&apos;: [&lt;/p&gt;
{&apos;_id&apos;: 0, &apos;host&apos;: &apos;127.0.0.2:27017&apos;}
&lt;p&gt;]})&lt;br/&gt;
{&lt;br/&gt;
	&quot;startupStatus&quot; : 4,&lt;br/&gt;
	&quot;info&quot; : &quot;testReplSet&quot;,&lt;br/&gt;
	&quot;errmsg&quot; : &quot;all members and seeds must be reachable to initiate set&quot;,&lt;br/&gt;
	&quot;ok&quot; : 0&lt;br/&gt;
}&lt;/p&gt;</comment>
                            <comment id="19262" author="spike@wavii.com" created="Sat, 16 Oct 2010 21:08:47 +0000"  >&lt;p&gt;Will do, will get back to you with the results. Thanks for the quick response on a weekend, much appreciated.&lt;/p&gt;</comment>
                            <comment id="19261" author="eliot" created="Sat, 16 Oct 2010 21:05:24 +0000"  >&lt;p&gt;Can you try the 1.7 nightly?&lt;/p&gt;</comment>
                            <comment id="19259" author="spike@wavii.com" created="Sat, 16 Oct 2010 19:27:32 +0000"  >&lt;p&gt;Apologies for the blank initial JIRA item, I submitted too soon.  I can&apos;t create two mongod instances on two different loopback IPs. Is this related to &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1414&quot; title=&quot;Sever does not recognize self when IP addresses are given in replSetInitiate config&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1414&quot;&gt;&lt;del&gt;SERVER-1414&lt;/del&gt;&lt;/a&gt;? Is it by design, since these are loopback IPs? I have tried it with 10. IPs on my eth0 interface and it doesn&apos;t work either. Please let me know if you need more information. Thanks.&lt;/p&gt;

&lt;p&gt;(env)spike-laptop-mac:mongodb spikegronim$ uname -a&lt;br/&gt;
Darwin spike-laptop-mac.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386&lt;br/&gt;
env)spike-laptop-mac:mongodb spikegronim$ mongo 127.0.0.2&lt;br/&gt;
MongoDB shell version: 1.6.3&lt;br/&gt;
connecting to: 127.0.0.2/test&lt;br/&gt;
Sat Oct 16 12:12:09 Error: couldn&apos;t connect to server 127.0.0.2 (anon):1139&lt;br/&gt;
exception: connect failed&lt;br/&gt;
(env)spike-laptop-mac:mongodb spikegronim$ mongo 127.0.0.2:27017&lt;br/&gt;
MongoDB shell version: 1.6.3&lt;br/&gt;
connecting to: 127.0.0.2:27017/test&lt;br/&gt;
&amp;gt; bye&lt;br/&gt;
(env)spike-laptop-mac:mongodb spikegronim$ mongo 127.0.0.3:27017&lt;br/&gt;
MongoDB shell version: 1.6.3&lt;br/&gt;
connecting to: 127.0.0.3:27017/test&lt;br/&gt;
&amp;gt; bye&lt;/p&gt;

&lt;p&gt;&amp;gt; rs.initiate({&apos;_id&apos;:&apos;testReplSet&apos;, &apos;members&apos;: [&lt;/p&gt;
{&apos;_id&apos;: 0, &apos;host&apos;: &apos;10.1.1.1:27017&apos;}
&lt;p&gt;, &lt;/p&gt;
{&apos;_id&apos;: 1, &apos;host&apos;: &apos;10.0.0.1:27017&apos;}
&lt;p&gt;]})&lt;br/&gt;
{&lt;br/&gt;
	&quot;startupStatus&quot; : 4,&lt;br/&gt;
	&quot;info&quot; : &quot;testReplSet&quot;,&lt;br/&gt;
	&quot;errmsg&quot; : &quot;all members and seeds must be reachable to initiate set&quot;,&lt;br/&gt;
	&quot;ok&quot; : 0&lt;br/&gt;
}&lt;br/&gt;
&amp;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>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 16 Oct 2010 21:05:24 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 18 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>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, 18 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>kristina</customfieldvalue>
            <customfieldvalue>spike@wavii.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpd0f:</customfieldvalue>

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

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

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