<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:58:31 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-1940] implement { replSetFreeze : &lt;bool&gt; } please</title>
                <link>https://jira.mongodb.org/browse/SERVER-1940</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We needed today the ability to freeze a set and have no decisions made on elections for some period of time.  The exact issue was our code started blowing up the # of connections.  We wanted to restart the master w/o having a slave pick up.  We could bring down each slave first, but it would be nice just to tell the &apos;cluster&apos; to not make any decisions on the cluster, but when we tried that we got:&lt;/p&gt;


&lt;p&gt;Wed Oct 13 14:40:28 git version: aef371ecf5d2a824f16ccdc3b745f3702165602f&lt;br/&gt;
Wed Oct 13 14:40:28 sys info: Linux domU-12-31-39-06-79-A1 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41&lt;br/&gt;
Wed Oct 13 14:40:28 exception in initAndListen std::exception: old lock file, terminating&lt;br/&gt;
Wed Oct 13 14:40:28  dbexit: &lt;/p&gt;

&lt;p&gt;Wed Oct 13 14:40:28 	 shutdown: going to close listening sockets...&lt;br/&gt;
Wed Oct 13 14:40:28 	 shutdown: going to flush oplog...&lt;br/&gt;
Wed Oct 13 14:40:28 	 shutdown: going to close sockets...&lt;br/&gt;
Wed Oct 13 14:40:28 	 shutdown: waiting for fs preallocator...&lt;br/&gt;
Wed Oct 13 14:40:28 	 shutdown: closing all files...&lt;br/&gt;
Wed Oct 13 14:40:28      closeAllFiles() finished&lt;/p&gt;

&lt;p&gt;Wed Oct 13 14:40:28  dbexit: really exiting now&lt;/p&gt;</description>
                <environment></environment>
        <key id="13363">SERVER-1940</key>
            <summary>implement { replSetFreeze : &lt;bool&gt; } please</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</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="kgorman">Kenny Gorman</reporter>
                        <labels>
                    </labels>
                <created>Wed, 13 Oct 2010 21:41:38 +0000</created>
                <updated>Tue, 12 Jul 2016 00:20:18 +0000</updated>
                            <resolved>Tue, 26 Oct 2010 16:11:32 +0000</resolved>
                                                    <fixVersion>1.7.2</fixVersion>
                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="19659" author="kgorman" created="Tue, 26 Oct 2010 17:17:26 +0000"  >&lt;p&gt;Yeah, this mode of operation is fine, and probably better so we don&apos;t forget to unfreeze.  If it can happen, it will.&lt;/p&gt;</comment>
                            <comment id="19655" author="auto" created="Tue, 26 Oct 2010 16:11:19 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;kchodorow&apos;, &apos;name&apos;: &apos;Kristina Chodorow&apos;, &apos;email&apos;: &apos;kristina@10gen.com&apos;}
&lt;p&gt;Message: replsetfreeze test &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1940&quot; title=&quot;implement { replSetFreeze : &amp;lt;bool&amp;gt; } please&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1940&quot;&gt;&lt;del&gt;SERVER-1940&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/ac2dc245b272e3d84a110b3f7120416d52ee26d5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/ac2dc245b272e3d84a110b3f7120416d52ee26d5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="19638" author="eliot" created="Tue, 26 Oct 2010 04:39:26 +0000"  >&lt;p&gt;Kristina - can you add a test&lt;/p&gt;</comment>
                            <comment id="19239" author="dwight_10gen" created="Fri, 15 Oct 2010 20:17:03 +0000"  >&lt;p&gt;see below.  the behavior may be different than what you expect - but this is easy and safe?  each member should be sent the command.  thoughts?&lt;/p&gt;

&lt;p&gt;        virtual void help( stringstream &amp;amp;help ) const {&lt;br/&gt;
            help &amp;lt;&amp;lt; &quot;&lt;/p&gt;
{ replSetFreeze : &amp;lt;seconds&amp;gt; }
&lt;p&gt;&quot;;&lt;br/&gt;
            help &amp;lt;&amp;lt; &quot;&apos;freeze&apos; state of member to the extent we can do that.  What this really means is that\n&quot;;&lt;br/&gt;
            help &amp;lt;&amp;lt; &quot;this node will not attempt to become primary until the time period specified expires.\n&quot;;&lt;br/&gt;
            help &amp;lt;&amp;lt; &quot;You can call again with &lt;/p&gt;
{replSetFreeze:0}
&lt;p&gt; to unfreeze sooner.\n&quot;;&lt;br/&gt;
            help &amp;lt;&amp;lt; &quot;\nhttp://www.mongodb.org/display/DOCS/Replica+Set+Commands&quot;;&lt;br/&gt;
        }&lt;/p&gt;</comment>
                            <comment id="19238" author="auto" created="Fri, 15 Oct 2010 20:13:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;dwight&apos;, &apos;name&apos;: &apos;Dwight&apos;, &apos;email&apos;: &apos;dwight@10gen.com&apos;}
&lt;p&gt;Message: rs replSetFreeze needs testing still &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1940&quot; title=&quot;implement { replSetFreeze : &amp;lt;bool&amp;gt; } please&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1940&quot;&gt;&lt;del&gt;SERVER-1940&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/f222057f5358c91e5ec002ad4d3bf262c1303fc7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/f222057f5358c91e5ec002ad4d3bf262c1303fc7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="19161" author="kgorman" created="Wed, 13 Oct 2010 21:43:55 +0000"  >&lt;p&gt;just to be a bit more clear.&lt;/p&gt;

&lt;p&gt;we tried bringing down the slaves first, then finally the master.  The above error message was generated on the master when we finally went to bring it down.&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>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 15 Oct 2010 20:13:50 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 17 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>
                            13 years, 17 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>auto</customfieldvalue>
            <customfieldvalue>dwight@mongodb.com</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>kgorman</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|hrpd7r:</customfieldvalue>

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

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

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