<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:00:06 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-22335] Do not prepare getmore when un-needed in bgsync fetcher</title>
                <link>https://jira.mongodb.org/browse/SERVER-22335</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;During upgrade from WiredTiger SCCC config servers to CSRS, I get a backtrace on the new CSRS second and third config servers.  This happens about 4 seconds after reenabling the balancer. I am using MongoDB version 3.2.1-95-g4a3c6e6&lt;/p&gt;

&lt;p&gt;Attached are the logs for the 3 config servers.  run9007 is the first config server, run9008 the second, and run9009 the third.  The balancer was restored around the time 11:19:01.  The backtraces for run9008 and run9009 occur around the time 11:19:05.&lt;/p&gt;</description>
                <environment></environment>
        <key id="261462">SERVER-22335</key>
            <summary>Do not prepare getmore when un-needed in bgsync fetcher</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="scotthernandez">Scott Hernandez</assignee>
                                    <reporter username="tim.olsen@mongodb.com">Timothy Olsen</reporter>
                        <labels>
                            <label>code-only</label>
                            <label>csrsupgrade</label>
                    </labels>
                <created>Thu, 28 Jan 2016 16:36:13 +0000</created>
                <updated>Sat, 19 Nov 2016 19:58:55 +0000</updated>
                            <resolved>Fri, 29 Jan 2016 19:04:12 +0000</resolved>
                                                    <fixVersion>3.2.3</fixVersion>
                    <fixVersion>3.3.2</fixVersion>
                                    <component>Replication</component>
                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>9</watches>
                                                                                                                <comments>
                            <comment id="1158154" author="xgen-internal-githook" created="Fri, 29 Jan 2016 19:01:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;scotthernandez&apos;, u&apos;name&apos;: u&apos;Scott Hernandez&apos;, u&apos;email&apos;: u&apos;scotthernandez@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-22335&quot; title=&quot;Do not prepare getmore when un-needed in bgsync fetcher&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-22335&quot;&gt;&lt;del&gt;SERVER-22335&lt;/del&gt;&lt;/a&gt;: only prepare getmore when needed in bgsync fetcher&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1175510702d070e4eeed436d81c52dec855f664e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1175510702d070e4eeed436d81c52dec855f664e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1158153" author="xgen-internal-githook" created="Fri, 29 Jan 2016 19:01:13 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;scotthernandez&apos;, u&apos;name&apos;: u&apos;Scott Hernandez&apos;, u&apos;email&apos;: u&apos;scotthernandez@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-22335&quot; title=&quot;Do not prepare getmore when un-needed in bgsync fetcher&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-22335&quot;&gt;&lt;del&gt;SERVER-22335&lt;/del&gt;&lt;/a&gt;: only prepare getmore when needed in bgsync fetcher&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 1175510702d070e4eeed436d81c52dec855f664e)&lt;br/&gt;
Branch: v3.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8f4c9f4f690407f5676da8c7089a7512a1d4d014&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8f4c9f4f690407f5676da8c7089a7512a1d4d014&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1158093" author="scotthernandez" created="Fri, 29 Jan 2016 18:27:13 +0000"  >&lt;p&gt;I believe the failure is that the getmore returns with a cursorId of 0, indicating there is no more, and not sending a BSONObjectBuilder pointer, which the invariant hits. This was not a case the code was built to support so we need to test for this case and allow it &amp;#8211; also, invariant is wrong here I believe either way since the code can recovery by issuing a new query/fetcher.&lt;/p&gt;</comment>
                            <comment id="1157000" author="scotthernandez" created="Thu, 28 Jan 2016 19:33:50 +0000"  >&lt;p&gt;Out until Monday, pass back if&lt;/p&gt;</comment>
                            <comment id="1156957" author="spencer" created="Thu, 28 Jan 2016 19:00:09 +0000"  >&lt;p&gt;Looks like a failure in bgsync, Scott can you take a look?&lt;/p&gt;</comment>
                            <comment id="1156955" author="spencer" created="Thu, 28 Jan 2016 18:58:37 +0000"  >&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;2016-01-28T11:19:04.914-0500 I REPL     [ReplicationExecutor] not becoming primary, we received insufficient votes&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;2016-01-28T11:19:05.605-0500 I REPL     [ReplicationExecutor] syncing from: cfg-9007-alias.lvh.me:9007&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;2016-01-28T11:19:05.606-0500 I REPL     [SyncSourceFeedback] setting syncSourceFeedback to cfg-9007-alias.lvh.me:9007&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;2016-01-28T11:19:05.609-0500 I ASIO     [NetworkInterfaceASIO-BGSync-0] Successfully connected to cfg-9007-alias.lvh.me:9007&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;2016-01-28T11:19:05.611-0500 I -        [rsBackgroundSync-0] Invariant failure bob src/mongo/db/repl/bgsync.cpp 639&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;2016-01-28T11:19:05.611-0500 I -        [rsBackgroundSync-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;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&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;***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;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   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;2016-01-28T11:19:05.623-0500 F -        [rsBackgroundSync-0] warning: log line attempted (10k) over max size (10k), printing beginning and end ... Got signal: 6 (Abort trap: 6).&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&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; 0x105f7b089 0x105f7aa10 0x7fff9bf72eaa 0x7fff88dcfa36 0x7fff8c2f36e7 0x105f1fed9 0x105b46625 0x105b48ac5 0x105720ca9 0x105d982fa 0x105d9715d 0x105d97493 0x105f29d6c 0x105f2a99b 0x105f2a54d 0x105f2b4c8 0x7fff9dc33c13 0x7fff9dc33b90 0x7fff9dc31375&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;----- 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;{&quot;backtrace&quot;:[{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;8DE089&quot;},{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;8DDA10&quot;},{&quot;b&quot;:&quot;7FFF9BF6E000&quot;,&quot;o&quot;:&quot;4EAA&quot;},{&quot;b&quot;:&quot;7FFF88DCD000&quot;,&quot;o&quot;:&quot;2A36&quot;},{&quot;b&quot;:&quot;7FFF8C295000&quot;,&quot;o&quot;:&quot;5E6E7&quot;},{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;882ED9&quot;},{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;4A9625&quot;},{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;4ABAC5&quot;},{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;83CA9&quot;},{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;6FB2FA&quot;},{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;6FA15D&quot;},{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;6FA493&quot;},{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;88CD6C&quot;},{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;88D99B&quot;},{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;88D54D&quot;},{&quot;b&quot;:&quot;10569D000&quot;,&quot;o&quot;:&quot;88E4C8&quot;},{&quot;b&quot;:&quot;7FFF9DC30000&quot;,&quot;o&quot;:&quot;3C13&quot;},{&quot;b&quot;:&quot;7FFF9DC30000&quot;,&quot;o&quot;:&quot;3B90&quot;},{&quot;b&quot;:&quot;7FFF9DC30000&quot;,&quot;o&quot;:&quot;1375&quot;}],&quot;processInfo&quot;:{ &quot;mongodbVersion&quot; : &quot;3.2.1-95-g4a3c6e6&quot;, &quot;gitVersion&quot; : &quot;4a3c6e62882269432e8df8c19675bde716f38d50&quot;, &quot;compiledModules&quot; : [], &quot;uname&quot; : { &quot;sysname&quot; : &quot;Darwin&quot;, &quot;release&quot; : &quot;15.3.0&quot;, &quot;version&quot; : &quot;Darwin Kernel Version 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~1/RELEASE_X86_64&quot;, &quot;machine&quot; : &quot;x86_64&quot; }, &quot;somap&quot; : [ { &quot;path&quot; : &quot;/tmp/mms-automation/test/versions/mongodb-osx-x86_64-3.2.1-95-g4a3c6e6/bin/mongod&quot;, &quot;machType&quot; : 2, &quot;b&quot; : &quot;10569D000&quot;, &quot;vmaddr&quot; : &quot;100000000&quot;, &quot;buildId&quot; : &quot;1F7B2B9179413D908968E4C4D5BEDDCF&quot; }, { &quot;path&quot; : &quot;/usr/lib/libSystem.B.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF9BDE0000&quot;, &quot;vmaddr&quot; : &quot;7FFF93B5F000&quot;, &quot;buildId&quot; : &quot;5A4257EF31453BB387A40D2404A9462D&quot; }, { &quot;path&quot; : &quot;/usr/lib/libc++.1.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF9AB72000&quot;, &quot;vmaddr&quot; : &quot;7FFF928F1000&quot;, &quot;buildId&quot; : &quot;8FC3D139805534989AC56467CB7F4D14&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libcache.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8A07E000&quot;, &quot;vmaddr&quot; : &quot;7FFF81DFD000&quot;, &quot;buildId&quot; : &quot;6B245C0AF3EA383BA5425B0D0456A41B&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libcommonCrypto.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF971FA000&quot;, &quot;vmaddr&quot; : &quot;7FFF8EF79000&quot;, &quot;buildId&quot; : &quot;766BC3F541F33315BABC72718A98EA92&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libcompiler_rt.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF958D3000&quot;, &quot;vmaddr&quot; : &quot;7FFF8D652000&quot;, &quot;buildId&quot; : &quot;D3C4AB4023B43BC68C385B8758D14E80&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libcopyfile.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF915F9000&quot;, &quot;vmaddr&quot; : &quot;7FFF89378000&quot;, &quot;buildId&quot; : &quot;F51332690B22388CA57C079667B6291E&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libcorecrypto.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF97739000&quot;, &quot;vmaddr&quot; : &quot;7FFF8F4B8000&quot;, &quot;buildId&quot; : &quot;C6BD205F4ECE37EEBCABA76F39CDCFFA&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libdispatch.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF973FC000&quot;, &quot;vmaddr&quot; : &quot;7FFF8F17B000&quot;, &quot;buildId&quot; : &quot;324C91892AF33356847F6F4CE1C6E901&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libdyld.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8EB35000&quot;, &quot;vmaddr&quot; : &quot;7FFF868B4000&quot;, &quot;buildId&quot; : &quot;AA629043C6F632FE8007E3478E99ACA7&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libkeymgr.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8E646000&quot;, &quot;vmaddr&quot; : &quot;7FFF863C5000&quot;, &quot;buildId&quot; : &quot;09397E0160663179A50C2CE666FDA929&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/liblaunch.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8D80C000&quot;, &quot;vmaddr&quot; : &quot;7FFF8558B000&quot;, &quot;buildId&quot; : &quot;EDF719D6D2BB38DD8C944272BEFDA2CD&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libmacho.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF96171000&quot;, &quot;vmaddr&quot; : &quot;7FFF8DEF0000&quot;, &quot;buildId&quot; : &quot;CB745E1F48853F96B38B2093DF488FD5&quot; }, { &quot;path&quot; : &quot;/us .......... em/libxpc.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF9B538000&quot;, &quot;vmaddr&quot; : &quot;7FFF932B7000&quot;, &quot;buildId&quot; : &quot;61AB46109304354C9E9BD57198AE9866&quot; }, { &quot;path&quot; : &quot;/usr/lib/libobjc.A.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF9A6A7000&quot;, &quot;vmaddr&quot; : &quot;7FFF92426000&quot;, &quot;buildId&quot; : &quot;9F45830DF1D53CDF94611A5477ED7D1E&quot; }, { &quot;path&quot; : &quot;/usr/lib/libauto.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF9D57F000&quot;, &quot;vmaddr&quot; : &quot;7FFF952FE000&quot;, &quot;buildId&quot; : &quot;999E610F41FC32A3ADCA5EC049B65DFB&quot; }, { &quot;path&quot; : &quot;/usr/lib/libc++abi.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8A6FF000&quot;, &quot;vmaddr&quot; : &quot;7FFF8247E000&quot;, &quot;buildId&quot; : &quot;DCCC81773D0935BC97842A04FEC4C71B&quot; }, { &quot;path&quot; : &quot;/usr/lib/libDiagnosticMessagesClient.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF96D06000&quot;, &quot;vmaddr&quot; : &quot;7FFF8EA85000&quot;, &quot;buildId&quot; : &quot;4243B6B421E9355B9C5A95A216233B96&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; mongod(_ZN5mongo15printStackTraceERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEE+0x39) [0x105f7b089]&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; mongod(_ZN5mongo12_GLOBAL__N_110abruptQuitEi+0x90) [0x105f7aa10]&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; libsystem_platform.dylib(_sigtramp+0x1A) [0x7fff9bf72eaa]&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; libsystem_malloc.dylib(szone_malloc_should_clear+0x445) [0x7fff88dcfa36]&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; libsystem_c.dylib(abort+0x81) [0x7fff8c2f36e7]&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; mongod(_ZN5mongo15invariantFailedEPKcS1_j+0x2E9) [0x105f1fed9]&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; mongod(_ZN5mongo4repl14BackgroundSync16_fetcherCallbackERKNS_10StatusWithINS_7Fetcher13QueryResponseEEEPNS_14BSONObjBuilderERKNS_11HostAndPortENS0_6OpTimeExNSt3__16chrono8durationIxNSE_5ratioILl1ELl1000EEEEEPNS_6StatusE+0x1E75) [0x105b46625]&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; mongod(_ZNSt3__110__function6__funcINS_6__bindIMN5mongo4repl14BackgroundSyncEFvRKNS3_10StatusWithINS3_7Fetcher13QueryResponseEEEPNS3_14BSONObjBuilderERKNS3_11HostAndPortENS4_6OpTimeExNS_6chrono8durationIxNS_5ratioILl1ELl1000EEEEEPNS3_6StatusEEJPS5_RNS_12placeholders4__phILi1EEERNST_ILi3EEENS_17reference_wrapperISF_EERSH_RxRKSM_SO_EEENS_9allocatorIS14_EEFvSB_PNS7_10NextActionESD_EEclESB_OS18_OSD_+0x55) [0x105b48ac5]&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; mongod(_ZN5mongo7Fetcher9_callbackERKNS_8executor12TaskExecutor25RemoteCommandCallbackArgsEPKc+0x2779) [0x105720ca9]&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; mongod(_ZNSt3__110__function6__funcIZZN5mongo8executor22ThreadPoolTaskExecutor21scheduleRemoteCommandERKNS3_20RemoteCommandRequestERKNS_8functionIFvRKNS3_12TaskExecutor25RemoteCommandCallbackArgsEEEEENK3$_2clERKNS2_10StatusWithINS3_21RemoteCommandResponseEEEEUlRKNS9_12CallbackArgsEE_NS_9allocatorISQ_EEFvSP_EEclESP_+0x15A) [0x105d982fa]&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; mongod(_ZN5mongo8executor22ThreadPoolTaskExecutor11runCallbackENSt3__110shared_ptrINS1_13CallbackStateEEE+0x13D) [0x105d9715d]&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; mongod(_ZNSt3__110__function6__funcIZN5mongo8executor22ThreadPoolTaskExecutor23scheduleIntoPool_inlockEPNS_4listINS_10shared_ptrINS4_13CallbackStateEEENS_9allocatorIS8_EEEERKNS_15__list_iteratorIS8_PvEESH_NS_11unique_lockINS_5mutexEEEE3$_4NS9_ISL_EEFvvEEclEv+0x33) [0x105d97493]&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; mongod(_ZN5mongo10ThreadPool10_doOneTaskEPNSt3__111unique_lockINS1_5mutexEEE+0x25C) [0x105f29d6c]&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; mongod(_ZN5mongo10ThreadPool13_consumeTasksEv+0x1FB) [0x105f2a99b]&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; mongod(_ZN5mongo10ThreadPool17_workerThreadBodyEPS0_RKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE+0x10D) [0x105f2a54d]&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; mongod(_ZNSt3__114__thread_proxyINS_5tupleIJNS_6__bindIPFvPN5mongo10ThreadPoolERKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEEEJS5_SD_EEEEEEEEPvSI_+0x68) [0x105f2b4c8]&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; libsystem_pthread.dylib(_pthread_body+0x83) [0x7fff9dc33c13]&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; libsystem_pthread.dylib(_pthread_body+0x0) [0x7fff9dc33b90]&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; libsystem_pthread.dylib(thread_start+0xD) [0x7fff9dc31375]&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;-----  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;</comment>
                            <comment id="1156936" author="ramon.fernandez" created="Thu, 28 Jan 2016 18:40:15 +0000"  >&lt;p&gt;From the steps to reproduce:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This does not happen every time. But the time that it did occur, I followed the steps described in the &lt;a href=&quot;https://docs.google.com/document/d/1FKqj8Z1bD8r3JsrKH9r4cJTO-Gi4eIVdOULM-aEwLlA/edit?pli=1#heading=h.mfziovcl8ute&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;CSRS Beta documentation&lt;/a&gt;.  The backtrace occurred 4 seconds after reenabling the balancer.&lt;/p&gt;&lt;/blockquote&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="106801" name="run9007" size="444983" author="tim.olsen@mongodb.com" created="Thu, 28 Jan 2016 16:36:13 +0000"/>
                            <attachment id="106802" name="run9008" size="31611" author="tim.olsen@mongodb.com" created="Thu, 28 Jan 2016 16:36:13 +0000"/>
                            <attachment id="106803" name="run9009" size="30986" author="tim.olsen@mongodb.com" created="Thu, 28 Jan 2016 16:36:13 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12451" key="com.atlassian.jira.plugin.system.customfieldtypes:multiversion">
                        <customfieldname>Backport Completed</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="15909">3.2.3</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 28 Jan 2016 18:40:15 +0000</customfieldvalue>

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


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ian@mongodb.com</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
            <customfieldvalue>scotthernandez</customfieldvalue>
            <customfieldvalue>spencer@mongodb.com</customfieldvalue>
            <customfieldvalue>tim.olsen@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrkjsf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hshtfz:</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="847">Repl F (01/29/16)</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|hsfae7:</customfieldvalue>

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