<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:03:10 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-3476] exception 13636 createPrivateMap failed when journal = true</title>
                <link>https://jira.mongodb.org/browse/SERVER-3476</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;This morning we&apos;ve been swamped by the following error messages:&lt;/p&gt;

&lt;p&gt;Tue Jul 26 11:28:22 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1899&amp;#93;&lt;/span&gt; insert pankia_production.articles exception 13636 createPrivateMap failed (look in log for error) 6ms&lt;br/&gt;
Tue Jul 26 11:28:22 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1892&amp;#93;&lt;/span&gt; ERROR: mmap private failed with out of memory. (64 bit build)&lt;br/&gt;
Tue Jul 26 11:28:22 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1892&amp;#93;&lt;/span&gt; Assertion: 13636:createPrivateMap failed (look in log for error)&lt;br/&gt;
0x55f5aa 0x629030 0x62999c 0x7826aa 0x769d0b 0x76a0aa 0x76a2a0 0x779aee 0x77b4cf 0x7595bd 0x75b23f 0x8a8fce 0x8bb630 0x7fab0e45e8ba 0x7fab0da1a02d &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11msgassertedEiPKc+0x12a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x55f5aa&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo8MongoMMF13finishOpeningEv+0x60) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x629030&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo8MongoMMF6createESsRyb+0x6c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x62999c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo13MongoDataFile4openEPKcib+0x13a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7826aa&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo8Database7getFileEiib+0x17b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x769d0b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo8Database12suitableFileEib+0x3a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x76a0aa&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo8Database11allocExtentEPKcib+0x70) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x76a2a0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr6insertEPKcPKvibRKNS_11BSONElementEb+0x98e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x779aee&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11DataFileMgr16insertWithObjModEPKcRNS_7BSONObjEb+0x5f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x77b4cf&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo14receivedInsertERNS_7MessageERNS_5CurOpE+0x37d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7595bd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0x192f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x75b23f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10connThreadEPNS_13MessagingPortE+0x21e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8a8fce&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8bb630&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libpthread.so.0(+0x68ba) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fab0e45e8ba&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fab0da1a02d&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;It didn&apos;t crash, but some write operation failed consistently.&lt;/p&gt;

&lt;p&gt;Now we commented out &quot;journal = true&quot; line from /etc/mongodb.conf, and everything went back to normal, it seems. We&apos;ve confirmed that if we set &quot;journal = true&quot; again, the above log start to appear again, so it&apos;s reproducible here.&lt;/p&gt;

&lt;p&gt;The server has 4GB RAM on 64bit Linux, and there are 6.4GB of files under /var/lib/mongodb/.&lt;/p&gt;

&lt;p&gt;If you need more info, let me know.&lt;/p&gt;</description>
                <environment>64bit Debian 6 (2.6.39.1-x86_64)</environment>
        <key id="20134">SERVER-3476</key>
            <summary>exception 13636 createPrivateMap failed when journal = true</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.mongodb.org/images/icons/priorities/blocker.svg">Blocker - P1</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="mathias@mongodb.com">Mathias Stearn</assignee>
                                    <reporter username="kenn">Kenn Ejima</reporter>
                        <labels>
                    </labels>
                <created>Tue, 26 Jul 2011 12:01:49 +0000</created>
                <updated>Wed, 13 Jul 2016 11:51:24 +0000</updated>
                            <resolved>Wed, 27 Jul 2011 10:50:42 +0000</resolved>
                                    <version>1.8.2</version>
                                                    <component>Storage</component>
                                        <votes>1</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="44766" author="eliot" created="Wed, 27 Jul 2011 10:50:42 +0000"  >&lt;p&gt;See &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3489&quot; title=&quot;check for overcommit_memory settings&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3489&quot;&gt;&lt;del&gt;SERVER-3489&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="44696" author="kenn" created="Wed, 27 Jul 2011 00:51:44 +0000"  >&lt;p&gt;Ok, I just set it to 1, and the immediate errors after restart are gone - we&apos;ll see.&lt;/p&gt;

&lt;p&gt;You should make clear in the doc that journaling requires overcommit - I believe many DBAs have a habit to set vm.overcommit_memory = 2 upon setup a new machine. I need to adjust myself to the new way. &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;I&apos;ll update this ticket when the insertion error is back - if I don&apos;t, consider things are going well.&lt;/p&gt;</comment>
                            <comment id="44694" author="redbeard0531" created="Wed, 27 Jul 2011 00:26:53 +0000"  >&lt;p&gt;Well journalling basically requires overcommit. We private map all of your data which counts as &quot;committed&quot; even if only ~100MB max is needed in ram at once. &lt;/p&gt;

&lt;p&gt;As to the full crash recovery issue, luckly this is only important with journalling on which means that you shouldn&apos;t need a full recovery, just a journal replay.&lt;/p&gt;</comment>
                            <comment id="44692" author="kenn" created="Wed, 27 Jul 2011 00:16:48 +0000"  >&lt;p&gt;Are you sure it&apos;s a good idea?&lt;/p&gt;

&lt;p&gt;My thought was that, as MongoDB tries to fully mmap its RAM and there aren&apos;t much free memory, it&apos;s likely that OOM killer wakes up when, say, another large process is invoked on the same machine (we have monit / munin running periodically, and run Rails console from time to time, which consumes 100MB+ of memory per instance), and OOM killer will choose MongoDB to kill forcibly because it allocates the largest chunk of memory.&lt;/p&gt;

&lt;p&gt;If that&apos;s the case, it&apos;s the worst scenario as it requires full crash recovery, particularly because we turned off journaling right now. I&apos;d like to hear that my assumption here is wrong before change the setting - it&apos;s our production system.&lt;/p&gt;</comment>
                            <comment id="44690" author="redbeard0531" created="Wed, 27 Jul 2011 00:15:45 +0000"  >&lt;p&gt;try setting that to either 0 or 1.&lt;/p&gt;

&lt;p&gt;from man 5 proc:&lt;/p&gt;

&lt;p&gt;                     0: heuristic overcommit (this is the default)&lt;br/&gt;
                     1: always overcommit, never check&lt;br/&gt;
                     2: always check, never overcommit&lt;/p&gt;



</comment>
                            <comment id="44683" author="redbeard0531" created="Tue, 26 Jul 2011 23:56:22 +0000"  >&lt;p&gt;try setting that to either 0 or 1.&lt;/p&gt;

&lt;p&gt;from man 5 proc:&lt;/p&gt;

&lt;p&gt;                    0: heuristic overcommit (this is the default)&lt;br/&gt;
                    1: always overcommit, never check&lt;br/&gt;
                    2: always check, never overcommit&lt;/p&gt;</comment>
                            <comment id="44679" author="kenn" created="Tue, 26 Jul 2011 23:29:55 +0000"  >&lt;p&gt;2.&lt;/p&gt;

&lt;p&gt;Also we&apos;ve set the following in /etc/sysctl.conf.&lt;/p&gt;

&lt;p&gt;vm.swappiness = 0&lt;br/&gt;
vm.overcommit_memory = 2&lt;br/&gt;
vm.overcommit_ratio = 99&lt;/p&gt;</comment>
                            <comment id="44656" author="redbeard0531" created="Tue, 26 Jul 2011 22:38:34 +0000"  >&lt;p&gt;what is the value of /proc/sys/vm/overcommit_memory?&lt;/p&gt;</comment>
                            <comment id="44490" author="kenn" created="Tue, 26 Jul 2011 12:55:28 +0000"  >&lt;p&gt;For the record, the errors that immediately appeared after restart were slightly different:&lt;/p&gt;

&lt;p&gt;Tue Jul 26 12:26:12 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn10&amp;#93;&lt;/span&gt; assertion 13636 createPrivateMap failed (look in log for error) ns:pankia_production.system.namespaces query:{}&lt;br/&gt;
Tue Jul 26 12:26:12 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn10&amp;#93;&lt;/span&gt; end connection 192.168.12.34:59324&lt;/p&gt;

&lt;p&gt;So, it&apos;s not an insertion error as I reported originally - the immediate errors seem to happen while Rails servers reconnect to the MongoDB. It&apos;s possible they are separate issues (but hitting the same error).&lt;/p&gt;</comment>
                            <comment id="44484" author="kenn" created="Tue, 26 Jul 2011 12:28:17 +0000"  >&lt;p&gt;Sure.&lt;br/&gt;
Note that this problem immediately start to occur after reboot with the journal = true setting.&lt;/p&gt;

&lt;p&gt;Before the error (without journal = true):&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;free -ltm&lt;br/&gt;
             total       used       free     shared    buffers     cached&lt;br/&gt;
Mem:          3945       3914         31          0        135       3567&lt;br/&gt;
Low:          3945       3914         31&lt;br/&gt;
High:            0          0          0&lt;br/&gt;
-/+ buffers/cache:        211       3734&lt;br/&gt;
Swap:          255          0        255&lt;br/&gt;
Total:        4201       3914        287&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&amp;gt; db.serverStatus()&lt;br/&gt;
{&lt;br/&gt;
	&quot;host&quot; : &quot;mongo&quot;,&lt;br/&gt;
	&quot;version&quot; : &quot;1.8.2&quot;,&lt;br/&gt;
	&quot;process&quot; : &quot;mongod&quot;,&lt;br/&gt;
	&quot;uptime&quot; : 1993,&lt;br/&gt;
	&quot;uptimeEstimate&quot; : 1978,&lt;br/&gt;
	&quot;localTime&quot; : ISODate(&quot;2011-07-26T12:22:51.212Z&quot;),&lt;br/&gt;
	&quot;globalLock&quot; : {&lt;br/&gt;
		&quot;totalTime&quot; : 1992693214,&lt;br/&gt;
		&quot;lockTime&quot; : 5188938,&lt;br/&gt;
		&quot;ratio&quot; : 0.0026039823709662112,&lt;br/&gt;
		&quot;currentQueue&quot; : &lt;/p&gt;
{
			&quot;total&quot; : 0,
			&quot;readers&quot; : 0,
			&quot;writers&quot; : 0
		}
&lt;p&gt;,&lt;br/&gt;
		&quot;activeClients&quot; : &lt;/p&gt;
{
			&quot;total&quot; : 0,
			&quot;readers&quot; : 0,
			&quot;writers&quot; : 0
		}
&lt;p&gt;	},&lt;br/&gt;
	&quot;mem&quot; : &lt;/p&gt;
{
		&quot;bits&quot; : 64,
		&quot;resident&quot; : 530,
		&quot;virtual&quot; : 4395,
		&quot;supported&quot; : true,
		&quot;mapped&quot; : 4047
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;connections&quot; : &lt;/p&gt;
{
		&quot;current&quot; : 18,
		&quot;available&quot; : 801
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;extra_info&quot; : &lt;/p&gt;
{
		&quot;note&quot; : &quot;fields vary by platform&quot;,
		&quot;heap_usage_bytes&quot; : 2536512,
		&quot;page_faults&quot; : 949
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;indexCounters&quot; : {&lt;br/&gt;
		&quot;btree&quot; : &lt;/p&gt;
{
			&quot;accesses&quot; : 466,
			&quot;hits&quot; : 466,
			&quot;misses&quot; : 0,
			&quot;resets&quot; : 0,
			&quot;missRatio&quot; : 0
		}
&lt;p&gt;	},&lt;br/&gt;
	&quot;backgroundFlushing&quot; : &lt;/p&gt;
{
		&quot;flushes&quot; : 33,
		&quot;total_ms&quot; : 168,
		&quot;average_ms&quot; : 5.090909090909091,
		&quot;last_ms&quot; : 5,
		&quot;last_finished&quot; : ISODate(&quot;2011-07-26T12:22:38.529Z&quot;)
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;cursors&quot; : &lt;/p&gt;
{
		&quot;totalOpen&quot; : 0,
		&quot;clientCursors_size&quot; : 0,
		&quot;timedOut&quot; : 0
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;network&quot; : &lt;/p&gt;
{
		&quot;bytesIn&quot; : 25162841,
		&quot;bytesOut&quot; : 64681025,
		&quot;numRequests&quot; : 320346
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;opcounters&quot; : &lt;/p&gt;
{
		&quot;insert&quot; : 1494,
		&quot;query&quot; : 310784,
		&quot;update&quot; : 2707,
		&quot;delete&quot; : 406,
		&quot;getmore&quot; : 0,
		&quot;command&quot; : 9020
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;asserts&quot; : &lt;/p&gt;
{
		&quot;regular&quot; : 0,
		&quot;warning&quot; : 0,
		&quot;msg&quot; : 0,
		&quot;user&quot; : 0,
		&quot;rollovers&quot; : 0
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;writeBacksQueued&quot; : false,&lt;br/&gt;
	&quot;ok&quot; : 1&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;During the error (set journal = true, then restart):&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;free -ltm&lt;br/&gt;
             total       used       free     shared    buffers     cached&lt;br/&gt;
Mem:          3945       3902         42          0        135       3567&lt;br/&gt;
Low:          3945       3902         42&lt;br/&gt;
High:            0          0          0&lt;br/&gt;
-/+ buffers/cache:        199       3746&lt;br/&gt;
Swap:          255          0        255&lt;br/&gt;
Total:        4201       3902        298&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&amp;gt; db.serverStatus()&lt;br/&gt;
{&lt;br/&gt;
	&quot;host&quot; : &quot;mongo&quot;,&lt;br/&gt;
	&quot;version&quot; : &quot;1.8.2&quot;,&lt;br/&gt;
	&quot;process&quot; : &quot;mongod&quot;,&lt;br/&gt;
	&quot;uptime&quot; : 133,&lt;br/&gt;
	&quot;uptimeEstimate&quot; : 131,&lt;br/&gt;
	&quot;localTime&quot; : ISODate(&quot;2011-07-26T12:27:47.479Z&quot;),&lt;br/&gt;
	&quot;globalLock&quot; : {&lt;br/&gt;
		&quot;totalTime&quot; : 133022016,&lt;br/&gt;
		&quot;lockTime&quot; : 370294,&lt;br/&gt;
		&quot;ratio&quot; : 0.002783704616234353,&lt;br/&gt;
		&quot;currentQueue&quot; : &lt;/p&gt;
{
			&quot;total&quot; : 0,
			&quot;readers&quot; : 0,
			&quot;writers&quot; : 0
		}
&lt;p&gt;,&lt;br/&gt;
		&quot;activeClients&quot; : &lt;/p&gt;
{
			&quot;total&quot; : 0,
			&quot;readers&quot; : 0,
			&quot;writers&quot; : 0
		}
&lt;p&gt;	},&lt;br/&gt;
	&quot;mem&quot; : &lt;/p&gt;
{
		&quot;bits&quot; : 64,
		&quot;resident&quot; : 4,
		&quot;virtual&quot; : 177,
		&quot;supported&quot; : true,
		&quot;mapped&quot; : 0
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;connections&quot; : &lt;/p&gt;
{
		&quot;current&quot; : 1,
		&quot;available&quot; : 818
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;extra_info&quot; : &lt;/p&gt;
{
		&quot;note&quot; : &quot;fields vary by platform&quot;,
		&quot;heap_usage_bytes&quot; : 206176,
		&quot;page_faults&quot; : 0
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;indexCounters&quot; : {&lt;br/&gt;
		&quot;btree&quot; : &lt;/p&gt;
{
			&quot;accesses&quot; : 0,
			&quot;hits&quot; : 0,
			&quot;misses&quot; : 0,
			&quot;resets&quot; : 0,
			&quot;missRatio&quot; : 0
		}
&lt;p&gt;	},&lt;br/&gt;
	&quot;backgroundFlushing&quot; : &lt;/p&gt;
{
		&quot;flushes&quot; : 2,
		&quot;total_ms&quot; : 0,
		&quot;average_ms&quot; : 0,
		&quot;last_ms&quot; : 0,
		&quot;last_finished&quot; : ISODate(&quot;2011-07-26T12:27:34.458Z&quot;)
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;cursors&quot; : &lt;/p&gt;
{
		&quot;totalOpen&quot; : 0,
		&quot;clientCursors_size&quot; : 0,
		&quot;timedOut&quot; : 0
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;network&quot; : &lt;/p&gt;
{
		&quot;bytesIn&quot; : 3285,
		&quot;bytesOut&quot; : 4981,
		&quot;numRequests&quot; : 53
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;opcounters&quot; : &lt;/p&gt;
{
		&quot;insert&quot; : 0,
		&quot;query&quot; : 18,
		&quot;update&quot; : 0,
		&quot;delete&quot; : 0,
		&quot;getmore&quot; : 0,
		&quot;command&quot; : 37
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;asserts&quot; : &lt;/p&gt;
{
		&quot;regular&quot; : 0,
		&quot;warning&quot; : 17,
		&quot;msg&quot; : 0,
		&quot;user&quot; : 0,
		&quot;rollovers&quot; : 0
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;writeBacksQueued&quot; : false,&lt;br/&gt;
	&quot;dur&quot; : {&lt;br/&gt;
		&quot;commits&quot; : 0,&lt;br/&gt;
		&quot;journaledMB&quot; : 0,&lt;br/&gt;
		&quot;writeToDataFilesMB&quot; : 0,&lt;br/&gt;
		&quot;commitsInWriteLock&quot; : 0,&lt;br/&gt;
		&quot;earlyCommits&quot; : 0,&lt;br/&gt;
		&quot;timeMs&quot; : &lt;/p&gt;
{
			&quot;dt&quot; : 3006,
			&quot;prepLogBuffer&quot; : 0,
			&quot;writeToJournal&quot; : 0,
			&quot;writeToDataFiles&quot; : 0,
			&quot;remapPrivateView&quot; : 0
		}
&lt;p&gt;	},&lt;br/&gt;
	&quot;ok&quot; : 1&lt;br/&gt;
}&lt;/p&gt;</comment>
                            <comment id="44481" author="scotthernandez" created="Tue, 26 Jul 2011 12:15:40 +0000"  >&lt;p&gt;Can you include &quot;free -ltm&quot; and db.serverStatus() right before and during this error, if you can reproduce it.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="20193">SERVER-3489</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 26 Jul 2011 12:15:40 +0000</customfieldvalue>

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


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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 30 weeks 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="10020"><![CDATA[Linux]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>kenn</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
            <customfieldvalue>scotthernandez</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrov8n:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>23228</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrzacn:</customfieldvalue>

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