<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:22: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-10042] Replica fails BSONElement: bad type -53</title>
                <link>https://jira.mongodb.org/browse/SERVER-10042</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We have a replica set with two nodes and one arbiter.&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
        &quot;_id&quot; : &quot;rsstuff&quot;,&lt;br/&gt;
        &quot;version&quot; : 6,&lt;br/&gt;
        &quot;members&quot; : [&lt;br/&gt;
                &lt;/p&gt;
{
                        &quot;_id&quot; : 0,
                        &quot;host&quot; : &quot;LOG-MNG13:27017&quot;,
                        &quot;priority&quot; : 10
                }
&lt;p&gt;,&lt;br/&gt;
                &lt;/p&gt;
{
                        &quot;_id&quot; : 1,
                        &quot;host&quot; : &quot;LOG-MNG23:27017&quot;
                }
&lt;p&gt;,&lt;/p&gt;
                {
                        &quot;_id&quot; : 2,
                        &quot;host&quot; : &quot;LOG-MNG21:27018&quot;,
                        &quot;arbiterOnly&quot; : true
                }
&lt;p&gt;        ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;Last night, the replica have started to fail. I have reviewing the log (I&apos;m going to attach it later), I could see the following:&lt;/p&gt;

&lt;p&gt;1) Communication error (tiemout) from secondary to primary&lt;/p&gt;

&lt;p&gt;Thu Jun 27 02:03:41.524 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 192.168.3.23:61211 #1879438 (200 connections now open)&lt;br/&gt;
Thu Jun 27 02:03:41.883 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSyncNotifier&amp;#93;&lt;/span&gt; Socket recv() timeout  172.29.106.76:27017&lt;br/&gt;
Thu Jun 27 02:03:41.883 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSyncNotifier&amp;#93;&lt;/span&gt; SocketException: remote: 172.29.106.76:27017 error: 9001 socket exception &lt;span class=&quot;error&quot;&gt;&amp;#91;3&amp;#93;&lt;/span&gt; server &lt;span class=&quot;error&quot;&gt;&amp;#91;172.29.106.76:27017&amp;#93;&lt;/span&gt; &lt;br/&gt;
Thu Jun 27 02:03:41.883 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSyncNotifier&amp;#93;&lt;/span&gt; replset tracking exception: exception: 10278 dbclient error communicating with server: log-mng12:27017&lt;/p&gt;

&lt;p&gt;2) Try to reconnect&lt;/p&gt;

&lt;p&gt;Thu Jun 27 02:04:00.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSyncNotifier&amp;#93;&lt;/span&gt; replset setting oplog notifier to log-mng12:27017&lt;br/&gt;
...&lt;br/&gt;
Thu Jun 27 02:04:04.939 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; replSet syncing to: log-mng12:27017&lt;/p&gt;

&lt;p&gt;3) Then there was an error about size (&quot;Size must be between 0 and 16793600(16MB)&quot;). The aggregate.tmp.mr.xxx are temporary collection that they are created during mapreduce operations.&lt;/p&gt;

&lt;p&gt;Thu Jun 27 02:04:05.126 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 2&amp;#93;&lt;/span&gt; build index aggregate.tmp.mr.Statistics_HotelsMeansEntryAvailability_52339_inc &lt;/p&gt;
{ _id: 1 }
&lt;p&gt;Thu Jun 27 02:04:05.126 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 2&amp;#93;&lt;/span&gt; build index done.  scanned 0 total records. 0.001 secs&lt;br/&gt;
Thu Jun 27 02:04:05.126 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 2&amp;#93;&lt;/span&gt; info: creating collection aggregate.tmp.mr.Statistics_HotelsMeansEntryAvailability_52339_inc on add index&lt;br/&gt;
Thu Jun 27 02:04:05.126 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 2&amp;#93;&lt;/span&gt; build index aggregate.tmp.mr.Statistics_HotelsMeansEntryAvailability_52339_inc &lt;/p&gt;
{ 0: 1 }
&lt;p&gt;Thu Jun 27 02:04:05.126 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 2&amp;#93;&lt;/span&gt; build index done.  scanned 0 total records. 0 secs&lt;br/&gt;
Thu Jun 27 02:04:05.126 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 1&amp;#93;&lt;/span&gt; build index aggregate.tmp.mr.Statistics_HotelsMeansEntryAvailability_52339 &lt;/p&gt;
{ _id: 1 }
&lt;p&gt;Thu Jun 27 02:04:05.126 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 1&amp;#93;&lt;/span&gt; build index done.  scanned 0 total records. 0.001 secs&lt;br/&gt;
Thu Jun 27 02:04:05.126 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 1&amp;#93;&lt;/span&gt; info: indexing in foreground on this replica; was a background index build on the primary&lt;br/&gt;
Thu Jun 27 02:04:05.126 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 1&amp;#93;&lt;/span&gt; build index aggregate.tmp.mr.Statistics_HotelsMeansEntryAvailability_52339 &lt;/p&gt;
{ _id.f: 1.0, _id.dc: 1.0, _id.dz: 1.0, _id.dh: 1.0, _id.arr: 1.0, _id.nights: 1.0, _id.na: 1.0, _id.nc: 1.0 }
&lt;p&gt;Thu Jun 27 02:04:05.142 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 1&amp;#93;&lt;/span&gt; build index done.  scanned 0 total records. 0 secs&lt;br/&gt;
Thu Jun 27 02:04:05.142 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 1&amp;#93;&lt;/span&gt; build index aggregate.tmp.mr.Statistics_HotelsBookingEngine_52338_inc &lt;/p&gt;
{ _id: 1 }
&lt;p&gt;Thu Jun 27 02:04:05.142 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; Assertion: 10334:BSONObj size: 1845624932 (0x6400026E) is invalid. Size must be between 0 and 16793600(16MB) First element: : ?type=115&lt;br/&gt;
Thu Jun 27 02:04:05.142 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 1&amp;#93;&lt;/span&gt; build index done.  scanned 0 total records. 0.001 secs&lt;br/&gt;
Thu Jun 27 02:04:05.142 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 1&amp;#93;&lt;/span&gt; info: creating collection aggregate.tmp.mr.Statistics_HotelsBookingEngine_52338_inc on add index&lt;br/&gt;
Thu Jun 27 02:04:05.142 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 1&amp;#93;&lt;/span&gt; build index aggregate.tmp.mr.Statistics_HotelsBookingEngine_52338_inc &lt;/p&gt;
{ 0: 1 }
&lt;p&gt;Thu Jun 27 02:04:05.142 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 1&amp;#93;&lt;/span&gt; build index done.  scanned 0 total records. 0 secs&lt;br/&gt;
Thu Jun 27 02:04:05.158 &lt;span class=&quot;error&quot;&gt;&amp;#91;repl writer worker 7&amp;#93;&lt;/span&gt; build index aggregate.tmp.mr.Statistics_HotelsBookingEngine_52338 &lt;/p&gt;
{ _id: 1 }

&lt;p&gt;4) Then the log shows a dump&lt;/p&gt;

&lt;p&gt;Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\util\stacktrace.cpp(189)                           mongo::printStackTrace+0x3e&lt;br/&gt;
Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\util\assert_util.cpp(159)                          mongo::msgasserted+0xc1&lt;br/&gt;
Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\bson\bson-inl.h(219)                               mongo::BSONObj::_assertInvalid+0x3e6&lt;br/&gt;
Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\client\dbclientcursor.cpp(238)                     mongo::DBClientCursor::next+0x153&lt;br/&gt;
Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\client\dbclientcursor.h(78)                        mongo::DBClientCursor::nextSafe+0x43&lt;br/&gt;
Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\db\oplogreader.h(127)                              mongo::OplogReader::nextSafe+0x44&lt;br/&gt;
Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\db\repl\bgsync.cpp(351)                            mongo::replset::BackgroundSync::produce+0x457&lt;br/&gt;
Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\db\repl\bgsync.cpp(241)                            mongo::replset::BackgroundSync::producerThread+0x98&lt;br/&gt;
Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\third_party\boost\libs\thread\src\win32\thread.cpp(180)  boost::`anonymous namespace&apos;::thread_start_function+0x21&lt;br/&gt;
Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; mongod.exe    f:\dd\vctools\crt_bld\self_64_amd64\crt\src\threadex.c(314)      _callthreadstartex+0x17&lt;br/&gt;
Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; mongod.exe    f:\dd\vctools\crt_bld\self_64_amd64\crt\src\threadex.c(292)      _threadstartex+0x7f&lt;br/&gt;
Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; KERNEL32.DLL                                                                   BaseThreadInitThunk+0x1a&lt;br/&gt;
Thu Jun 27 02:04:05.672 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsBackgroundSync&amp;#93;&lt;/span&gt; replSet db exception in producer: 10334 BSONObj size: 1845624932 (0x6400026E) is invalid. Size must be between 0 and 16793600(16MB) First element: : ?type=115&lt;/p&gt;

&lt;p&gt;5) Then, I could see &quot;BSONElement: bad type -53&quot;&lt;/p&gt;

&lt;p&gt;Thu Jun 27 02:04:09.931 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 172.29.106.46:51733 #1879639 (201 connections now open)&lt;br/&gt;
Thu Jun 27 02:04:10.150 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; Assertion: 10320:BSONElement: bad type -53&lt;br/&gt;
Thu Jun 27 02:04:10.259 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1879163&amp;#93;&lt;/span&gt; end connection 172.29.106.52:16844 (200 connections now open)&lt;br/&gt;
Thu Jun 27 02:04:10.259 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 172.29.106.52:19619 #1879640 (201 connections now open)&lt;br/&gt;
Thu Jun 27 02:04:10.337 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 172.29.106.51:5754 #1879641 (202 connections now open)&lt;br/&gt;
Thu Jun 27 02:04:10.337 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1879641&amp;#93;&lt;/span&gt; end connection 172.29.106.51:5754 (201 connections now open)&lt;br/&gt;
Thu Jun 27 02:04:10.462 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 172.29.106.51:5756 #1879642 (202 connections now open)&lt;br/&gt;
Thu Jun 27 02:04:10.462 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1879642&amp;#93;&lt;/span&gt; end connection 172.29.106.51:5756 (201 connections now open)&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\util\stacktrace.cpp(189)                           mongo::printStackTrace+0x3e&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\util\assert_util.cpp(159)                          mongo::msgasserted+0xc1&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\bson\bson-inl.h(673)                               mongo::BSONElement::size+0x1b5&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\db\repl\rs_sync.cpp(484)                           mongo::replset::SyncTail::tryPopAndWaitForMore+0x161&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\db\repl\rs_sync.cpp(380)                           mongo::replset::SyncTail::oplogApplication+0x449&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\db\repl\rs_sync.cpp(723)                           mongo::ReplSetImpl::_syncThread+0x9c&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\db\repl\rs_sync.cpp(743)                           mongo::ReplSetImpl::syncThread+0xdc&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\mongo\db\repl\rs_sync.cpp(769)                           mongo::startSyncThread+0x8a&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; mongod.exe    ...\src\third_party\boost\libs\thread\src\win32\thread.cpp(180)  boost::`anonymous namespace&apos;::thread_start_function+0x21&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; mongod.exe    f:\dd\vctools\crt_bld\self_64_amd64\crt\src\threadex.c(314)      _callthreadstartex+0x17&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; mongod.exe    f:\dd\vctools\crt_bld\self_64_amd64\crt\src\threadex.c(292)      _threadstartex+0x7f&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; KERNEL32.DLL                                                                   BaseThreadInitThunk+0x1a&lt;br/&gt;
Thu Jun 27 02:04:10.680 &lt;span class=&quot;error&quot;&gt;&amp;#91;rsSync&amp;#93;&lt;/span&gt; replSet syncThread: 10320 BSONElement: bad type -53&lt;/p&gt;</description>
                <environment>Sun Jun 23 06:49:45.238 [initandlisten] db version v2.4.4&lt;br/&gt;
Sun Jun 23 06:49:45.238 [initandlisten] git version: 4ec1fb96702c9d4c57b1e06dd34eb73a16e407d2&lt;br/&gt;
Sun Jun 23 06:49:45.238 [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack=&amp;#39;Service Pack 1&amp;#39;) BOOST_LIB_VERSION=1_49&lt;br/&gt;
</environment>
        <key id="80485">SERVER-10042</key>
            <summary>Replica fails BSONElement: bad type -53</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="9">Done</resolution>
                                        <assignee username="david.hows">David Hows</assignee>
                                    <reporter username="david.verdejo@logitravel.com">David Verdejo</reporter>
                        <labels>
                            <label>bad</label>
                            <label>bsonelement</label>
                            <label>replication</label>
                            <label>type</label>
                    </labels>
                <created>Thu, 27 Jun 2013 07:07:33 +0000</created>
                <updated>Tue, 16 Nov 2021 13:22:08 +0000</updated>
                            <resolved>Mon, 30 Sep 2013 02:59:30 +0000</resolved>
                                    <version>2.4.4</version>
                                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="420699" author="david.hows" created="Mon, 9 Sep 2013 05:06:59 +0000"  >&lt;p&gt;Hi David,&lt;/p&gt;

&lt;p&gt;Looking over things it appears that you may have some corruption within your oplog.&lt;/p&gt;

&lt;p&gt;Can you arrange to run the following &lt;span class=&quot;error&quot;&gt;&amp;#91;validate|docs.mongodb.org/manual/reference/command/validate/&amp;#93;&lt;/span&gt; command at some point to confirm if there is corruption:&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;   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;db.getSiblingDB(&quot;local&quot;).oplog.rs.validate(true)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;Please be aware that validate does have a performance overhead, so run it during off-peak or a maintenance window.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
David Hows&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="28351" name="mongo_20130627_badtype-53.zip" size="5261795" author="david.verdejo@logitravel.com" created="Thu, 27 Jun 2013 07:11:22 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 9 Sep 2013 05:06:59 +0000</customfieldvalue>

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


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_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>
                            10 years, 23 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[Windows]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>david.hows</customfieldvalue>
            <customfieldvalue>david.verdejo@logitravel.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmozz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrrdg7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>73561</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_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;We have a replica set with two nodes and one arbiter and mapreduce operations.&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|hs9wn3:</customfieldvalue>

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