<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:56:59 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-41163] During initial sync, failing to apply an update thats in a prepared txn hits an invariant</title>
                <link>https://jira.mongodb.org/browse/SERVER-41163</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When an update fails to get applied due to missing documents, &lt;a href=&quot;https://github.com/mongodb/mongo/blob/307259e53d8bc276274bb4e88b82821b4c6d001c/src/mongo/db/repl/sync_tail.cpp#L1070&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;we fetch&lt;/a&gt; the missing document using the oplog entry to figure out what document to retrieve. &lt;/p&gt;

&lt;p&gt;However, the oplog entry for the update in this case is the commitTransaction command. Currently, we assert that &lt;a href=&quot;https://github.com/mongodb/mongo/blob/307259e53d8bc276274bb4e88b82821b4c6d001c/src/mongo/db/repl/oplog_entry.cpp#L265&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;the oplog entry&lt;/a&gt; can only be an insert, delete or update. We thus hit &lt;a href=&quot;https://github.com/mongodb/mongo/blob/307259e53d8bc276274bb4e88b82821b4c6d001c/src/mongo/db/repl/oplog_entry.cpp#L287&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this invariant&lt;/a&gt; when we try and retrieve the missing doc.&lt;/p&gt;</description>
                <environment></environment>
        <key id="769407">SERVER-41163</key>
            <summary>During initial sync, failing to apply an update thats in a prepared txn hits an invariant</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="pavithra.vetriselvan@mongodb.com">Pavithra Vetriselvan</assignee>
                                    <reporter username="vlad.rachev@mongodb.com">Vlad Rachev</reporter>
                        <labels>
                            <label>isfz</label>
                            <label>prepare_initial_sync</label>
                    </labels>
                <created>Wed, 15 May 2019 21:31:41 +0000</created>
                <updated>Sun, 29 Oct 2023 22:21:00 +0000</updated>
                            <resolved>Wed, 19 Jun 2019 18:16:01 +0000</resolved>
                                                    <fixVersion>4.2.0-rc3</fixVersion>
                                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="2300829" author="xgen-internal-githook" created="Thu, 27 Jun 2019 15:54:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Pavi Vetriselvan&apos;, &apos;email&apos;: &apos;pvselvan@umich.edu&apos;, &apos;username&apos;: &apos;pvselvan&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41163&quot; title=&quot;During initial sync, failing to apply an update thats in a prepared txn hits an invariant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41163&quot;&gt;&lt;del&gt;SERVER-41163&lt;/del&gt;&lt;/a&gt; apply operations separately during initial sync commit transaction oplog application&lt;/p&gt;

&lt;p&gt;(cherry picked from commit d3c0e4ad46fcba5aac61ecec1409e9df6e11f66e)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fc489b8a343793ec50133af5f0f46942094acdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fc489b8a343793ec50133af5f0f46942094acdd8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2290173" author="xgen-internal-githook" created="Wed, 19 Jun 2019 18:05:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Pavi Vetriselvan&apos;, &apos;email&apos;: &apos;pvselvan@umich.edu&apos;, &apos;username&apos;: &apos;pvselvan&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41163&quot; title=&quot;During initial sync, failing to apply an update thats in a prepared txn hits an invariant&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41163&quot;&gt;&lt;del&gt;SERVER-41163&lt;/del&gt;&lt;/a&gt; apply operations separately during initial sync commit transaction oplog application&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d3c0e4ad46fcba5aac61ecec1409e9df6e11f66e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d3c0e4ad46fcba5aac61ecec1409e9df6e11f66e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2250209" author="judah.schvimer" created="Fri, 17 May 2019 13:34:12 +0000"  >&lt;p&gt;&lt;tt&gt;prepareTransaction&lt;/tt&gt; oplog entries need to be applied in their own batch in a single write unit of work so it doesn&apos;t make sense to extract and parallelize them. &lt;tt&gt;commitTransaction&lt;/tt&gt; oplog entries for prepared transactions during steady state replication don&apos;t need to apply the operations since they&apos;re already in &quot;prepare&quot;. In initial sync when we apply &lt;tt&gt;commitTransaction&lt;/tt&gt; without going through prepare, we can do &quot;extract and parallelize&quot; safely though. In steady state replication it is also important to timestamp the transaction writes with the &lt;tt&gt;commitTimestamp,&lt;/tt&gt; and not the &lt;tt&gt;commitTransaction&lt;/tt&gt; oplog entry timestamp, which could be easy to mess up in the &quot;extract and parallelize&quot; approach. While initial sync doesn&apos;t really care about timestamping, we should still make a minimal effort to get it right (or document that we&apos;re not timestamping correctly during initial sync) in case we do ever care. We could also consider doing &quot;extract and parallelize&quot; for &lt;tt&gt;commitTransaction&lt;/tt&gt; oplog entries in replication recovery, but it would be complicated by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41178&quot; title=&quot;TransactionHistoryIterator should do untimestamped reads during rollback recovery&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41178&quot;&gt;&lt;del&gt;SERVER-41178&lt;/del&gt;&lt;/a&gt;, so I think we should restrict this change to initial sync. &lt;/p&gt;

&lt;p&gt;I think in creating the implementation plan it was seen as a short-cut to not &quot;extract and parallelize&quot; &lt;tt&gt;commitTransaction&lt;/tt&gt; oplog entries during initial sync and replication recovery, and then we never got around to optimizing it. Little did we know it wasn&apos;t just an optimization. &lt;/p&gt;

&lt;p&gt;This functionality was implemented in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-36491&quot; title=&quot;During initial sync &amp;#39;commitTransaction&amp;#39; oplog entries apply the transaction in the prepare oplog entry in their own batch&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-36491&quot;&gt;&lt;del&gt;SERVER-36491&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-35879&quot; title=&quot;Add support for reconstituting transactions in their correct state from the transaction table during startup recovery&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-35879&quot;&gt;&lt;del&gt;SERVER-35879&lt;/del&gt;&lt;/a&gt;, so we may be able to remove some code there (though maybe not if we still need it for replication recovery).&lt;/p&gt;</comment>
                            <comment id="2249677" author="pavithra.vetriselvan" created="Thu, 16 May 2019 22:02:08 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=judah.schvimer&quot; class=&quot;user-hover&quot; rel=&quot;judah.schvimer&quot;&gt;judah.schvimer&lt;/a&gt;, I agree! If I understand correctly, the functionality to extract applyOps operations from commit oplog entries exists &lt;a href=&quot;https://github.com/mongodb/mongo/blob/41b24ead1f55009652e8e4aec64fd3226f1ba233/src/mongo/db/repl/sync_tail.cpp#L1189-L1191&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;. It seems like we can make this work for commit oplog entries as part of a prepared transactions by modifying &lt;a href=&quot;https://github.com/mongodb/mongo/blob/41b24ead1f55009652e8e4aec64fd3226f1ba233/src/mongo/db/repl/sync_tail.cpp#L845&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this&lt;/a&gt; function.&lt;/p&gt;

&lt;p&gt;Is there a reason we chose not to do this for prepare?&lt;/p&gt;</comment>
                            <comment id="2248132" author="judah.schvimer" created="Wed, 15 May 2019 21:44:21 +0000"  >&lt;p&gt;I think we should be unpacking these &lt;tt&gt;commitTransaction&lt;/tt&gt; oplog entries during initial sync into their own writer threads. In that case the writer threads will see the entry as an update and not as a &lt;tt&gt;commitTransaction&lt;/tt&gt;. This would also be more performant. We currently apply prepared transaction &lt;tt&gt;commitTransaction&lt;/tt&gt; oplog entries in their own batch.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="786220">SERVER-41437</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="766461">SERVER-41113</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="216971" name="initsync_fuzzer-cacf2-1557881965671-05.js" size="115733" author="vlad.rachev@mongodb.com" created="Wed, 15 May 2019 21:29:33 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 15 May 2019 21:44:21 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 32 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-1032</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>
                            4 years, 32 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>

                        </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>judah.schvimer@mongodb.com</customfieldvalue>
            <customfieldvalue>pavithra.vetriselvan@mongodb.com</customfieldvalue>
            <customfieldvalue>vlad.rachev@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|huzri7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htwscf:</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="2999">Repl 2019-06-03</customfieldvalue>
    <customfieldvalue id="3000">Repl 2019-06-17</customfieldvalue>
    <customfieldvalue id="3001">Repl 2019-07-01</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;I&apos;ve attached the test. &lt;a href=&quot;https://logkeeper.mongodb.org/lobster/build/953096ed42d33fb8c3331b5b19f85e61/test/5cdb65629041304ad126f3fe#bookmarks=0%2C2006&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Here are the logs&lt;/a&gt;.&lt;br/&gt;
Here&apos;s the stacktrace:&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;[js_test:initsync_fuzzer-cacf2-1557881965671-05] 2019-05-15T16:43:12.171-0400 d34588| 2019-05-15T16:43:12.171-0400 F  -        [repl-writer-worker-2] Invariant failure isCrudOpType() src/mongo/db/repl/oplog_entry.cpp 292&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:initsync_fuzzer-cacf2-1557881965671-05] 2019-05-15T16:43:12.171-0400 d34588| 2019-05-15T16:43:12.171-0400 F  -        [repl-writer-worker-2]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:initsync_fuzzer-cacf2-1557881965671-05] 2019-05-15T16:43:12.171-0400 d34588|&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:initsync_fuzzer-cacf2-1557881965671-05] 2019-05-15T16:43:12.172-0400 d34588| ***aborting after invariant() failure&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:initsync_fuzzer-cacf2-1557881965671-05] 2019-05-15T16:43:12.172-0400 d34588|&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:initsync_fuzzer-cacf2-1557881965671-05] 2019-05-15T16:43:12.172-0400 d34588|&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:initsync_fuzzer-cacf2-1557881965671-05] 2019-05-15T16:43:12.172-0400 d34588| 2019-05-15T16:43:12.172-0400 F  -        [repl-writer-worker-2] Got signal: 6 (Aborted).&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:initsync_fuzzer-cacf2-1557881965671-05] 2019-05-15T16:43:12.173-0400 d34588|  0x7faebee287a1 0x7faebee2802e 0x7faebee280cf 0x7faebcc37890 0x7faebc872e97 0x7faebc874801 0x7faebeda8bc6 0x7faebfd07e60 0x7faec1b5e492 0x7faec1b6013a 0x7faec1b6255d 0x7faec1b54de8 0x7faec1b5bffa 0x7faec10cfb16 0x7faec10d0d10 0x7faec10d2755 0x7faebd4b957f 0x7faebcc2c6db 0x7faebc95588f&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:initsync_fuzzer-cacf2-1557881965671-05] 2019-05-15T16:43:12.173-0400 d34588| ----- BEGIN BACKTRACE -----&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/util/stacktrace_posix.cpp:174:39: mongo::printStackTrace(std::ostream&amp;amp;)&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/util/signal_handlers_synchronous.cpp:182:20: mongo::(anonymous namespace)::printSignalAndBacktrace(int)&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/util/signal_handlers_synchronous.cpp:239:28: mongo::(anonymous namespace)::abruptQuit(int)&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; ??:0: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; /build/glibc-OTsEL5/glibc-2.27/signal/../sysdeps/unix/sysv/linux/nptl-signals.h:80:0: __libc_signal_restore_set&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; /build/glibc-OTsEL5/glibc-2.27/signal/../sysdeps/unix/sysv/linux/raise.c:48:0: gsignal&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; /build/glibc-OTsEL5/glibc-2.27/stdlib/abort.c:79:0: abort&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/util/assert_util.cpp:104:15: mongo::invariantFailed(char const*, char const*, unsigned int)&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/util/invariant.h:69:33: void mongo::invariantWithLocation&amp;lt;bool&amp;gt;(bool const&amp;amp;, char const*, char const*, unsigned int)&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/db/repl/oplog_entry.cpp:292:5: mongo::repl::OplogEntry::getIdElement() const [clone .cold.94]&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/db/repl/sync_tail.cpp:895:53: mongo::repl::SyncTail::getMissingDoc(mongo::OperationContext*, mongo::repl::OplogEntry const&amp;amp;)&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/db/repl/sync_tail.cpp:951:57: mongo::repl::SyncTail::fetchAndInsertMissingDocument(mongo::OperationContext*, mongo::repl::OplogEntry const&amp;amp;)&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/db/repl/sync_tail.cpp:1071:58: mongo::repl::multiSyncApply(mongo::OperationContext*, std::vector&amp;lt;mongo::repl::OplogEntry const*, std::allocator&amp;lt;mongo::repl::OplogEntry const*&amp;gt; &amp;gt;*, mongo::repl::SyncTail*, std::vector&amp;lt;mongo::MultikeyPathInfo, std::allocator&amp;lt;mongo::MultikeyPathInfo&amp;gt; &amp;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; /opt/mongodbtoolchain/revisions/e84eb3fd219668197589e62dba14b9914712642d/stow/gcc-v3.ipd/include/c++/8.2.0/bits/std_function.h:283:40: std::_Function_handler&amp;lt;mongo::Status (mongo::OperationContext*, std::vector&amp;lt;mongo::repl::OplogEntry const*, std::allocator&amp;lt;mongo::repl::OplogEntry const*&amp;gt; &amp;gt;*, mongo::repl::SyncTail*, std::vector&amp;lt;mongo::MultikeyPathInfo, std::allocator&amp;lt;mongo::MultikeyPathInfo&amp;gt; &amp;gt;*), mongo::Status (*)(mongo::OperationContext*, std::vector&amp;lt;mongo::repl::OplogEntry const*, std::allocator&amp;lt;mongo::repl::OplogEntry const*&amp;gt; &amp;gt;*, mongo::repl::SyncTail*, std::vector&amp;lt;mongo::MultikeyPathInfo, std::allocator&amp;lt;mongo::MultikeyPathInfo&amp;gt; &amp;gt;*)&amp;gt;::_M_invoke(std::_Any_data const&amp;amp;, mongo::OperationContext*&amp;amp;&amp;amp;, std::vector&amp;lt;mongo::repl::OplogEntry const*, std::allocator&amp;lt;mongo::repl::OplogEntry const*&amp;gt; &amp;gt;*&amp;amp;&amp;amp;, mongo::repl::SyncTail*&amp;amp;&amp;amp;, std::vector&amp;lt;mongo::MultikeyPathInfo, std::allocator&amp;lt;mongo::MultikeyPathInfo&amp;gt; &amp;gt;*&amp;amp;&amp;amp;)&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; /opt/mongodbtoolchain/revisions/e84eb3fd219668197589e62dba14b9914712642d/stow/gcc-v3.ipd/include/c++/8.2.0/bits/std_function.h:687:71: std::function&amp;lt;mongo::Status (mongo::OperationContext*, std::vector&amp;lt;mongo::repl::OplogEntry const*, std::allocator&amp;lt;mongo::repl::OplogEntry const*&amp;gt; &amp;gt;*, mongo::repl::SyncTail*, std::vector&amp;lt;mongo::MultikeyPathInfo, std::allocator&amp;lt;mongo::MultikeyPathInfo&amp;gt; &amp;gt;*)&amp;gt;::operator()(mongo::OperationContext*, std::vector&amp;lt;mongo::repl::OplogEntry const*, std::allocator&amp;lt;mongo::repl::OplogEntry const*&amp;gt; &amp;gt;*, mongo::repl::SyncTail*, std::vector&amp;lt;mongo::MultikeyPathInfo, std::allocator&amp;lt;mongo::MultikeyPathInfo&amp;gt; &amp;gt;*) const&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/db/repl/sync_tail.cpp:1278:92: operator()&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/util/interruptible.h:179:47: runWithoutInterruptionExceptAtGlobalShutdown&amp;lt;mongo::repl::SyncTail::_applyOps(std::vector&amp;lt;std::vector&amp;lt;const mongo::repl::OplogEntry*&amp;gt; &amp;gt;&amp;amp;, std::vector&amp;lt;mongo::Status&amp;gt;*, std::vector&amp;lt;std::vector&amp;lt;mongo::MultikeyPathInfo&amp;gt; &amp;gt;*)::&amp;lt;lambda(auto:20)&amp;gt; [with auto:20 = mongo::Status]::&amp;lt;lambda()&amp;gt; &amp;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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/db/repl/sync_tail.cpp:1277:20: operator()&amp;lt;mongo::Status&amp;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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/util/functional.h:144:10: callRegularVoid&amp;lt;mongo::repl::SyncTail::_applyOps(std::vector&amp;lt;std::vector&amp;lt;const mongo::repl::OplogEntry*&amp;gt; &amp;gt;&amp;amp;, std::vector&amp;lt;mongo::Status&amp;gt;*, std::vector&amp;lt;std::vector&amp;lt;mongo::MultikeyPathInfo&amp;gt; &amp;gt;*)::&amp;lt;lambda(auto:20)&amp;gt; &amp;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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/util/functional.h:158:39: _ZZN5mongo15unique_functionIFvNS_6StatusEEE8makeImplIZNS_4repl8SyncTail9_applyOpsERSt6vectorIS7_IPKNS5_10OplogEntryESaISA_EESaISC_EEPS7_IS1_SaIS1_EEPS7_IS7_INS_16MultikeyPathInfoESaISJ_EESaISL_EEEUlT_E_EEDaOSP_EN12SpecificImpl4callEOS1_&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/util/functional.h:108:54: mongo::unique_function&amp;lt;void (mongo::Status)&amp;gt;::operator()(mongo::Status) const&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/util/concurrency/thread_pool.cpp:341:9: mongo::ThreadPool::_doOneTask(std::unique_lock&amp;lt;std::mutex&amp;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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/util/concurrency/thread_pool.cpp:294:19: mongo::ThreadPool::_consumeTasks()&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; /mnt/home/vlad/mongodb/github/mongo/src/mongo/util/concurrency/thread_pool.cpp:247:24: mongo::ThreadPool::_workerThreadBody(mongo::ThreadPool*, std::__cxx11::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;amp;)&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; ??:0: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; ??:0:0: start_thread&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; /build/glibc-OTsEL5/glibc-2.27/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95:0: clone&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[js_test:initsync_fuzzer-cacf2-1557881965671-05] 2019-05-15T16:43:12.176-0400 d34588| -----  END BACKTRACE  -----&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</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|huzdrj:</customfieldvalue>

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