<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:12:31 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-46814] Invariant on &quot;Commit quorum is missing for index build&quot;</title>
                <link>https://jira.mongodb.org/browse/SERVER-46814</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description></description>
                <environment></environment>
        <key id="1266154">SERVER-46814</key>
            <summary>Invariant on &quot;Commit quorum is missing for index build&quot;</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="3">Duplicate</resolution>
                                        <assignee username="backlog-server-execution">Backlog - Storage Execution Team</assignee>
                                    <reporter username="luke.pearson@mongodb.com">Luke Pearson</reporter>
                        <labels>
                    </labels>
                <created>Wed, 11 Mar 2020 23:32:04 +0000</created>
                <updated>Tue, 6 Dec 2022 02:33:17 +0000</updated>
                            <resolved>Thu, 12 Mar 2020 19:37:21 +0000</resolved>
                                                                    <component>Index Maintenance</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="2969559" author="suganthi.mani" created="Thu, 12 Mar 2020 01:10:33 +0000"  >&lt;p&gt;Did a quick look at the logs. I see 2 problems. The test got hung even before the invariant failure.&lt;/p&gt;

&lt;p&gt;Problem #1&lt;br/&gt;
 Node1(old primary) used indexBuildsCoordinator thread pool(two phase index protocol) for building index &apos;JSON_1&apos; thinking that&apos;s a non-empty collection. But, then secondaries thought it&apos;s an empty collection and used single phase index protocol, committed the index build without waiting for primary to send commitIndexBuild oplog entry from primary. So, when node1 then stepped down and on becoming secondary, it tries to vote, but then it keeps receiving &quot;no such index build&quot; from current primary. As a result test hangs. This bug is fixed by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46603&quot; title=&quot;disallow empty collection index build optimization on secondaries&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46603&quot;&gt;&lt;del&gt;SERVER-46603&lt;/del&gt;&lt;/a&gt;&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;// Index build  that got orphaned.&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:node1] | 2020-03-10T05:55:27.464+0000 I  INDEX    20384   [IndexBuildsCoordinatorMongod-3] &quot;index build: starting on {ns} properties: {descriptor} using method: {method}&quot;,&quot;attr&quot;:{&quot;ns&quot;:&quot;test.update_affects_indexes&quot;,&quot;descriptor&quot;:{&quot;v&quot;:2,&quot;key&quot;:{&quot;JSON&quot;:1},&quot;name&quot;:&quot;JSON_1&quot;},&quot;method&quot;:&quot;Hybrid&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;// Indicates that index build scanned zero record&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:node1] | 2020-03-10T05:55:27.466+0000 I  INDEX    20391   [IndexBuildsCoordinatorMongod-3] &quot;index build: collection scan done. scanned {n} total records in {t_seconds} seconds&quot;,&quot;attr&quot;:{&quot;n&quot;:0,&quot;t_seconds&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;// Node 1 waits for the votes from secondary&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:node1] | 2020-03-10T05:55:27.475+0000 I  STORAGE  3856203 [IndexBuildsCoordinatorMongod-3] &quot;Index build waiting for next action before completing final phase: {buildUUID}&quot;,&quot;attr&quot;:{&quot;buildUUID&quot;:{&quot;uuid&quot;:{&quot;$uuid&quot;:&quot;0780ab91-42e3-4930-848d-7e1d8bee0803&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;// Secondaries able to commit without getting commit oplog from primary&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:node2] | 2020-03-10T05:55:27.471+0000 I  INDEX    20345   [ReplWriterWorker-10] &quot;index build: done building index {indexName} on ns {nss}&quot;,&quot;attr&quot;:{&quot;indexName&quot;:&quot;JSON_1&quot;,&quot;nss&quot;:&quot;test.update_affects_indexes&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:node0] | 2020-03-10T05:55:27.478+0000 I  INDEX    20345   [ReplWriterWorker-12] &quot;index build: done building index {indexName} on ns {nss}&quot;,&quot;attr&quot;:{&quot;indexName&quot;:&quot;JSON_1&quot;,&quot;nss&quot;:&quot;test.update_affects_indexes&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;// We keep getting this message&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;[ShardedClusterFixture:job0:shard1:node1] | 2020-03-10T06:32:24.755+0000 I  STORAGE  3856202 [IndexBuildsCoordinatorMongod-5] &quot;&apos;voteCommitIndexBuild&apos; command failed with response : {response}&quot;,&quot;attr&quot;:{&quot;response&quot;:{&quot;operationTime&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1583821938,&quot;i&quot;:1}},&quot;ok&quot;:0,&quot;errmsg&quot;:&quot;No index build with UUID: 0780ab91-42e3-4930-848d-7e1d8bee0803&quot;,&quot;code&quot;:4,&quot;codeName&quot;:&quot;NoSuchKey&quot;,&quot;$gleStats&quot;:{&quot;lastOpTime&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:0,&quot;i&quot;:0}},&quot;electionId&quot;:{&quot;$oid&quot;:&quot;7fffffff000000000000002d&quot;}},&quot;lastCommittedOpTime&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1583821938,&quot;i&quot;:1}},&quot;$configServerState&quot;:{&quot;opTime&quot;:{&quot;ts&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1583821944,&quot;i&quot;:2}},&quot;t&quot;:46}},&quot;$clusterTime&quot;:{&quot;clusterTime&quot;:{&quot;$timestamp&quot;:{&quot;t&quot;:1583821944,&quot;i&quot;:2}},&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}}}}&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;Problem #2&lt;br/&gt;
 Invariant failure happened because we start persist the commit quorum value only on receiving first vote. The node 1, after stepping down, it rolled back, which made the index build to abort and restart. And, as a result, the commit quorum value is lost. This bug should be addressed by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-46557&quot; title=&quot;Commit quorum value can get lost when the node gets restarted or rolled back.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-46557&quot;&gt;&lt;del&gt;SERVER-46557&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2969468" author="milkie" created="Wed, 11 Mar 2020 23:42:41 +0000"  >&lt;p&gt;The test failed because a node hit an invariant after stepping up to primary:&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:node1] | 2020-03-10T06:34:04.825+0000 D2 REPL_HB  4615618 [ReplCoord-21] &quot;Scheduling heartbeat to {target} at {dateToISOStringUTC_when}&quot;,&quot;attr&quot;:{&quot;target&quot;:&quot;localhost:20006&quot;,&quot;dateToISOStringUTC_when&quot;:&quot;2020-03-10T06:34:06.825Z&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:node1] | 2020-03-10T06:34:04.825+0000 I  NETWORK  20121   [ReplCoordExtern-2] &quot;reconnect {} failed {errmsg}&quot;,&quot;attr&quot;:{&quot;&quot;:&quot;localhost:20008 failed&quot;,&quot;errmsg&quot;:&quot;&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:node1] | 2020-03-10T06:34:04.825+0000 I  NETWORK  20127   [ReplCoordExtern-2] &quot;DBClientCursor::init call() failed&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:node1] | 2020-03-10T06:34:04.825+0000 I  REPL     21274   [ReplCoordExtern-2] &quot;Error returned from oplog query (no more query restarts left): {status}&quot;,&quot;attr&quot;:{&quot;status&quot;:&quot;SocketException: Error while getting the next batch in the oplog fetcher :: caused by :: socket exception [CONNECT_ERROR] server [network error while attempting to run command &apos;isMaster&apos; on host &apos;localhost:20008&apos; ]&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:node1] | 2020-03-10T06:34:04.825+0000 I  REPL     21094   [BackgroundSync] &quot;Replication producer stopped after oplog fetcher finished returning a batch from our sync source.  Abandoning this batch of oplog entries and re-evaluating our sync source.&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:node1] | 2020-03-10T06:34:04.829+0000 I  SHARDING 21904   [OplogApplier-0] &quot;The ChunkSplitter has started and will accept autosplit tasks.&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:node1] | 2020-03-10T06:34:04.829+0000 I  TXN      22454   [OplogApplier-0] &quot;Waiting for coordinator tasks from previous term to complete&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:node1] | 2020-03-10T06:34:04.829+0000 I  MIGRATION 22028   [OplogApplier-0] &quot;Starting pending deletion submission thread.&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:node1] | 2020-03-10T06:34:04.829+0000 I  MIGRATION 22037   [OplogApplier-0] &quot;Starting migration coordinator stepup recovery thread.&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:node1] | 2020-03-10T06:34:04.830+0000 I  STORAGE  20657   [OplogApplier-0] &quot;IndexBuildsCoordinator::onStepUp - this node is stepping up to primary&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:node1] | 2020-03-10T06:34:04.830+0000 I  STORAGE  20650   [OplogApplier-0] &quot;{logPrefix}active index builds: {indexBuilds_size}&quot;,&quot;attr&quot;:{&quot;logPrefix&quot;:&quot;IndexBuildsCoordinator::onStepUp - &quot;,&quot;indexBuilds_size&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;&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:node1] | 2020-03-10T06:34:04.830+0000 I  STORAGE  20651   [OplogApplier-0] &quot;{logPrefix}{replState_buildUUID}: collection: {replState_collectionUUID}; indexes: {replState_indexNames_size} [{indexNamesStr}]; method: {IndexBuildProtocol_kTwoPhase_replState_protocol_two_phase_single_phase}&quot;,&quot;attr&quot;:{&quot;logPrefix&quot;:&quot;IndexBuildsCoordinator::onStepUp - &quot;,&quot;replState_buildUUID&quot;:{&quot;uuid&quot;:{&quot;$uuid&quot;:&quot;0780ab91-42e3-4930-848d-7e1d8bee0803&quot;}},&quot;replState_collectionUUID&quot;:{&quot;uuid&quot;:{&quot;$uuid&quot;:&quot;1a8132cb-9f57-47fa-bcf8-62d1016ba446&quot;}},&quot;replState_indexNames_size&quot;:1,&quot;indexNamesStr&quot;:&quot;JSON_1&quot;,&quot;IndexBuildProtocol_kTwoPhase_replState_protocol_two_phase_single_phase&quot;:&quot;two phase&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:node1] | 2020-03-10T06:34:04.831+0000 F  -        23081   [OplogApplier-0] &quot;Invariant failure {expr} {msg} {file} {line}&quot;,&quot;attr&quot;:{&quot;expr&quot;:&quot;replState-&amp;gt;commitQuorum&quot;,&quot;msg&quot;:&quot;Commit quorum is missing for index build: 0780ab91-42e3-4930-848d-7e1d8bee0803&quot;,&quot;file&quot;:&quot;src/mongo/db/index_builds_coordinator_mongod.cpp&quot;,&quot;line&quot;:368}&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:node1] | 2020-03-10T06:34:04.831+0000 F  -        23082   [OplogApplier-0] &quot;\n\n***aborting after invariant() failure\n\n&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:node1] {&quot;t&quot;:{&quot;$date&quot;:&quot;2020-03-10T06:34:04.831+0000&quot;},&quot;s&quot;:&quot;F&quot;, &quot;c&quot;:&quot;-&quot;,       &quot;id&quot;:0,&quot;ctx&quot;:&quot;OplogApplier-0&quot;,&quot;msg&quot;:&quot;{}&quot;,&quot;attr&quot;:{&quot;message&quot;:&quot;Got signal: 6 (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:shard1:node1] | 2020-03-10T06:34:05.004+0000 I  CONTROL  31431   [OplogApplier-0] &quot;BACKTRACE: {bt}&quot;,&quot;attr&quot;:{&quot;bt&quot;:{&quot;backtrace&quot;:[{&quot;a&quot;:&quot;7F069540A081&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;2C32081&quot;,&quot;s&quot;:&quot;_ZN5mongo18stack_trace_detail12_GLOBAL__N_119printStackTraceImplERKNS1_7OptionsEPNS_14StackTraceSinkE.constprop.575&quot;,&quot;s+&quot;:&quot;1E1&quot;},{&quot;a&quot;:&quot;7F069540B779&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;2C33779&quot;,&quot;s&quot;:&quot;_ZN5mongo15printStackTraceEv&quot;,&quot;s+&quot;:&quot;29&quot;},{&quot;a&quot;:&quot;7F0695408CA6&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;2C30CA6&quot;,&quot;s&quot;:&quot;_ZN5mongo12_GLOBAL__N_116abruptQuitActionEiP7siginfoPv&quot;,&quot;s+&quot;:&quot;66&quot;},{&quot;a&quot;:&quot;7F068F94C7E0&quot;,&quot;b&quot;:&quot;7F068F93D000&quot;,&quot;o&quot;:&quot;F7E0&quot;,&quot;s&quot;:&quot;_L_unlock_16&quot;,&quot;s+&quot;:&quot;2D&quot;},{&quot;a&quot;:&quot;7F068F5DB4F5&quot;,&quot;b&quot;:&quot;7F068F5A9000&quot;,&quot;o&quot;:&quot;324F5&quot;,&quot;s&quot;:&quot;gsignal&quot;,&quot;s+&quot;:&quot;35&quot;},{&quot;a&quot;:&quot;7F068F5DCCD5&quot;,&quot;b&quot;:&quot;7F068F5A9000&quot;,&quot;o&quot;:&quot;33CD5&quot;,&quot;s&quot;:&quot;abort&quot;,&quot;s+&quot;:&quot;175&quot;},{&quot;a&quot;:&quot;7F06936C0CFE&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;EE8CFE&quot;,&quot;s&quot;:&quot;_ZN5mongo22invariantFailedWithMsgEPKcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES1_j&quot;,&quot;s+&quot;:&quot;25E&quot;},{&quot;a&quot;:&quot;7F06934CB4A9&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;CF34A9&quot;,&quot;s&quot;:&quot;_ZN5mongo28IndexBuildsCoordinatorMongod32_signalIfCommitQuorumIsSatisfiedEPNS_16OperationContextESt10shared_ptrINS_19ReplIndexBuildStateEE.cold.1155&quot;,&quot;s+&quot;:&quot;207&quot;},{&quot;a&quot;:&quot;7F069416AE3F&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;1992E3F&quot;,&quot;s&quot;:&quot;_ZNSt17_Function_handlerIFvSt10shared_ptrIN5mongo19ReplIndexBuildStateEEEZNS1_22IndexBuildsCoordinator8onStepUpEPNS1_16OperationContextEEUlS3_E0_E9_M_invokeERKSt9_Any_dataOS3_&quot;,&quot;s+&quot;:&quot;12F&quot;},{&quot;a&quot;:&quot;7F0694170F24&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;1998F24&quot;,&quot;s&quot;:&quot;_ZN5mongo12_GLOBAL__N_117forEachIndexBuildERKSt6vectorISt10shared_ptrINS_19ReplIndexBuildStateEESaIS4_EENS_10StringDataESt8functionIFvS4_EE&quot;,&quot;s+&quot;:&quot;4D4&quot;},{&quot;a&quot;:&quot;7F0694171432&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;1999432&quot;,&quot;s&quot;:&quot;_ZN5mongo22IndexBuildsCoordinator8onStepUpEPNS_16OperationContextE&quot;,&quot;s+&quot;:&quot;132&quot;},{&quot;a&quot;:&quot;7F0693837095&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;105F095&quot;,&quot;s&quot;:&quot;_ZN5mongo4repl39ReplicationCoordinatorExternalStateImpl21onTransitionToPrimaryEPNS_16OperationContextE&quot;,&quot;s+&quot;:&quot;265&quot;},{&quot;a&quot;:&quot;7F06938717C5&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;10997C5&quot;,&quot;s&quot;:&quot;_ZN5mongo4repl26ReplicationCoordinatorImpl19signalDrainCompleteEPNS_16OperationContextEx&quot;,&quot;s+&quot;:&quot;405&quot;},{&quot;a&quot;:&quot;7F06938F2D2E&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;111AD2E&quot;,&quot;s&quot;:&quot;_ZN5mongo4repl16OplogApplierImpl4_runEPNS0_11OplogBufferE&quot;,&quot;s+&quot;:&quot;8EE&quot;},{&quot;a&quot;:&quot;7F0693943682&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;116B682&quot;,&quot;s&quot;:&quot;_ZZN5mongo15unique_functionIFvRKNS_8executor12TaskExecutor12CallbackArgsEEE8makeImplIZNS_4repl12OplogApplier7startupEvEUlS5_E_EEDaOT_EN12SpecificImpl4callES5_&quot;,&quot;s+&quot;:&quot;F2&quot;},{&quot;a&quot;:&quot;7F0694E14D33&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;263CD33&quot;,&quot;s&quot;:&quot;_ZN5mongo8executor22ThreadPoolTaskExecutor11runCallbackESt10shared_ptrINS1_13CallbackStateEE&quot;,&quot;s+&quot;:&quot;113&quot;},{&quot;a&quot;:&quot;7F0694E15142&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;263D142&quot;,&quot;s&quot;:&quot;_ZZN5mongo15unique_functionIFvNS_6StatusEEE8makeImplIZNS_8executor22ThreadPoolTaskExecutor23scheduleIntoPool_inlockEPNSt7__cxx114listISt10shared_ptrINS6_13CallbackStateEESaISB_EEERKSt14_List_iteratorISB_ESI_St11unique_lockINS_12latch_detail5LatchEEEUlT_E1_EEDaOSN_EN12SpecificImpl4callEOS1_&quot;,&quot;s+&quot;:&quot;A2&quot;},{&quot;a&quot;:&quot;7F0694FA6E91&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;27CEE91&quot;,&quot;s&quot;:&quot;_ZN5mongo10ThreadPool10_doOneTaskEPSt11unique_lockINS_12latch_detail5LatchEE&quot;,&quot;s+&quot;:&quot;141&quot;},{&quot;a&quot;:&quot;7F0694FA966C&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;27D166C&quot;,&quot;s&quot;:&quot;_ZN5mongo10ThreadPool13_consumeTasksEv&quot;,&quot;s+&quot;:&quot;8C&quot;},{&quot;a&quot;:&quot;7F0694FAA79E&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;27D279E&quot;,&quot;s&quot;:&quot;_ZN5mongo10ThreadPool17_workerThreadBodyEPS0_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE&quot;,&quot;s+&quot;:&quot;EE&quot;},{&quot;a&quot;:&quot;7F0694FAAA20&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;27D2A20&quot;,&quot;s&quot;:&quot;_ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJZN5mongo4stdx6threadC4IZNS3_10ThreadPool25_startWorkerThread_inlockEvEUlvE2_JELi0EEET_DpOT0_EUlvE_EEEEE6_M_runEv&quot;,&quot;s+&quot;:&quot;60&quot;},{&quot;a&quot;:&quot;7F06955A3A9F&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;2DCBA9F&quot;,&quot;s&quot;:&quot;execute_native_thread_routine&quot;,&quot;s+&quot;:&quot;F&quot;},{&quot;a&quot;:&quot;7F068F944AA1&quot;,&quot;b&quot;:&quot;7F068F93D000&quot;,&quot;o&quot;:&quot;7AA1&quot;,&quot;s&quot;:&quot;start_thread&quot;,&quot;s+&quot;:&quot;D1&quot;},{&quot;a&quot;:&quot;7F068F691C4D&quot;,&quot;b&quot;:&quot;7F068F5A9000&quot;,&quot;o&quot;:&quot;E8C4D&quot;,&quot;s&quot;:&quot;clone&quot;,&quot;s+&quot;:&quot;6D&quot;}],&quot;processInfo&quot;:{&quot;mongodbVersion&quot;:&quot;4.3.4-99-g6596d5a-patch-5e67217fe3c3315e1b02d2a7&quot;,&quot;gitVersion&quot;:&quot;6596d5a40adfe367cb408c09f90327ff64badaec&quot;,&quot;compiledModules&quot;:[&quot;enterprise&quot;],&quot;uname&quot;:{&quot;sysname&quot;:&quot;Linux&quot;,&quot;release&quot;:&quot;2.6.32-220.el6.x86_64&quot;,&quot;version&quot;:&quot;#1 SMP Wed Nov 9 08:03:13 EST 2011&quot;,&quot;machine&quot;:&quot;x86_64&quot;},&quot;somap&quot;:[{&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;elfType&quot;:3,&quot;buildId&quot;:&quot;F58B5437E1E79678928548F36B48A8BA32FB0C1E&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:node1] | 2020-03-10T06:34:05.005+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F069540A081&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;2C32081&quot;,&quot;s&quot;:&quot;_ZN5mongo18stack_trace_detail12_GLOBAL__N_119printStackTraceImplERKNS1_7OptionsEPNS_14StackTraceSinkE.constprop.575&quot;,&quot;s+&quot;:&quot;1E1&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:node1] | 2020-03-10T06:34:05.005+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F069540B779&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;2C33779&quot;,&quot;s&quot;:&quot;_ZN5mongo15printStackTraceEv&quot;,&quot;s+&quot;:&quot;29&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:node1] | 2020-03-10T06:34:05.005+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F0695408CA6&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;2C30CA6&quot;,&quot;s&quot;:&quot;_ZN5mongo12_GLOBAL__N_116abruptQuitActionEiP7siginfoPv&quot;,&quot;s+&quot;:&quot;66&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:node1] | 2020-03-10T06:34:05.005+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F068F94C7E0&quot;,&quot;b&quot;:&quot;7F068F93D000&quot;,&quot;o&quot;:&quot;F7E0&quot;,&quot;s&quot;:&quot;_L_unlock_16&quot;,&quot;s+&quot;:&quot;2D&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:node1] | 2020-03-10T06:34:05.005+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F068F5DB4F5&quot;,&quot;b&quot;:&quot;7F068F5A9000&quot;,&quot;o&quot;:&quot;324F5&quot;,&quot;s&quot;:&quot;gsignal&quot;,&quot;s+&quot;:&quot;35&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:node1] | 2020-03-10T06:34:05.005+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F068F5DCCD5&quot;,&quot;b&quot;:&quot;7F068F5A9000&quot;,&quot;o&quot;:&quot;33CD5&quot;,&quot;s&quot;:&quot;abort&quot;,&quot;s+&quot;:&quot;175&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:node1] | 2020-03-10T06:34:05.005+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F06936C0CFE&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;EE8CFE&quot;,&quot;s&quot;:&quot;_ZN5mongo22invariantFailedWithMsgEPKcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES1_j&quot;,&quot;s+&quot;:&quot;25E&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:node1] | 2020-03-10T06:34:05.006+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F06934CB4A9&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;CF34A9&quot;,&quot;s&quot;:&quot;_ZN5mongo28IndexBuildsCoordinatorMongod32_signalIfCommitQuorumIsSatisfiedEPNS_16OperationContextESt10shared_ptrINS_19ReplIndexBuildStateEE.cold.1155&quot;,&quot;s+&quot;:&quot;207&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:node1] | 2020-03-10T06:34:05.006+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F069416AE3F&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;1992E3F&quot;,&quot;s&quot;:&quot;_ZNSt17_Function_handlerIFvSt10shared_ptrIN5mongo19ReplIndexBuildStateEEEZNS1_22IndexBuildsCoordinator8onStepUpEPNS1_16OperationContextEEUlS3_E0_E9_M_invokeERKSt9_Any_dataOS3_&quot;,&quot;s+&quot;:&quot;12F&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:node1] | 2020-03-10T06:34:05.006+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F0694170F24&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;1998F24&quot;,&quot;s&quot;:&quot;_ZN5mongo12_GLOBAL__N_117forEachIndexBuildERKSt6vectorISt10shared_ptrINS_19ReplIndexBuildStateEESaIS4_EENS_10StringDataESt8functionIFvS4_EE&quot;,&quot;s+&quot;:&quot;4D4&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:node1] | 2020-03-10T06:34:05.006+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F0694171432&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;1999432&quot;,&quot;s&quot;:&quot;_ZN5mongo22IndexBuildsCoordinator8onStepUpEPNS_16OperationContextE&quot;,&quot;s+&quot;:&quot;132&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:node1] | 2020-03-10T06:34:05.006+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F0693837095&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;105F095&quot;,&quot;s&quot;:&quot;_ZN5mongo4repl39ReplicationCoordinatorExternalStateImpl21onTransitionToPrimaryEPNS_16OperationContextE&quot;,&quot;s+&quot;:&quot;265&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:node1] | 2020-03-10T06:34:05.006+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F06938717C5&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;10997C5&quot;,&quot;s&quot;:&quot;_ZN5mongo4repl26ReplicationCoordinatorImpl19signalDrainCompleteEPNS_16OperationContextEx&quot;,&quot;s+&quot;:&quot;405&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:node1] | 2020-03-10T06:34:05.006+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F06938F2D2E&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;111AD2E&quot;,&quot;s&quot;:&quot;_ZN5mongo4repl16OplogApplierImpl4_runEPNS0_11OplogBufferE&quot;,&quot;s+&quot;:&quot;8EE&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;[ShardedClusterFixture:job0:shard1:node1] | 2020-03-10T06:34:05.006+0000 I  CONTROL  31427   [OplogApplier-0] &quot;  Frame: {frame}&quot;,&quot;attr&quot;:{&quot;frame&quot;:{&quot;a&quot;:&quot;7F0693943682&quot;,&quot;b&quot;:&quot;7F06927D8000&quot;,&quot;o&quot;:&quot;116B682&quot;,&quot;s&quot;:&quot;_ZZN5mongo15unique_functionIFvRKNS_8executor12TaskExecutor12CallbackArgsEEE8makeImplIZNS_4repl12OplogApplier7startupEvEUlS5_E_EEDaOT_EN12SpecificImpl4callES5_&quot;,&quot;s+&quot;:&quot;F2&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;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="1214102">SERVER-46557</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1214102">SERVER-46557</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1220181">SERVER-46603</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25136"><![CDATA[Storage Execution]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 11 Mar 2020 23:42:41 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 48 weeks 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>alexander.golin@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 48 weeks 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>backlog-server-execution</customfieldvalue>
            <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>luke.pearson@mongodb.com</customfieldvalue>
            <customfieldvalue>suganthi.mani@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hx76lj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hwuz47:</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_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|hx6suv:</customfieldvalue>

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