<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:00:59 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-2714] RS hidden setting should treat 1 as true</title>
                <link>https://jira.mongodb.org/browse/SERVER-2714</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Currently it is just silently ignored &lt;/p&gt;

&lt;p&gt;rs.reconfig( {_id: &apos;rs&apos;, members: &lt;span class=&quot;error&quot;&gt;&amp;#91;{_id:0, host:&amp;#39;50.56.91.235&amp;#39;}, {_id:1,host:&amp;#39;50.56.91.254&amp;#39;}, {_id:2, host:&amp;#39;50.56.91.222&amp;#39;, hidden:1, priority:0}&amp;#93;&lt;/span&gt;})    &lt;/p&gt;


&lt;p&gt;rs:PRIMARY&amp;gt; rs.isMaster()&lt;br/&gt;
{&lt;br/&gt;
	&quot;setName&quot; : &quot;rs&quot;,&lt;br/&gt;
	&quot;ismaster&quot; : true,&lt;br/&gt;
	&quot;secondary&quot; : false,&lt;br/&gt;
	&quot;hosts&quot; : [&lt;br/&gt;
		&quot;50.56.91.254&quot;,&lt;br/&gt;
		&quot;50.56.91.235&quot;&lt;br/&gt;
	],&lt;br/&gt;
	&quot;passives&quot; : [&lt;br/&gt;
		&quot;50.56.91.222&quot;&lt;br/&gt;
	],&lt;br/&gt;
	&quot;maxBsonObjectSize&quot; : 16777216,&lt;br/&gt;
	&quot;ok&quot; : 1&lt;br/&gt;
}&lt;/p&gt;



&lt;p&gt;&amp;gt; rs.initiate( {_id: &apos;rs&apos;, members: &lt;span class=&quot;error&quot;&gt;&amp;#91;{_id:0, host:&amp;#39;50.56.91.235&amp;#39;}, {_id:1,host:&amp;#39;50.56.91.254&amp;#39;}, {_id:2, host:&amp;#39;50.56.91.222&amp;#39;, hidden:true, priority:0}&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;br/&gt;
&amp;gt; rs.isMaster()                                                                                                                                          &lt;br/&gt;
{&lt;br/&gt;
	&quot;setName&quot; : &quot;rs&quot;,&lt;br/&gt;
	&quot;ismaster&quot; : true,&lt;br/&gt;
	&quot;secondary&quot; : false,&lt;br/&gt;
	&quot;hosts&quot; : [&lt;br/&gt;
		&quot;50.56.91.254&quot;,&lt;br/&gt;
		&quot;50.56.91.235&quot;&lt;br/&gt;
	],&lt;br/&gt;
	&quot;maxBsonObjectSize&quot; : 16777216,&lt;br/&gt;
	&quot;ok&quot; : 1&lt;br/&gt;
}&lt;/p&gt;</description>
                <environment></environment>
        <key id="15048">SERVER-2714</key>
            <summary>RS hidden setting should treat 1 as true</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="kristina">Kristina Chodorow</assignee>
                                    <reporter username="mathias@mongodb.com">Mathias Stearn</reporter>
                        <labels>
                    </labels>
                <created>Wed, 9 Mar 2011 01:11:06 +0000</created>
                <updated>Tue, 12 Jul 2016 00:19:37 +0000</updated>
                            <resolved>Thu, 17 Mar 2011 16:13:43 +0000</resolved>
                                    <version>1.8.0-rc1</version>
                                    <fixVersion>1.8.1</fixVersion>
                    <fixVersion>1.9.0</fixVersion>
                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="26296" author="auto" created="Sat, 19 Mar 2011 02:07:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;kchodorow&apos;, u&apos;name&apos;: u&apos;Kristina&apos;, u&apos;email&apos;: u&apos;kristina@10gen.com&apos;}
&lt;p&gt;Message: allow 1 or true for rs config options &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2714&quot; title=&quot;RS hidden setting should treat 1 as true&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2714&quot;&gt;&lt;del&gt;SERVER-2714&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/010e692d652ada892e57b3ae976dc13a4f31f06e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/010e692d652ada892e57b3ae976dc13a4f31f06e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="26097" author="auto" created="Thu, 17 Mar 2011 16:13:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;kchodorow&apos;, u&apos;name&apos;: u&apos;Kristina&apos;, u&apos;email&apos;: u&apos;kristina@10gen.com&apos;}
&lt;p&gt;Message: allow 1 or true for rs config options &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2714&quot; title=&quot;RS hidden setting should treat 1 as true&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2714&quot;&gt;&lt;del&gt;SERVER-2714&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ead5ec842d2b43fa57ef98acbf5b1f18c2117367&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ead5ec842d2b43fa57ef98acbf5b1f18c2117367&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="25577" author="eliot" created="Wed, 9 Mar 2011 02:01:41 +0000"  >&lt;p&gt;Should use .trueValue() for all things like this.&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>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 9 Mar 2011 02:01:41 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 48 weeks, 5 days ago
                        </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>auto</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>kristina</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrp47z:</customfieldvalue>

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

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

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