<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:14:46 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-47632] Update shard key concurrency workload ignores more moveChunk errors than intended</title>
                <link>https://jira.mongodb.org/browse/SERVER-47632</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The fsm workload random_moveChunk_update_shard_key.js allows migrations to fail with certain acceptable errors, but &lt;a href=&quot;https://github.com/mongodb/mongo/blob/86339cd9b6d38ac3687b1fd6123b9e531c700f50/jstests/concurrency/fsm_workloads/random_moveChunk_update_shard_key.js#L33&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this check that a failed migration&apos;s error message contains a certain string&lt;/a&gt; is missing a &amp;gt; -1, which leads to a truthy value when the string is not present, leading the workload to ignore more errors than was intended. This check should be fixed and any acceptable errors implicitly ignored because of this behavior should instead be explicitly ignored.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1319529">SERVER-47632</key>
            <summary>Update shard key concurrency workload ignores more moveChunk errors than intended</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="gregory.noma@mongodb.com">Gregory Noma</assignee>
                                    <reporter username="jack.mulrow@mongodb.com">Jack Mulrow</reporter>
                        <labels>
                            <label>sharding-wfbf-day</label>
                    </labels>
                <created>Fri, 17 Apr 2020 16:22:47 +0000</created>
                <updated>Sun, 29 Oct 2023 22:09:20 +0000</updated>
                            <resolved>Tue, 28 Apr 2020 14:02:25 +0000</resolved>
                                                    <fixVersion>4.4.0-rc4</fixVersion>
                    <fixVersion>4.7.0</fixVersion>
                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="3059383" author="xgen-internal-githook" created="Tue, 28 Apr 2020 20:04:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Noma&apos;, &apos;email&apos;: &apos;gregory.noma@gmail.com&apos;, &apos;username&apos;: &apos;gregorynoma&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47632&quot; title=&quot;Update shard key concurrency workload ignores more moveChunk errors than intended&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47632&quot;&gt;&lt;del&gt;SERVER-47632&lt;/del&gt;&lt;/a&gt; Explicitly ignore all acceptable moveChunk errors in update shard key concurrency workload&lt;/p&gt;

&lt;p&gt;(cherry picked from commit f4800dd5dea55597b8984e547771aee5282f0386)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/97436b86d3821dc347b41341141d4998e3f5caf2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/97436b86d3821dc347b41341141d4998e3f5caf2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3058344" author="xgen-internal-githook" created="Tue, 28 Apr 2020 13:58:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Gregory Noma&apos;, &apos;email&apos;: &apos;gregory.noma@gmail.com&apos;, &apos;username&apos;: &apos;gregorynoma&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47632&quot; title=&quot;Update shard key concurrency workload ignores more moveChunk errors than intended&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47632&quot;&gt;&lt;del&gt;SERVER-47632&lt;/del&gt;&lt;/a&gt; Explicitly ignore all acceptable moveChunk errors in update shard key concurrency workload&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f4800dd5dea55597b8984e547771aee5282f0386&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f4800dd5dea55597b8984e547771aee5282f0386&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3055695" author="max.hirschhorn@10gen.com" created="Sat, 25 Apr 2020 16:11:08 +0000"  >&lt;p&gt;In examining &lt;a href=&quot;https://evergreen.mongodb.com/task/mongodb_mongo_master_enterprise_rhel_62_64_bit_burn_in:concurrency_sharded_replication_0_enterprise_rhel_62_64_bit_patch_560b266f41b1507ddb09cf6dfd61f26ca60b89b7_5ea3400a32f4173e4d6db39b_20_04_24_19_37_54/0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this failure&lt;/a&gt; from Gregory&apos;s patch build, I&apos;ve now realized it is possible for the moveChunk command to fail as a result of a duplicate key error on the recipient when document shard key values are being updated. This is because receiving a chunk only waits for documents with shard key values in that range to have been cleaned up by the range deleter. If the shard key value for a document was updated after the chunk had been moved off the shard, then it is possible for the range deleter to not yet have cleaned up that document when trying to the range back to the original shard.&lt;/p&gt;

&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;[ShardedClusterFixture:job0:shard1:primary] | 2020-04-24T19:58:07.502+00:00 I  SHARDING 22080   [MoveChunk] &quot;About to log metadata event&quot;,&quot;attr&quot;:{&quot;namespace&quot;:&quot;changelog&quot;,&quot;event&quot;:{&quot;_id&quot;:&quot;ip-10-122-65-30:20004-2020-04-24T19:58:07.502+00:00-5ea344cffb7035f4f1ebd055&quot;,&quot;server&quot;:&quot;ip-10-122-65-30:20004&quot;,&quot;shard&quot;:&quot;shard-rs1&quot;,&quot;clientAddr&quot;:&quot;&quot;,&quot;time&quot;:{&quot;$date&quot;:&quot;2020-04-24T19:58:07.502Z&quot;},&quot;what&quot;:&quot;moveChunk.from&quot;,&quot;ns&quot;:&quot;test0_fsmdb0.fsmcoll0&quot;,&quot;details&quot;:{&quot;min&quot;:{&quot;skey&quot;:400.0},&quot;max&quot;:{&quot;skey&quot;:500.0},&quot;step 1 of 6&quot;:0,&quot;step 2 of 6&quot;:3,&quot;step 3 of 6&quot;:12,&quot;step 4 of 6&quot;:1998,&quot;step 5 of 6&quot;:13,&quot;step 6 of 6&quot;:24,&quot;to&quot;:&quot;shard-rs0&quot;,&quot;from&quot;:&quot;shard-rs1&quot;,&quot;note&quot;:&quot;success&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;[ShardedClusterFixture:job0:shard1:primary] | 2020-04-24T19:58:07.612+00:00 I  SHARDING 22080   [MoveChunk] &quot;About to log metadata event&quot;,&quot;attr&quot;:{&quot;namespace&quot;:&quot;changelog&quot;,&quot;event&quot;:{&quot;_id&quot;:&quot;ip-10-122-65-30:20004-2020-04-24T19:58:07.612+00:00-5ea344cffb7035f4f1ebd0e2&quot;,&quot;server&quot;:&quot;ip-10-122-65-30:20004&quot;,&quot;shard&quot;:&quot;shard-rs1&quot;,&quot;clientAddr&quot;:&quot;&quot;,&quot;time&quot;:{&quot;$date&quot;:&quot;2020-04-24T19:58:07.612Z&quot;},&quot;what&quot;:&quot;moveChunk.from&quot;,&quot;ns&quot;:&quot;test0_fsmdb0.fsmcoll0&quot;,&quot;details&quot;:{&quot;min&quot;:{&quot;skey&quot;:500.0},&quot;max&quot;:{&quot;skey&quot;:600.0},&quot;step 1 of 6&quot;:0,&quot;step 2 of 6&quot;:3,&quot;step 3 of 6&quot;:13,&quot;step 4 of 6&quot;:6,&quot;step 5 of 6&quot;:14,&quot;step 6 of 6&quot;:49,&quot;to&quot;:&quot;shard-rs0&quot;,&quot;from&quot;:&quot;shard-rs1&quot;,&quot;note&quot;:&quot;success&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;...&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;[fsm_workload_test:random_moveChunk_update_shard_key] 2020-04-24T19:58:07.624+0000 [jsTest] Running update as a retryable write. The document will move across chunks. Original document values -- id: 450, shardKey: 450, counter: 0&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;[fsm_workload_test:random_moveChunk_update_shard_key] 2020-04-24T19:58:07.624+0000 [jsTest] Intended new document values -- shardKey: 576, counter: 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;&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;...&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;[ShardedClusterFixture:job0:shard0:primary] | 2020-04-24T19:58:07.624+00:00 D4 TXN      23984   [conn111] &quot;New transaction started&quot;,&quot;attr&quot;:{&quot;txnNumber&quot;:13,&quot;lsid&quot;:{&quot;uuid&quot;:{&quot;$uuid&quot;:&quot;59e19a65-4d33-418c-9328-fecd9f77846d&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;[ShardedClusterFixture:job0:mongos0] | 2020-04-24T19:58:07.624+00:00 D3 EXECUTOR 22607   [conn40] &quot;Scheduling remote command request&quot;,&quot;attr&quot;:{&quot;request&quot;:&quot;RemoteCommand 1452 -- target:[localhost:20001] db:test0_fsmdb0 cmd:{ update: \&quot;fsmcoll0\&quot;, bypassDocumentValidation: false, ordered: true, stmtIds: [ 0 ], updates: [ { q: { _id: 450.0, skey: 450.0 }, u: { _id: 450.0, skey: 576.0, counter: 1.0 }, multi: false, upsert: false } ], runtimeConstants: { localNow: new Date(1587758287624), clusterTime: Timestamp(1587758287, 168) }, shardVersion: [ Timestamp(41, 0), ObjectId(&apos;5ea344b2fb7035f4f1eba427&apos;) ], writeConcern: {}, lsid: { id: UUID(\&quot;59e19a65-4d33-418c-9328-fecd9f77846d\&quot;), uid: BinData(0, E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855) }, txnNumber: 13 }&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;[ShardedClusterFixture:job0:mongos0] | 2020-04-24T19:58:07.624+00:00 D2 ASIO     22597   [conn40] &quot;Request finished with response&quot;,&quot;attr&quot;:{&quot;requestId&quot;:1452,&quot;isOK&quot;:true,&quot;response&quot;:&quot;{ n: 1, nModified: 1, opTime: { ts: Timestamp(1587758287, 169), t: 1 }, electionId: ObjectId(&apos;7fffffff0000000000000001&apos;), ok: 1.0, readOnly: false, $gleStats: { lastOpTime: { ts: Timestamp(1587758287, 169), t: 1 }, electionId: ObjectId(&apos;7fffffff0000000000000001&apos;) }, lastCommittedOpTime: Timestamp(1587758287, 165), $configServerState: { opTime: { ts: Timestamp(1587758287, 168), t: 1 } }, $clusterTime: { clusterTime: Timestamp(1587758287, 169), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, operationTime: Timestamp(1587758287, 169) }&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;...&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;[ShardedClusterFixture:job0:shard0:primary] | 2020-04-24T19:58:07.697+00:00 I  SHARDING 22080   [MoveChunk] &quot;About to log metadata event&quot;,&quot;attr&quot;:{&quot;namespace&quot;:&quot;changelog&quot;,&quot;event&quot;:{&quot;_id&quot;:&quot;ip-10-122-65-30:20001-2020-04-24T19:58:07.697+00:00-5ea344cfbe81891a8941f55e&quot;,&quot;server&quot;:&quot;ip-10-122-65-30:20001&quot;,&quot;shard&quot;:&quot;shard-rs0&quot;,&quot;clientAddr&quot;:&quot;&quot;,&quot;time&quot;:{&quot;$date&quot;:&quot;2020-04-24T19:58:07.697Z&quot;},&quot;what&quot;:&quot;moveChunk.start&quot;,&quot;ns&quot;:&quot;test0_fsmdb0.fsmcoll0&quot;,&quot;details&quot;:{&quot;min&quot;:{&quot;skey&quot;:500.0},&quot;max&quot;:{&quot;skey&quot;:600.0},&quot;from&quot;:&quot;shard-rs0&quot;,&quot;to&quot;:&quot;shard-rs1&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;[ShardedClusterFixture:job0:shard1:primary] | 2020-04-24T19:58:07.717+00:00 I  MIGRATE  21999   [chunkInserter] &quot;Batch insertion failed&quot;,&quot;attr&quot;:{&quot;error&quot;:&quot;DuplicateKey{ keyPattern: { _id: 1 }, keyValue: { _id: 450.0 } }: Insert of { _id: 450.0, skey: 576.0, counter: 1.0 } failed. :: caused by :: E11000 duplicate key error collection: test0_fsmdb0.fsmcoll0 index: _id_ dup key: { _id: 450.0 }&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;[ShardedClusterFixture:job0:shard1:primary] | 2020-04-24T19:58:07.717+00:00 I  SHARDING 22080   [migrateThread] &quot;About to log metadata event&quot;,&quot;attr&quot;:{&quot;namespace&quot;:&quot;changelog&quot;,&quot;event&quot;:{&quot;_id&quot;:&quot;ip-10-122-65-30:20004-2020-04-24T19:58:07.717+00:00-5ea344cffb7035f4f1ebd0ff&quot;,&quot;server&quot;:&quot;ip-10-122-65-30:20004&quot;,&quot;shard&quot;:&quot;shard-rs1&quot;,&quot;clientAddr&quot;:&quot;&quot;,&quot;time&quot;:{&quot;$date&quot;:&quot;2020-04-24T19:58:07.717Z&quot;},&quot;what&quot;:&quot;moveChunk.to&quot;,&quot;ns&quot;:&quot;test0_fsmdb0.fsmcoll0&quot;,&quot;details&quot;:{&quot;min&quot;:{&quot;skey&quot;:500.0},&quot;max&quot;:{&quot;skey&quot;:600.0},&quot;step 1 of 6&quot;:4,&quot;step 2 of 6&quot;:0,&quot;to&quot;:&quot;shard-rs1&quot;,&quot;from&quot;:&quot;shard-rs0&quot;,&quot;note&quot;:&quot;aborted&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;[ShardedClusterFixture:job0:shard0:primary] | 2020-04-24T19:58:07.719+00:00 I  SHARDING 21993   [MoveChunk] &quot;moveChunk data transfer progress&quot;,&quot;attr&quot;:{&quot;response&quot;:{&quot;waited&quot;:true,&quot;active&quot;:false,&quot;ns&quot;:&quot;test0_fsmdb0.fsmcoll0&quot;,&quot;from&quot;:&quot;shard-rs0/localhost:20001,localhost:20002,localhost:20003&quot;,&quot;fromShardId&quot;:&quot;shard-rs0&quot;,&quot;min&quot;:{&quot;skey&quot;:500.0},&quot;max&quot;:{&quot;skey&quot;:600.0},&quot;shardKeyPattern&quot;:{&quot;skey&quot;:1.0},&quot;state&quot;:&quot;fail&quot;,&quot;errmsg&quot;:&quot;migrate failed: Location51008: operation was interrupted&quot;,&quot;counts&quot;:{&quot;cloned&quot;:0,&quot;clonedBytes&quot;:0,&quot;catchup&quot;:0,&quot;steady&quot;:0},&quot;ok&quot;:1.0,&quot;$gleStats&quot;:{&quot;lastOpTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1587758285,&quot;i&quot;:350}},&quot;t&quot;:1},&quot;electionId&quot;:{&quot;$oid&quot;:&quot;7fffffff0000000000000001&quot;}},&quot;lastCommittedOpTime&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1587758287,&quot;i&quot;:180}},&quot;$configServerState&quot;:{&quot;opTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1587758287,&quot;i&quot;:187}},&quot;t&quot;:1}},&quot;$clusterTime&quot;:{&quot;clusterTime&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1587758287,&quot;i&quot;:187}},&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;:1587758287,&quot;i&quot;:180}}},&quot;memoryUsedBytes&quot;:0,&quot;docsRemainingToClone&quot;:0}&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;[ShardedClusterFixture:job0:shard0:primary] | 2020-04-24T19:58:07.719+00:00 I  SHARDING 22080   [MoveChunk] &quot;About to log metadata event&quot;,&quot;attr&quot;:{&quot;namespace&quot;:&quot;changelog&quot;,&quot;event&quot;:{&quot;_id&quot;:&quot;ip-10-122-65-30:20001-2020-04-24T19:58:07.719+00:00-5ea344cfbe81891a8941f57c&quot;,&quot;server&quot;:&quot;ip-10-122-65-30:20001&quot;,&quot;shard&quot;:&quot;shard-rs0&quot;,&quot;clientAddr&quot;:&quot;&quot;,&quot;time&quot;:{&quot;$date&quot;:&quot;2020-04-24T19:58:07.719Z&quot;},&quot;what&quot;:&quot;moveChunk.error&quot;,&quot;ns&quot;:&quot;test0_fsmdb0.fsmcoll0&quot;,&quot;details&quot;:{&quot;min&quot;:{&quot;skey&quot;:500.0},&quot;max&quot;:{&quot;skey&quot;:600.0},&quot;from&quot;:&quot;shard-rs0&quot;,&quot;to&quot;:&quot;shard-rs1&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;[ShardedClusterFixture:job0:shard0:primary] | 2020-04-24T19:58:07.737+00:00 I  SHARDING 22080   [MoveChunk] &quot;About to log metadata event&quot;,&quot;attr&quot;:{&quot;namespace&quot;:&quot;changelog&quot;,&quot;event&quot;:{&quot;_id&quot;:&quot;ip-10-122-65-30:20001-2020-04-24T19:58:07.737+00:00-5ea344cfbe81891a8941f592&quot;,&quot;server&quot;:&quot;ip-10-122-65-30:20001&quot;,&quot;shard&quot;:&quot;shard-rs0&quot;,&quot;clientAddr&quot;:&quot;&quot;,&quot;time&quot;:{&quot;$date&quot;:&quot;2020-04-24T19:58:07.737Z&quot;},&quot;what&quot;:&quot;moveChunk.from&quot;,&quot;ns&quot;:&quot;test0_fsmdb0.fsmcoll0&quot;,&quot;details&quot;:{&quot;min&quot;:{&quot;skey&quot;:500.0},&quot;max&quot;:{&quot;skey&quot;:600.0},&quot;step 1 of 6&quot;:0,&quot;step 2 of 6&quot;:2,&quot;step 3 of 6&quot;:13,&quot;to&quot;:&quot;shard-rs1&quot;,&quot;from&quot;:&quot;shard-rs0&quot;,&quot;note&quot;:&quot;aborted&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;...&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;[fsm_workload_test:random_moveChunk_update_shard_key] 2020-04-24T19:58:07.764+0000         	&quot;errmsg&quot; : &quot;Data transfer error: migrate failed: Location51008: operation was interrupted&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;[fsm_workload_test:random_moveChunk_update_shard_key] 2020-04-24T19:58:07.764+0000         	&quot;codeName&quot; : &quot;OperationFailed&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;[fsm_workload_test:random_moveChunk_update_shard_key] 2020-04-24T19:58:07.765+0000         			&quot;skey&quot; : 500&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;[fsm_workload_test:random_moveChunk_update_shard_key] 2020-04-24T19:58:07.765+0000         			&quot;skey&quot; : 600&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;[fsm_workload_test:random_moveChunk_update_shard_key] 2020-04-24T19:58:07.765+0000         	&quot;to&quot; : &quot;shard-rs1&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;[fsm_workload_test:random_moveChunk_update_shard_key] 2020-04-24T19:58:07.765+0000         	&quot;_waitForDelete&quot; : true&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;p&gt;&lt;a href=&quot;https://logkeeper.mongodb.org/lobster/build/8b5175147eca9145a219027f85c4d202/test/5ea344b2c2ab685b225d24b0#bookmarks=0%2C48508%2C48728%2C48793%2C48794%2C48797%2C48798%2C48804%2C49282%2C49335%2C49340%2C49345%2C49346%2C49388%2C49437%2C49439%2C49452%2C49455%2C49458%2C49459%2C50062&amp;amp;f~=000~59e19a65-4d33-418c-9328-fecd9f77846d&amp;amp;f~=100~%5C%5BMoveChunk%5C%5D.%2AAbout%20to%20log%20metadata%20event&amp;amp;l=1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logkeeper.mongodb.org/lobster/build/8b5175147eca9145a219027f85c4d202/test/5ea344b2c2ab685b225d24b0#bookmarks=0%2C48508%2C48728%2C48793%2C48794%2C48797%2C48798%2C48804%2C49282%2C49335%2C49340%2C49345%2C49346%2C49388%2C49437%2C49439%2C49452%2C49455%2C49458%2C49459%2C50062&amp;amp;f~=000~59e19a65-4d33-418c-9328-fecd9f77846d&amp;amp;f~=100~%5C%5BMoveChunk%5C%5D.%2AAbout%20to%20log%20metadata%20event&amp;amp;l=1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3052976" author="max.hirschhorn@10gen.com" created="Thu, 23 Apr 2020 16:56:57 +0000"  >&lt;p&gt;To whoever picks up this ticket - See &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47631?focusedCommentId=3052971&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-3052971&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;this comment on SERVER-47631&lt;/a&gt; for how I&apos;d recommend approaching it.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1319521">SERVER-47631</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>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="18953"><![CDATA[v4.4]]></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>Thu, 23 Apr 2020 16:56:57 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 41 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_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 41 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>gregory.noma@mongodb.com</customfieldvalue>
            <customfieldvalue>jack.mulrow@mongodb.com</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|hxg24v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hx3iwn:</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="3841">Sharding 2020-05-04</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|hxfoe7:</customfieldvalue>

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