<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:39:40 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-35383] Increase electionTimeoutMillis for the ContinuousStepdown hook used in stepdown suites</title>
                <link>https://jira.mongodb.org/browse/SERVER-35383</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The &lt;tt&gt;electionTimeoutMillis&lt;/tt&gt; parameter for the &lt;tt&gt;ContinuousStepdown&lt;/tt&gt; hook, used in the concurrency stepdown suites, is set to 5000. We should increase this per the captured discussion:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&amp;gt; &amp;gt; On 2018/05/30 22:09:12, maxh wrote:&lt;br/&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;note&amp;#93;&lt;/span&gt; As mentioned in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34666&quot; title=&quot;Reduce the number of retries needed for running the retryable_writes_jscore_stepdown_passthrough.yml test suite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34666&quot;&gt;SERVER-34666&lt;/a&gt;, I don&apos;t think we should shorten the&lt;br/&gt;
&amp;gt; &amp;gt; &amp;gt; election timeout as it can lead to an election happening that isn&apos;t&lt;br/&gt;
&amp;gt; initiated&lt;br/&gt;
&amp;gt; &amp;gt; by&lt;br/&gt;
&amp;gt; &amp;gt; &amp;gt; the StepdownThread due to heartbeats being delayed. I&apos;m okay with keeping&lt;br/&gt;
it&lt;br/&gt;
&amp;gt; &amp;gt; &amp;gt; as-is for now because it is consistent with the replica set configuration&lt;br/&gt;
&amp;gt; the&lt;br/&gt;
&amp;gt; &amp;gt; &amp;gt; JavaScript version would have used; however, I&apos;d like for there to be a&lt;br/&gt;
&amp;gt; &amp;gt; &amp;gt; follow-up SERVER ticket to change it.&lt;br/&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br/&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br/&gt;
&amp;gt; &amp;gt;&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34666?focusedCommentId=1873407&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1873407&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-34666?focusedCommentId=1873407&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1873407&lt;/a&gt;&lt;br/&gt;
&amp;gt; &amp;gt; &lt;br/&gt;
&amp;gt; &amp;gt; For the followup ticket, do we just want to remove this value and use the&lt;br/&gt;
&amp;gt; &amp;gt; default, or set it to a higher timeout?&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; I&apos;m not sure - I&apos;d like to get some input from Judah on it. I&apos;m currently&lt;br/&gt;
&amp;gt; wondering if we really need to avoid setting the election timeout to 24 hours&lt;br/&gt;
&amp;gt; when all_nodes_electable=true. We&apos;re going to use the replSetStepUp command in&lt;br/&gt;
&amp;gt; the Python version of the StepdownThread to cause one of the secondaries to&lt;br/&gt;
run&lt;br/&gt;
&amp;gt; for election anyway. If for some reason the replSetStepUp command fails, then&lt;br/&gt;
&amp;gt; the former primary will try and step back up after 10 seconds on its own&lt;br/&gt;
anyway.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/blob/r4.1.0/buildscripts/resmokelib/testing/fixtures/replicaset.py#L149-L154&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/blob/r4.1.0/buildscripts/resmokelib/testing/fixtures/replicaset.py#L149-L154&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you only want elections to come from the StepdownThread, then I&apos;d recommend&lt;br/&gt;
setting the election timeout to 24 hours. The replSetStepUp command should still&lt;br/&gt;
work, and if it fails for some reason, then no other node will try to run for&lt;br/&gt;
election. There&apos;s no real difference between the default 10 seconds and the&lt;br/&gt;
current 5 seconds except for the amount of flakiness you&apos;d expect (not the&lt;br/&gt;
existence of flakiness that we&apos;re trying to remove completely).&lt;/p&gt;&lt;/blockquote&gt;</description>
                <environment></environment>
        <key id="554030">SERVER-35383</key>
            <summary>Increase electionTimeoutMillis for the ContinuousStepdown hook used in stepdown suites</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="13201">Fixed</resolution>
                                        <assignee username="max.hirschhorn@mongodb.com">Max Hirschhorn</assignee>
                                    <reporter username="jonathan.abrahams">Jonathan Abrahams</reporter>
                        <labels>
                            <label>tig-resmoke</label>
                    </labels>
                <created>Mon, 4 Jun 2018 18:41:17 +0000</created>
                <updated>Sun, 29 Oct 2023 22:31:07 +0000</updated>
                            <resolved>Mon, 2 Jul 2018 15:37:20 +0000</resolved>
                                                    <fixVersion>3.6.7</fixVersion>
                    <fixVersion>4.0.1</fixVersion>
                    <fixVersion>4.1.1</fixVersion>
                                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="1947569" author="xgen-internal-githook" created="Sat, 14 Jul 2018 22:42:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;visemet&apos;, &apos;name&apos;: &apos;Max Hirschhorn&apos;, &apos;email&apos;: &apos;max.hirschhorn@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35383&quot; title=&quot;Increase electionTimeoutMillis for the ContinuousStepdown hook used in stepdown suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35383&quot;&gt;&lt;del&gt;SERVER-35383&lt;/del&gt;&lt;/a&gt; Raise election timeout to 24 hours for stepdown suites.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 99d3436094d31de348edfac9fe0e40e60b28391e)&lt;br/&gt;
Branch: v3.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f1bcba35cefd0c5c0402e32575327a77507ac03e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f1bcba35cefd0c5c0402e32575327a77507ac03e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1941294" author="xgen-internal-githook" created="Sat, 7 Jul 2018 23:10:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;visemet&apos;, &apos;name&apos;: &apos;Max Hirschhorn&apos;, &apos;email&apos;: &apos;max.hirschhorn@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35383&quot; title=&quot;Increase electionTimeoutMillis for the ContinuousStepdown hook used in stepdown suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35383&quot;&gt;&lt;del&gt;SERVER-35383&lt;/del&gt;&lt;/a&gt; Raise election timeout to 24 hours for stepdown suites.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 99d3436094d31de348edfac9fe0e40e60b28391e)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7ff53a32cff306f2361c7ca0971994768dc66f80&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7ff53a32cff306f2361c7ca0971994768dc66f80&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1936639" author="xgen-internal-githook" created="Mon, 2 Jul 2018 15:36:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;visemet&apos;, &apos;name&apos;: &apos;Max Hirschhorn&apos;, &apos;email&apos;: &apos;max.hirschhorn@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35383&quot; title=&quot;Increase electionTimeoutMillis for the ContinuousStepdown hook used in stepdown suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35383&quot;&gt;&lt;del&gt;SERVER-35383&lt;/del&gt;&lt;/a&gt; Raise election timeout to 24 hours for stepdown suites.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/99d3436094d31de348edfac9fe0e40e60b28391e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/99d3436094d31de348edfac9fe0e40e60b28391e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1912523" author="max.hirschhorn@10gen.com" created="Wed, 6 Jun 2018 15:37:18 +0000"  >&lt;p&gt;The election timeout should be raised to the default that resmoke.py sets of 24 hours for all stepdown suites which run the &lt;tt&gt;StepdownThread&lt;/tt&gt; and not just for the concurrency stepdown suites. This can likely be achieved by removing the &lt;tt&gt;all_nodes_electable&lt;/tt&gt; part of &lt;a href=&quot;https://github.com/mongodb/mongo/blob/r4.1.0/buildscripts/resmokelib/testing/fixtures/replicaset.py#L149-L154&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this condition&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                        <issuelink>
            <issuekey id="593207">SERVER-36817</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="583340">SERVER-36448</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="583370">SERVER-36451</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="416233">SERVER-30642</issuekey>
        </issuelink>
                            </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_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="15640"><![CDATA[v4.0]]></customfieldvalue>
    <customfieldvalue key="15141"><![CDATA[v3.6]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 6 Jun 2018 15:37:18 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 30 weeks, 4 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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 30 weeks, 4 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>27.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jonathan.abrahams</customfieldvalue>
            <customfieldvalue>max.hirschhorn@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htzqjb:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="2378">TIG 2018-07-02</customfieldvalue>
    <customfieldvalue id="2379">TIG 2018-07-16</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </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|htzcsn:</customfieldvalue>

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