<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:55:40 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-968] Crash from DataFileSync and dropDatabase</title>
                <link>https://jira.mongodb.org/browse/SERVER-968</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;while (1) { db.c.insert({}); db.dropDatabase() }&lt;/p&gt;

&lt;p&gt;Crashes on master with --syncdelay 1&lt;br/&gt;
Works on master with --syncdelay 0&lt;br/&gt;
Works on 1.4.0 with --syncdelay 1&lt;/p&gt;</description>
                <environment></environment>
        <key id="11704">SERVER-968</key>
            <summary>Crash from DataFileSync and dropDatabase</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="eliot">Eliot Horowitz</assignee>
                                    <reporter username="mathias@mongodb.com">Mathias Stearn</reporter>
                        <labels>
                    </labels>
                <created>Mon, 5 Apr 2010 20:06:37 +0000</created>
                <updated>Tue, 12 Jul 2016 00:29:25 +0000</updated>
                            <resolved>Sat, 25 Sep 2010 08:21:42 +0000</resolved>
                                                    <fixVersion>1.7.1</fixVersion>
                                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="18530" author="eliot" created="Sat, 25 Sep 2010 08:21:42 +0000"  >&lt;p&gt;I think was actually fixed sooner - but not sure.&lt;/p&gt;</comment>
                            <comment id="13450" author="redbeard0531" created="Mon, 5 Apr 2010 23:22:30 +0000"  >&lt;p&gt;$ ./mongod --syncdelay 1&lt;br/&gt;
Mon Apr  5 23:20:36 Mongo DB : starting : pid = 1659 port = 27017 dbpath = /data/db/ master = 0 slave = 0  64-bit &lt;br/&gt;
****&lt;br/&gt;
WARNING: This is development version of MongoDB.  Not recommended for production.&lt;br/&gt;
****&lt;br/&gt;
Mon Apr  5 23:20:36 db version v1.5.0-pre-, pdfile version 4.5&lt;br/&gt;
Mon Apr  5 23:20:36 git version: bbabbd2fedd4bcdfebc92ba7f5e38e4c7973d754&lt;br/&gt;
Mon Apr  5 23:20:36 sys info: Linux redbeard 2.6.32-ARCH #1 SMP PREEMPT Mon Mar 15 20:44:03 CET 2010 x86_64 BOOST_LIB_VERSION=1_41&lt;br/&gt;
Mon Apr  5 23:20:36 waiting for connections on port 27017&lt;br/&gt;
Mon Apr  5 23:20:36 web admin interface listening on port 28017&lt;br/&gt;
Mon Apr  5 23:20:41 connection accepted from 127.0.0.1:51830 #1&lt;br/&gt;
Mon Apr  5 23:20:51 allocating new datafile /data/db/test.ns, filling with zeroes...&lt;br/&gt;
Mon Apr  5 23:20:51 done allocating datafile /data/db/test.ns, size: 16MB, took 0.005 secs&lt;br/&gt;
Mon Apr  5 23:20:51 allocating new datafile /data/db/test.0, filling with zeroes...&lt;br/&gt;
Mon Apr  5 23:20:51 done allocating datafile /data/db/test.0, size: 64MB, took 0.021 secs&lt;br/&gt;
Mon Apr  5 23:20:51 building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for test.c&lt;br/&gt;
Mon Apr  5 23:20:51 Buildindex test.c idxNo:0 { name: &quot;&lt;em&gt;id&lt;/em&gt;&quot;, ns: &quot;test.c&quot;, key: &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; }&lt;br/&gt;
Mon Apr  5 23:20:51 done for 0 records 0secs&lt;br/&gt;
Mon Apr  5 23:20:51 dropDatabase test.$cmd&lt;br/&gt;
Mon Apr  5 23:20:51 allocating new datafile /data/db/test.ns, filling with zeroes...&lt;br/&gt;
Mon Apr  5 23:20:51 done allocating datafile /data/db/test.ns, size: 16MB, took 0.005 secs&lt;br/&gt;
Mon Apr  5 23:20:51 allocating new datafile /data/db/test.0, filling with zeroes...&lt;br/&gt;
Mon Apr  5 23:20:51 done allocating datafile /data/db/test.0, size: 64MB, took 0.023 secs&lt;br/&gt;
Mon Apr  5 23:20:51 building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for test.c&lt;br/&gt;
Mon Apr  5 23:20:51 Buildindex test.c idxNo:0 { name: &quot;&lt;em&gt;id&lt;/em&gt;&quot;, ns: &quot;test.c&quot;, key: &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; }&lt;br/&gt;
Mon Apr  5 23:20:51 done for 0 records 0secs&lt;br/&gt;
Mon Apr  5 23:20:51 dropDatabase test.$cmd&lt;br/&gt;
pure virtual method called&lt;br/&gt;
Mon Apr  5 23:20:51  terminate() called, printing stack:&lt;br/&gt;
0x632e90 0x7f8d95cf26f6 0x7f8d95cf2723 0x7f8d95cf2fff 0x4cd992 0x640746 0x4cc1e0 0x7f8d9581c147 0x7f8d95f4288a 0x7f8d945919ed &lt;br/&gt;
 ./mongod(_ZN5mongo11myterminateEv+0x50) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x632e90&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xca6f6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf26f6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xca723) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf2723&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xcafff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf2fff&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo9MongoFile8flushAllEb+0x62) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4cd992&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo12DataFileSync3runEv+0x186) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x640746&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo13BackgroundJob3thrEv+0x40) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4cc1e0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libboost_thread-mt.so.1.41.0(thread_proxy+0x77) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d9581c147&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libpthread.so.0(+0x688a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95f4288a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d945919ed&amp;#93;&lt;/span&gt;&lt;br/&gt;
Mon Apr  5 23:20:51  Got signal: 6 (Aborted).&lt;br/&gt;
Mon Apr  5 23:20:51  Backtrace:&lt;br/&gt;
0x633aa9 0x7f8d944f5050 0x7f8d944f4fd5 0x7f8d944f63f0 0x632f8d 0x7f8d95cf26f6 0x7f8d95cf2723 0x7f8d95cf2fff 0x4cd992 0x640746 0x4cc1e0 0x7f8d9581c147 0x7f8d95f4288a 0x7f8d945919ed &lt;br/&gt;
 ./mongod(_ZN5mongo10abruptQuitEi+0x3d9) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x633aa9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(+0x32050) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d944f5050&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(gsignal+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d944f4fd5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(abort+0x180) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d944f63f0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11myterminateEv+0x14d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x632f8d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xca6f6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf26f6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xca723) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf2723&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xcafff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf2fff&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo9MongoFile8flushAllEb+0x62) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4cd992&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo12DataFileSync3runEv+0x186) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x640746&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo13BackgroundJob3thrEv+0x40) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4cc1e0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libboost_thread-mt.so.1.41.0(thread_proxy+0x77) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d9581c147&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libpthread.so.0(+0x688a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95f4288a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d945919ed&amp;#93;&lt;/span&gt;&lt;br/&gt;
Mon Apr  5 23:20:51  dbexit: &lt;br/&gt;
Mon Apr  5 23:20:51 	 shutdown: going to close listening sockets...&lt;br/&gt;
Mon Apr  5 23:20:51 	 going to close listening socket: 5&lt;br/&gt;
Mon Apr  5 23:20:51 	 going to close listening socket: 6&lt;br/&gt;
Mon Apr  5 23:20:51 	 going to close listening socket: 7&lt;br/&gt;
Mon Apr  5 23:20:51 	 going to close listening socket: 8&lt;br/&gt;
Mon Apr  5 23:20:51 	 going to close listening socket: 9&lt;br/&gt;
Mon Apr  5 23:20:51 	 going to close listening socket: 10&lt;br/&gt;
Mon Apr  5 23:20:51 	 shutdown: going to flush oplog...&lt;br/&gt;
Mon Apr  5 23:20:51 	 shutdown: going to close sockets...&lt;br/&gt;
Mon Apr  5 23:20:51 	 shutdown: waiting for fs preallocator...&lt;br/&gt;
Mon Apr  5 23:20:51 	 shutdown: closing all files...&lt;br/&gt;
pure virtual method called&lt;br/&gt;
Mon Apr  5 23:20:51  terminate() called, printing stack:&lt;br/&gt;
0x632e90 0x7f8d95cf26f6 0x7f8d95cf2723 0x7f8d95cf2fff 0x4ce43d 0x59f12f 0x59f863 0x633bda 0x7f8d944f5050 0x7f8d944f4fd5 0x7f8d944f63f0 0x632f8d 0x7f8d95cf26f6 0x7f8d95cf2723 0x7f8d95cf2fff 0x4cd992 0x640746 0x4cc1e0 0x7f8d9581c147 0x7f8d95f4288a &lt;br/&gt;
 ./mongod(_ZN5mongo11myterminateEv+0x50) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x632e90&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xca6f6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf26f6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xca723) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf2723&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xcafff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf2fff&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo9MongoFile13closeAllFilesERSt18basic_stringstreamIcSt11char_traitsIcESaIcEE+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4ce43d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8shutdownEv+0x50f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x59f12f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo6dbexitENS_8ExitCodeEPKc+0x1c3) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x59f863&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo10abruptQuitEi+0x50a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x633bda&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(+0x32050) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d944f5050&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(gsignal+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d944f4fd5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(abort+0x180) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d944f63f0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11myterminateEv+0x14d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x632f8d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xca6f6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf26f6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xca723) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf2723&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xcafff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf2fff&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo9MongoFile8flushAllEb+0x62) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4cd992&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo12DataFileSync3runEv+0x186) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x640746&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo13BackgroundJob3thrEv+0x40) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4cc1e0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libboost_thread-mt.so.1.41.0(thread_proxy+0x77) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d9581c147&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libpthread.so.0(+0x688a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95f4288a&amp;#93;&lt;/span&gt;&lt;br/&gt;
Mon Apr  5 23:20:51  Got signal: 6 (Aborted).&lt;br/&gt;
Mon Apr  5 23:20:51  Backtrace:&lt;br/&gt;
0x633aa9 0x7f8d944f5050 0x7f8d944f4fd5 0x7f8d944f63f0 0x632f8d 0x7f8d95cf26f6 0x7f8d95cf2723 0x7f8d95cf2fff 0x4ce43d 0x59f12f 0x59f863 0x633bda 0x7f8d944f5050 0x7f8d944f4fd5 0x7f8d944f63f0 0x632f8d 0x7f8d95cf26f6 0x7f8d95cf2723 0x7f8d95cf2fff 0x4cd992 &lt;br/&gt;
 ./mongod(_ZN5mongo10abruptQuitEi+0x3d9) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x633aa9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(+0x32050) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d944f5050&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(gsignal+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d944f4fd5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(abort+0x180) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d944f63f0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11myterminateEv+0x14d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x632f8d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xca6f6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf26f6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xca723) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf2723&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xcafff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf2fff&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo9MongoFile13closeAllFilesERSt18basic_stringstreamIcSt11char_traitsIcESaIcEE+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4ce43d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo8shutdownEv+0x50f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x59f12f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo6dbexitENS_8ExitCodeEPKc+0x1c3) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x59f863&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo10abruptQuitEi+0x50a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x633bda&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(+0x32050) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d944f5050&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(gsignal+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d944f4fd5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/libc.so.6(abort+0x180) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d944f63f0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11myterminateEv+0x14d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x632f8d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xca6f6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf26f6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xca723) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf2723&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libstdc++.so.6(+0xcafff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f8d95cf2fff&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo9MongoFile8flushAllEb+0x62) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4cd992&amp;#93;&lt;/span&gt;&lt;br/&gt;
Mon Apr  5 23:20:51  dbexit: ; exiting immediately&lt;/p&gt;</comment>
                            <comment id="13448" author="eliot" created="Mon, 5 Apr 2010 22:43:43 +0000"  >&lt;p&gt;not happening for me.&lt;br/&gt;
can you attach a trace.&lt;br/&gt;
sync seems to get the right lock&lt;/p&gt;</comment>
                            <comment id="13447" author="dwight_10gen" created="Mon, 5 Apr 2010 21:33:00 +0000"  >&lt;p&gt;i&apos;m going to guess this is eliot&apos;s and the change just made it manifest&lt;/p&gt;

&lt;p&gt;is sync outside of a lock?&lt;/p&gt;</comment>
                            <comment id="13446" author="redbeard0531" created="Mon, 5 Apr 2010 20:49:28 +0000"  >&lt;p&gt;Git bisect fingered this change: &lt;a href=&quot;http://github.com/mongodb/mongo/commit/666fb52&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/666fb52&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 5 Apr 2010 21:33:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 21 weeks, 4 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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 years, 21 weeks, 4 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_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dwight@mongodb.com</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpo8v:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>22640</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|hsw0jj:</customfieldvalue>

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