<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:10:14 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>[DOCS-14370] Investigate changes in SERVER-56004: Fix bug where primary hangs when setting FCV after reconfig </title>
                <link>https://jira.mongodb.org/browse/DOCS-14370</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;h2&gt;&lt;a name=&quot;Description&quot;&gt;&lt;/a&gt;Description&lt;/h2&gt;

    &lt;div class=&quot;panel&quot; style=&quot;background-color: #c2d2c2;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;background-color: #239eb0;&quot;&gt;&lt;b&gt;Downstream Change Summary&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;panelContent&quot; style=&quot;background-color: #c2d2c2;&quot;&gt;
&lt;p&gt;    We should document that users should not attempt an upgrade or a downgrade if any member of the replica set is down.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;h2&gt;&lt;a name=&quot;DescriptionofLinkedTicket&quot;&gt;&lt;/a&gt;Description of Linked Ticket&lt;/h2&gt;
&lt;p&gt;    We see the following sequence occur when running &lt;tt&gt;rollback_set_fcv.js&lt;/tt&gt;:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;It first successfully runs a test which ends with the replica set in version 4.9.&lt;/li&gt;
	&lt;li&gt;Then, in the second test, the primary first sets the FCV of the entire replica set to 4.4. Since this is a downgrade from 4.9, &lt;a href=&quot;https://github.com/mongodb/mongo/blob/master/src/mongo/db/commands/set_feature_compatibility_version_command.cpp#L413-L437&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;we issue a reconfig, which waits to be propagated to a &lt;b&gt;majority&lt;/b&gt; of the nodes&lt;/a&gt;.&#160;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;We see a log message indicating that it has been propagated to a majority of nodes:
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:rollback_set_fcv] d20781| 2021-03-08T08:40:07.492+00:00 I  -        5042304 [conn2] &quot;The downgraded replica set config has been propagated to a majority&quot;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;It also seems like from heartbeat requests, all nodes have actually updated to this new config of configVersion: 6, configTerm: 2.
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:rollback_set_fcv] d20781| 2021-03-08T08:40:06.003+00:00 D2 REPL_HB  24095   [conn20] &quot;Received heartbeat request&quot;,&quot;attr&quot;:{&quot;from&quot;:&quot;ip-10-122-51-241.ec2.internal:20772&quot;,&quot;cmdObj&quot;:{&quot;replSetHeartbeat&quot;:&quot;rollback_set_fcv&quot;,&quot;configVersion&quot;:6,&quot;configTerm&quot;:2,&quot;hbv&quot;:1,&quot;from&quot;:&quot;ip-10-122-51-241.ec2.internal:20772&quot;,&quot;fromId&quot;:2,&quot;term&quot;:2,&quot;primaryId&quot;:-1,&quot;maxTimeMSOpOnly&quot;:10000,&quot;$replData&quot;:1,&quot;$clusterTime&quot;:{&quot;clusterTime&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192805,&quot;i&quot;:1}},&quot;signature&quot;:{&quot;hash&quot;:{&quot;$binary&quot;:{&quot;base64&quot;:&quot;7OtpxE//rC4QyFMzAfGz+yomYA4=&quot;,&quot;subType&quot;:&quot;0&quot;}},&quot;keyId&quot;:6937200231259832000}},&quot;$db&quot;:&quot;admin&quot;}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:rollback_set_fcv] d20781| 2021-03-08T08:40:06.140+00:00 D2 REPL_HB  24095   [conn5] &quot;Received heartbeat request&quot;,&quot;attr&quot;:{&quot;from&quot;:&quot;ip-10-122-51-241.ec2.internal:20770&quot;,&quot;cmdObj&quot;:{&quot;replSetHeartbeat&quot;:&quot;rollback_set_fcv&quot;,&quot;configVersion&quot;:6,&quot;configTerm&quot;:2,&quot;hbv&quot;:1,&quot;from&quot;:&quot;ip-10-122-51-241.ec2.internal:20770&quot;,&quot;fromId&quot;:0,&quot;term&quot;:2,&quot;maxTimeMSOpOnly&quot;:10000,&quot;$replData&quot;:1,&quot;$db&quot;:&quot;admin&quot;}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:rollback_set_fcv] d20781| 2021-03-08T08:40:07.492+00:00 I  REPL     4508701 [conn2] &quot;The current replica set config is committed&quot;,&quot;attr&quot;:{&quot;configVersion&quot;:6,&quot;configTerm&quot;:2,&quot;configWaitDurationMillis&quot;:2009,&quot;oplogWaitDurationMillis&quot;:0,&quot;configOplogCommitmentOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192804,&quot;i&quot;:1}},&quot;t&quot;:2}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;However, on the primary, we only receive heartbeat responses with the new config of configVersion: 6, configTerm: 2 from one of the secondaries:
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:rollback_set_fcv] d20781| 2021-03-08T08:40:05.658+00:00 D2 REPL_HB  4615620 [ReplCoord-6] &quot;Received response to heartbeat&quot;,&quot;attr&quot;:{&quot;requestId&quot;:125,&quot;target&quot;:&quot;ip-10-122-51-241.ec2.internal:20770&quot;,&quot;response&quot;:{&quot;ok&quot;:1,&quot;state&quot;:2,&quot;v&quot;:5,&quot;configTerm&quot;:2,&quot;set&quot;:&quot;rollback_set_fcv&quot;,&quot;syncingTo&quot;:&quot;ip-10-122-51-241.ec2.internal:20771&quot;,&quot;term&quot;:2,&quot;primaryId&quot;:1,&quot;durableOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192805,&quot;i&quot;:1}},&quot;t&quot;:2},&quot;durableWallTime&quot;:{&quot;$date&quot;:&quot;2021-03-08T08:40:05.459Z&quot;},&quot;opTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192805,&quot;i&quot;:1}},&quot;t&quot;:2},&quot;wallTime&quot;:{&quot;$date&quot;:&quot;2021-03-08T08:40:05.459Z&quot;},&quot;electable&quot;:true,&quot;$replData&quot;:{&quot;term&quot;:2,&quot;lastOpCommitted&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192805,&quot;i&quot;:1}},&quot;t&quot;:2},&quot;lastCommittedWall&quot;:{&quot;$date&quot;:&quot;2021-03-08T08:40:05.459Z&quot;},&quot;lastOpVisible&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192805,&quot;i&quot;:1}},&quot;t&quot;:2},&quot;configVersion&quot;:5,&quot;configTerm&quot;:2,&quot;replicaSetId&quot;:{&quot;$oid&quot;:&quot;6045e2dbfd9e9af77a0e716b&quot;},&quot;syncSourceIndex&quot;:1,&quot;isPrimary&quot;:false},&quot;$clusterTime&quot;:{&quot;clusterTime&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192805,&quot;i&quot;:1}},&quot;signature&quot;:{&quot;hash&quot;:{&quot;$binary&quot;:{&quot;base64&quot;:&quot;AAAAAAAAAAAAAAAAAAAAAAAAAAA=&quot;,&quot;subType&quot;:&quot;0&quot;}},&quot;keyId&quot;:0}},&quot;operationTime&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192805,&quot;i&quot;:1}}}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:rollback_set_fcv] d20781| 2021-03-08T08:40:07.491+00:00 D2 REPL_HB  4615620 [ReplCoord-2] &quot;Received response to heartbeat&quot;,&quot;attr&quot;:{&quot;requestId&quot;:127,&quot;target&quot;:&quot;ip-10-122-51-241.ec2.internal:20772&quot;,&quot;response&quot;:{&quot;ok&quot;:1,&quot;state&quot;:2,&quot;v&quot;:6,&quot;configTerm&quot;:2,&quot;set&quot;:&quot;rollback_set_fcv&quot;,&quot;syncingTo&quot;:&quot;ip-10-122-51-241.ec2.internal:20771&quot;,&quot;term&quot;:2,&quot;primaryId&quot;:1,&quot;durableOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192801,&quot;i&quot;:2}},&quot;t&quot;:2},&quot;durableWallTime&quot;:{&quot;$date&quot;:&quot;2021-03-08T08:40:01.459Z&quot;},&quot;opTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192801,&quot;i&quot;:2}},&quot;t&quot;:2},&quot;wallTime&quot;:{&quot;$date&quot;:&quot;2021-03-08T08:40:01.459Z&quot;},&quot;electable&quot;:false,&quot;$replData&quot;:{&quot;term&quot;:2,&quot;lastOpCommitted&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192805,&quot;i&quot;:1}},&quot;t&quot;:2},&quot;lastCommittedWall&quot;:{&quot;$date&quot;:&quot;2021-03-08T08:40:05.459Z&quot;},&quot;lastOpVisible&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192801,&quot;i&quot;:2}},&quot;t&quot;:2},&quot;configVersion&quot;:6,&quot;configTerm&quot;:2,&quot;replicaSetId&quot;:{&quot;$oid&quot;:&quot;6045e2dbfd9e9af77a0e716b&quot;},&quot;syncSourceIndex&quot;:1,&quot;isPrimary&quot;:false},&quot;$clusterTime&quot;:{&quot;clusterTime&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192805,&quot;i&quot;:1}},&quot;signature&quot;:{&quot;hash&quot;:{&quot;$binary&quot;:{&quot;base64&quot;:&quot;AAAAAAAAAAAAAAAAAAAAAAAAAAA=&quot;,&quot;subType&quot;:&quot;0&quot;}},&quot;keyId&quot;:0}},&quot;operationTime&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1615192801,&quot;i&quot;:2}}}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;After this, the primary is network partitioned from the other nodes, and attempts to set its FCV to the target version of 4.9.&lt;/li&gt;
	&lt;li&gt;In order to do this, it must first &lt;a href=&quot;https://github.com/mongodb/mongo/blob/ce0ca59fe078248631d0de5bc82a46374865c3fa/src/mongo/db/commands/set_feature_compatibility_version_command.cpp#L110-L119&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;wait for the current replica set config (configVersion: 6, configTerm: 2) to propagate to &lt;b&gt;all&lt;/b&gt; nodes&lt;/a&gt;. It seems like the primary never updated its local view of one of the secondaries (node with port 20770), so it still thinks it has an old config. Since the primary is partitioned, it is never able to update its view of the other nodes&apos; configs, which causes the hang in &lt;tt&gt;awaitReplication&lt;/tt&gt;, so it is never able to set its FCV to the target version of 4.9.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;One possible solution could be to make sure the initial downgrade reconfig is propagated to all of the nodes in the replica set, rather than just the majority. This way, the primary&apos;s view of the other nodes&apos; configs would be up to date before trying to set its FCV. &lt;/p&gt;


&lt;h2&gt;&lt;a name=&quot;Scopeofchanges&quot;&gt;&lt;/a&gt;Scope of changes&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;ImpacttoOtherDocs&quot;&gt;&lt;/a&gt;Impact to Other Docs&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;MVP%28WorkandDate%29&quot;&gt;&lt;/a&gt;MVP (Work and Date)&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;Resources%28ScopeorDesignDocs%2CInvision%2Cetc.%29&quot;&gt;&lt;/a&gt;Resources (Scope or Design Docs, Invision, etc.)&lt;/h2&gt;
</description>
                <environment></environment>
        <key id="1683245">DOCS-14370</key>
            <summary>Investigate changes in SERVER-56004: Fix bug where primary hangs when setting FCV after reconfig </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="9">Done</resolution>
                                        <assignee username="jason.price@mongodb.com">Jason Price</assignee>
                                    <reporter username="backlog-server-pm">Backlog - Core Eng Program Management Team</reporter>
                        <labels>
                    </labels>
                <created>Mon, 19 Apr 2021 21:28:26 +0000</created>
                <updated>Mon, 13 Nov 2023 17:55:53 +0000</updated>
                            <resolved>Tue, 12 Oct 2021 17:59:48 +0000</resolved>
                                                    <fixVersion>5.0.0-rc2</fixVersion>
                    <fixVersion>5.1.0-rc0</fixVersion>
                    <fixVersion>Server_Docs_20231030</fixVersion>
                    <fixVersion>Server_Docs_20231106</fixVersion>
                    <fixVersion>Server_Docs_20231105</fixVersion>
                    <fixVersion>Server_Docs_20231113</fixVersion>
                                    <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                                                            <comments>
                            <comment id="4145936" author="xgen-internal-githook" created="Mon, 25 Oct 2021 17:17:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeff Allen&apos;, &apos;email&apos;: &apos;jeffrey.allen@10gen.com&apos;, &apos;username&apos;: &apos;jeff-allen-mongo&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14370&quot; title=&quot;Investigate changes in SERVER-56004: Fix bug where primary hangs when setting FCV after reconfig &quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14370&quot;&gt;&lt;del&gt;DOCS-14370&lt;/del&gt;&lt;/a&gt; primary hangs when setting FCV&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 16e1d977be2d8022f2b54412194abcc343f1f499.&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/f4cd4e09aca930a29b4bf2fcfb243c31621e3197&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/f4cd4e09aca930a29b4bf2fcfb243c31621e3197&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4119579" author="xgen-internal-githook" created="Tue, 12 Oct 2021 17:58:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jason-price-mongodb&apos;, &apos;email&apos;: &apos;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14370&quot; title=&quot;Investigate changes in SERVER-56004: Fix bug where primary hangs when setting FCV after reconfig &quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14370&quot;&gt;&lt;del&gt;DOCS-14370&lt;/del&gt;&lt;/a&gt; primary hangs when setting FCV&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14370&quot; title=&quot;Investigate changes in SERVER-56004: Fix bug where primary hangs when setting FCV after reconfig &quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14370&quot;&gt;&lt;del&gt;DOCS-14370&lt;/del&gt;&lt;/a&gt; primary hangs when setting FCV&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/16e1d977be2d8022f2b54412194abcc343f1f499&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/16e1d977be2d8022f2b54412194abcc343f1f499&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4119578" author="xgen-internal-githook" created="Tue, 12 Oct 2021 17:57:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jason-price-mongodb&apos;, &apos;email&apos;: &apos;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14370&quot; title=&quot;Investigate changes in SERVER-56004: Fix bug where primary hangs when setting FCV after reconfig &quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14370&quot;&gt;&lt;del&gt;DOCS-14370&lt;/del&gt;&lt;/a&gt; primary hangs when setting FCV&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14370&quot; title=&quot;Investigate changes in SERVER-56004: Fix bug where primary hangs when setting FCV after reconfig &quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14370&quot;&gt;&lt;del&gt;DOCS-14370&lt;/del&gt;&lt;/a&gt; primary hangs when setting FCV&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/fe69bde427af655d8eb4441b6bcbab079ea5d0e2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/fe69bde427af655d8eb4441b6bcbab079ea5d0e2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4119532" author="xgen-internal-githook" created="Tue, 12 Oct 2021 17:39:08 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jason-price-mongodb&apos;, &apos;email&apos;: &apos;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14370&quot; title=&quot;Investigate changes in SERVER-56004: Fix bug where primary hangs when setting FCV after reconfig &quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14370&quot;&gt;&lt;del&gt;DOCS-14370&lt;/del&gt;&lt;/a&gt; primary hangs when setting FCV&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14370&quot; title=&quot;Investigate changes in SERVER-56004: Fix bug where primary hangs when setting FCV after reconfig &quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14370&quot;&gt;&lt;del&gt;DOCS-14370&lt;/del&gt;&lt;/a&gt; primary hangs when setting FCV&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/94591d187011161fca2a03916bbeb2ab6acbaa9a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/94591d187011161fca2a03916bbeb2ab6acbaa9a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4118699" author="xgen-internal-githook" created="Tue, 12 Oct 2021 14:12:13 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;jason-price-mongodb&apos;, &apos;email&apos;: &apos;jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14370&quot; title=&quot;Investigate changes in SERVER-56004: Fix bug where primary hangs when setting FCV after reconfig &quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14370&quot;&gt;&lt;del&gt;DOCS-14370&lt;/del&gt;&lt;/a&gt; primary hangs when setting FCV&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-14370&quot; title=&quot;Investigate changes in SERVER-56004: Fix bug where primary hangs when setting FCV after reconfig &quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-14370&quot;&gt;&lt;del&gt;DOCS-14370&lt;/del&gt;&lt;/a&gt; primary hangs when setting FCV&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/32b1c5f7d68f13bed3c92713f619221940145995&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/32b1c5f7d68f13bed3c92713f619221940145995&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                            <outwardlinks description="documents">
                                        <issuelink>
            <issuekey id="1676708">SERVER-56004</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                            <subtask id="1896543">DOCS-14865</subtask>
                            <subtask id="1896544">DOCS-14866</subtask>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 8 Oct 2021 22:50:10 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 15 weeks, 2 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_14876" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Docs Reviewer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>joseph.dougherty@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-14300</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_14873" key="com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker">
                        <customfieldname>External Reviewer</customfieldname>
                        <customfieldvalues>
                                    <customfieldvalue><![CDATA[huayu.ouyang@mongodb.com]]></customfieldvalue>
    
                        </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>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 15 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-pm</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jason.price@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hz5ajz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hyq9j3:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="5504">ServerDocs2021: Oct5 - Oct12</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hz4wt3:</customfieldvalue>

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