<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:57:12 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-1503] rs priorities other than 0 and 1 not supported yet</title>
                <link>https://jira.mongodb.org/browse/SERVER-1503</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The member initializing the set always seems to be elected master, even if other members have higher priority.&lt;/p&gt;

&lt;p&gt;e.g., start three members on 27017, 27018, &amp;amp; 27019 and do:&lt;/p&gt;

&lt;p&gt;&amp;gt; rs.initiate({_id:&quot;unicomplex&quot;, members:&lt;span class=&quot;error&quot;&gt;&amp;#91;{_id:0,host:&amp;quot;ubuntu:27017&amp;quot;, priority:1}, {_id:1, host:&amp;quot;ubuntu:27018&amp;quot;, priority:2}, {_id:2, host:&amp;quot;ubuntu:27019&amp;quot;, priority:3}&amp;#93;&lt;/span&gt;})&lt;/p&gt;

&lt;p&gt;then:&lt;/p&gt;

&lt;p&gt;&amp;gt; db.isMaster()&lt;br/&gt;
{&lt;br/&gt;
        &quot;ismaster&quot; : true,&lt;br/&gt;
        &quot;secondary&quot; : false,&lt;br/&gt;
        &quot;msg&quot; : &quot;replica sets in alpha, do not use in production. v1.5.6=alpha&quot;,&lt;br/&gt;
        &quot;hosts&quot; : [&lt;br/&gt;
                &quot;ubuntu:27017&quot;,&lt;br/&gt;
                &quot;ubuntu:27019&quot;,&lt;br/&gt;
                &quot;ubuntu:27018&quot;&lt;br/&gt;
        ],&lt;br/&gt;
        &quot;ok&quot; : 1&lt;br/&gt;
}&lt;/p&gt;</description>
                <environment>db version v1.5.7-pre-, pdfile version 4.5&lt;br/&gt;
Wed Jul 28 10:21:31 git version: df83eb6beb559d64b941c12edd8da854166cb031</environment>
        <key id="12579">SERVER-1503</key>
            <summary>rs priorities other than 0 and 1 not supported yet</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="kristina">Kristina Chodorow</reporter>
                        <labels>
                    </labels>
                <created>Wed, 28 Jul 2010 14:25:27 +0000</created>
                <updated>Tue, 12 Jul 2016 00:17:20 +0000</updated>
                            <resolved>Tue, 12 Apr 2011 22:30:03 +0000</resolved>
                                                    <fixVersion>1.9.0</fixVersion>
                                    <component>Replication</component>
                                        <votes>6</votes>
                                    <watches>8</watches>
                                                                                                                <comments>
                            <comment id="28835" author="auto" created="Tue, 12 Apr 2011 17:56:07 +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: rs priorities &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1503&quot; title=&quot;rs priorities other than 0 and 1 not supported yet&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1503&quot;&gt;&lt;del&gt;SERVER-1503&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4762b2074ebac4a95000e06b69d9649fac14b705&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4762b2074ebac4a95000e06b69d9649fac14b705&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="16291" author="dwight_10gen" created="Thu, 29 Jul 2010 17:52:20 +0000"  >&lt;p&gt;OK i have made the server complain about priorities other than zero and 1 for now. &lt;/p&gt;

&lt;p&gt;I will add support for other priorities asap but this way it at least does not promise to do things it doesn&apos;t.&lt;/p&gt;

&lt;p&gt;there&apos;s a good chance this can be in 1.6.0 but I want to make sure whatever goes out is solid even if something moves to 1.6.1.&lt;/p&gt;</comment>
                            <comment id="16275" author="aliemen" created="Thu, 29 Jul 2010 07:41:05 +0000"  >&lt;p&gt;Similar issue:&lt;/p&gt;

&lt;p&gt;6 hosts, priorities 100,90,80,70,60,50. rs.stepDown() on the Master -&amp;gt; multiple times host3 with priority 80 becomes the next master skipping host2 with prio 90. rs.stepDown() on host3 will then elect host2 as the next master.&lt;/p&gt;</comment>
                            <comment id="16249" author="auto" created="Wed, 28 Jul 2010 14:25:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;&apos;, &apos;name&apos;: &apos;Kristina Chodorow&apos;, &apos;email&apos;: &apos;k@ubuntu.(none)&apos;}
&lt;p&gt;Message: rs priority test &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1503&quot; title=&quot;rs priorities other than 0 and 1 not supported yet&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1503&quot;&gt;&lt;del&gt;SERVER-1503&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/cdc48b26f1cf7ecb50c01e0bcc91b916cc2ce54a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/cdc48b26f1cf7ecb50c01e0bcc91b916cc2ce54a&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 28 Jul 2010 14:25:49 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 45 weeks, 1 day 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, 45 weeks, 1 day 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_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>aliemen</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <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|hrpio7:</customfieldvalue>

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

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

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