<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:07:49 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-5074] server crash when geoNear result grows past 64 MB</title>
                <link>https://jira.mongodb.org/browse/SERVER-5074</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We migrated our mongo instance to a sharded setup and because of that had to convert our $near queries to geoNear. Some of our queries return a lot of data and that crashes our db instances. Currently there is no way to skip records (documented in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3925&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-3925&lt;/a&gt;) so we don&apos;t have a good solution for getting the data we need while being restricted to geoNear.&lt;/p&gt;

&lt;p&gt;How to reproduce&lt;/p&gt;

&lt;p&gt;&amp;gt; use foo;&lt;br/&gt;
&amp;gt; db.bar.ensureIndex(&lt;/p&gt;
{loc:&quot;2d&quot;}
&lt;p&gt;);&lt;br/&gt;
&amp;gt; for(i = 0; i &amp;lt; 2000000; i++) { db.bar.insert( &lt;/p&gt;
{ loc:[Math.random() * 100, Math.random() * 100] }
&lt;p&gt; ) };&lt;br/&gt;
&amp;gt; db.runCommand( &lt;/p&gt;
{ geoNear : &quot;bar&quot; , near : [50,50], num : 2000000 }
&lt;p&gt; );&lt;/p&gt;

&lt;p&gt;Console error:&lt;/p&gt;

&lt;p&gt;Fri Feb 24 10:55:03 DBClientCursor::init call() failed&lt;br/&gt;
Fri Feb 24 10:55:03 query failed : foo.$cmd &lt;/p&gt;
{ geoNear: &quot;bar&quot;, near: [ 50.0, 50.0 ], num: 2000000.0 }
&lt;p&gt; to: 127.0.0.1&lt;br/&gt;
Fri Feb 24 10:55:03 Error: error doing query: failed shell/collection.js:151&lt;br/&gt;
Fri Feb 24 10:55:03 trying reconnect to 127.0.0.1&lt;br/&gt;
Fri Feb 24 10:55:03 reconnect 127.0.0.1 ok&lt;br/&gt;
Fri Feb 24 10:55:03 Socket recv() errno:104 Connection reset by peer 127.0.0.1:27017&lt;br/&gt;
Fri Feb 24 10:55:03 SocketException: remote: 127.0.0.1:27017 error: 9001 socket exception &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; server &lt;span class=&quot;error&quot;&gt;&amp;#91;127.0.0.1:27017&amp;#93;&lt;/span&gt; &lt;br/&gt;
Fri Feb 24 10:55:03 DBClientCursor::init call() failed&lt;/p&gt;

&lt;p&gt;Log error:&lt;/p&gt;

&lt;p&gt;Fri Feb 24 10:55:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; Assertion: 13548:BufBuilder grow() &amp;gt; 64MB&lt;br/&gt;
0x555758 0x4fb155 0x4fb1a3 0x72cf45 0x734f41 0x7356e2 0x616700 0x6190c0 0x6d4f9e 0x7c7276 0x7ff08db93ba9 0x7ff08e2b2efc 0x7ff08c5e589d &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11msgassertedEiPKc+0x138) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555758&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10BufBuilder15grow_reallocateEv+0x45) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4fb155&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10BufBuilder4growEi+0x23) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4fb1a3&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16Geo2dFindNearCmd3runERKSsRNS_7BSONObjERSsRNS_14BSONObjBuilderEb+0xcb5) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x72cf45&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x6b1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x734f41&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x332) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7356e2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x30) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x616700&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0xf50) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6190c0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0xf5e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6d4f9e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10connThreadEPNS_13MessagingPortE+0x1e6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7276&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libboost_thread.so.1.46.1(thread_proxy+0x69) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08db93ba9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libpthread.so.0(+0x7efc) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08e2b2efc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08c5e589d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Fri Feb 24 10:55:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; Assertion: 13548:BufBuilder grow() &amp;gt; 64MB&lt;br/&gt;
0x555758 0x4fb155 0x4fb1a3 0x4f8f00 0x4fea8c 0x72da8d 0x734f41 0x7356e2 0x616700 0x6190c0 0x6d4f9e 0x7c7276 0x7ff08db93ba9 0x7ff08e2b2efc 0x7ff08c5e589d &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11msgassertedEiPKc+0x138) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x555758&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10BufBuilder15grow_reallocateEv+0x45) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4fb155&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10BufBuilder4growEi+0x23) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4fb1a3&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4f8f00&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo14BSONObjBuilderD1Ev+0x2c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4fea8c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16Geo2dFindNearCmd3runERKSsRNS_7BSONObjERSsRNS_14BSONObjBuilderEb+0x17fd) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x72da8d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x6b1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x734f41&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x332) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7356e2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x30) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x616700&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0xf50) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6190c0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0xf5e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6d4f9e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10connThreadEPNS_13MessagingPortE+0x1e6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7276&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libboost_thread.so.1.46.1(thread_proxy+0x69) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08db93ba9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libpthread.so.0(+0x7efc) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08e2b2efc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08c5e589d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Fri Feb 24 10:55:03 terminate() called, printing stack:&lt;br/&gt;
0x7cc43f 0x7c4c4a 0x7ff08e05df26 0x7ff08e05cf59 0x7ff08e05d84d 0x7ff08c8b26fb 0x7ff08c8b2b58 0x4feaeb 0x72da8d 0x734f41 0x7356e2 0x616700 0x6190c0 0x6d4f9e 0x7c7276 0x7ff08db93ba9 0x7ff08e2b2efc 0x7ff08c5e589d &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo15printStackTraceERSo+0x1f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7cc43f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11myterminateEv+0x3a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c4c4a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb9f26) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08e05df26&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb8f59) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08e05cf59&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(__gxx_personality_v0+0x22d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08e05d84d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libgcc_s.so.1(+0xf6fb) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08c8b26fb&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libgcc_s.so.1(_Unwind_Resume+0x68) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08c8b2b58&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo14BSONObjBuilderD1Ev+0x8b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4feaeb&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16Geo2dFindNearCmd3runERKSsRNS_7BSONObjERSsRNS_14BSONObjBuilderEb+0x17fd) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x72da8d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x6b1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x734f41&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x332) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7356e2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x30) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x616700&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0xf50) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6190c0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0xf5e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6d4f9e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10connThreadEPNS_13MessagingPortE+0x1e6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7276&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libboost_thread.so.1.46.1(thread_proxy+0x69) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08db93ba9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libpthread.so.0(+0x7efc) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08e2b2efc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08c5e589d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Fri Feb 24 10:55:03 Got signal: 6 (Aborted).&lt;/p&gt;

&lt;p&gt;Fri Feb 24 10:55:03 Backtrace:&lt;br/&gt;
0x7cc43f 0x7c61cc 0x7ff08c53a420 0x7ff08c53a3a5 0x7ff08c53db0b 0x7c4c4f 0x7ff08e05df26 0x7ff08e05cf59 0x7ff08e05d84d 0x7ff08c8b26fb 0x7ff08c8b2b58 0x4feaeb 0x72da8d 0x734f41 0x7356e2 0x616700 0x6190c0 0x6d4f9e 0x7c7276 0x7ff08db93ba9 &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo15printStackTraceERSo+0x1f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7cc43f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10abruptQuitEi+0x34c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c61cc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08c53a420&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08c53a3a5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(abort+0x17b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08c53db0b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11myterminateEv+0x3f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c4c4f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb9f26) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08e05df26&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb8f59) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08e05cf59&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(__gxx_personality_v0+0x22d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08e05d84d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libgcc_s.so.1(+0xf6fb) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08c8b26fb&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libgcc_s.so.1(_Unwind_Resume+0x68) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08c8b2b58&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo14BSONObjBuilderD1Ev+0x8b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x4feaeb&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16Geo2dFindNearCmd3runERKSsRNS_7BSONObjERSsRNS_14BSONObjBuilderEb+0x17fd) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x72da8d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x6b1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x734f41&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x332) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7356e2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_10BufBuilderERNS_14BSONObjBuilderEbi+0x30) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x616700&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0xf50) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6190c0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0xf5e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6d4f9e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10connThreadEPNS_13MessagingPortE+0x1e6) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7276&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libboost_thread.so.1.46.1(thread_proxy+0x69) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7ff08db93ba9&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>64 bit Ubuntu 11.04&lt;br/&gt;
64 bit Mongodb 2.0.2</environment>
        <key id="31491">SERVER-5074</key>
            <summary>server crash when geoNear result grows past 64 MB</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="randolph@mongodb.com">Randolph Tan</assignee>
                                    <reporter username="jjshanks">Joshua Shanks</reporter>
                        <labels>
                    </labels>
                <created>Fri, 24 Feb 2012 19:05:41 +0000</created>
                <updated>Wed, 15 Aug 2012 14:24:10 +0000</updated>
                            <resolved>Mon, 9 Apr 2012 16:32:36 +0000</resolved>
                                    <version>2.0.2</version>
                                                    <component>Stability</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="107878" author="renctan" created="Mon, 9 Apr 2012 16:32:36 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4081&quot; title=&quot;mongod terminates when bufbuilder exceeds 64mb when doing geoNear commandd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4081&quot;&gt;&lt;del&gt;SERVER-4081&lt;/del&gt;&lt;/a&gt; truncates the result if it gets bigger than 64 MB so mongod will not crash anymore.&lt;/p&gt;</comment>
                            <comment id="93826" author="renctan" created="Wed, 29 Feb 2012 17:41:59 +0000"  >&lt;p&gt;Thanks, but we&apos;re ok for now. One of our colleagues linked a server ticket that would add skip functionality to the geoNear command which you can potentially use in the future. Another workaround you can do right now is to use query field to narrow down your result (and potentially add an artificial field like batchNumber).&lt;/p&gt;</comment>
                            <comment id="93816" author="jjshanks" created="Wed, 29 Feb 2012 17:19:58 +0000"  >&lt;p&gt;Do you need anymore data from us for this?&lt;/p&gt;</comment>
                            <comment id="92928" author="jjshanks" created="Mon, 27 Feb 2012 18:03:49 +0000"  >&lt;p&gt;I pulled a sample doc and the put it in a text file and it had a size of 1372 bytes. We are trying to process 40,000 at a time. With $near we could skip so get them in batch but geoNear doesn&apos;t allow us to do that so we have to grab them all at once.&lt;/p&gt;

&lt;p&gt;So it sounds like our options are either to refactor our collections which may eventually result in the problem happening again as the collection grows or undoing sharding. Either of these options are very appealing to us. &lt;/p&gt;</comment>
                            <comment id="92921" author="renctan" created="Mon, 27 Feb 2012 17:55:03 +0000"  >&lt;p&gt;Unfortunately, 64 MB is currently the limit for the size of geoNear result. What kind of docs do you have? If it contains fields with very large data, you can mitigate this by moving them into a separate collection.&lt;/p&gt;</comment>
                            <comment id="92082" author="jjshanks" created="Fri, 24 Feb 2012 21:11:22 +0000"  >&lt;p&gt;$near queries do not work on sharded collections which is why we are using geoNear. I don&apos;t think there is currently any work around for us that works in sharding.&lt;/p&gt;</comment>
                            <comment id="92079" author="greg_10gen" created="Fri, 24 Feb 2012 21:08:33 +0000"  >&lt;p&gt;As a potential workaround, $near queries should not be subject to this problem - but would require you recalculate the distance on the app side.  Aggregation, once integrated with queries, should solve this somewhat, as would a skip parameter for geoNear - opening a ticket for this.&lt;/p&gt;</comment>
                            <comment id="92041" author="greg_10gen" created="Fri, 24 Feb 2012 19:58:41 +0000"  >&lt;p&gt;I think the crash itself may be addressed in 2.1 - but the skipping ability is not.  Looking for ticket...&lt;/p&gt;</comment>
                            <comment id="92021" author="jjshanks" created="Fri, 24 Feb 2012 19:21:49 +0000"  >&lt;p&gt;The original post was actually verified under 1.8.2. I have also reproduced it in 2.0.2 and include that below &lt;/p&gt;

&lt;p&gt;$ mongo&lt;br/&gt;
MongoDB shell version: 2.0.2&lt;br/&gt;
connecting to: test&lt;br/&gt;
&amp;gt; use foo&lt;br/&gt;
switched to db foo&lt;br/&gt;
&amp;gt; for(i = 0; i &amp;lt; 2000000; i++) { db.bar.insert( &lt;/p&gt;
{ loc:[Math.random() * 100, Math.random() * 100] }
&lt;p&gt; ) };&lt;br/&gt;
&amp;gt; db.bar.ensureIndex(&lt;/p&gt;
{loc:&quot;2d&quot;}
&lt;p&gt;);&lt;br/&gt;
&amp;gt; db.runCommand( &lt;/p&gt;
{ geoNear : &quot;bar&quot; , near : [50,50], num : 2000000 }
&lt;p&gt; );&lt;br/&gt;
Fri Feb 24 11:20:19 DBClientCursor::init call() failed&lt;br/&gt;
Fri Feb 24 11:20:19 query failed : foo.$cmd &lt;/p&gt;
{ geoNear: &quot;bar&quot;, near: [ 50.0, 50.0 ], num: 2000000.0 }
&lt;p&gt; to: 127.0.0.1&lt;br/&gt;
Fri Feb 24 11:20:19 Error: error doing query: failed shell/collection.js:151&lt;br/&gt;
Fri Feb 24 11:20:19 trying reconnect to 127.0.0.1&lt;br/&gt;
Fri Feb 24 11:20:19 reconnect 127.0.0.1 failed couldn&apos;t connect to server 127.0.0.1&lt;/p&gt;


&lt;p&gt;Fri Feb 24 11:20:19 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; Assertion: 13548:BufBuilder grow() &amp;gt; 64MB&lt;br/&gt;
0x584722 0x504ad9 0x92e250 0x97987d 0x97a9df 0x962de5 0x966171 0x883877 0x88a09c 0xaa00c6 0x635bb7 0x7f858c78eefc 0x7f858bd2889d &lt;br/&gt;
 mongod(_ZN5mongo11msgassertedEiPKc+0x112) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x584722&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x504ad9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo16Geo2dFindNearCmd3runERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0xe50) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x92e250&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0xb3d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x97987d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x6ff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x97a9df&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x962de5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0x11e1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x966171&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x883877&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x55c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x88a09c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x76) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xaa00c6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x635bb7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libpthread.so.0(+0x7efc) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858c78eefc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858bd2889d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Fri Feb 24 11:20:19 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; Assertion: 13548:BufBuilder grow() &amp;gt; 64MB&lt;br/&gt;
0x584722 0x504ad9 0x508869 0x92fb66 0x97987d 0x97a9df 0x962de5 0x966171 0x883877 0x88a09c 0xaa00c6 0x635bb7 0x7f858c78eefc 0x7f858bd2889d &lt;br/&gt;
 mongod(_ZN5mongo11msgassertedEiPKc+0x112) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x584722&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x504ad9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo14BSONObjBuilderD1Ev+0x259) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x508869&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo16Geo2dFindNearCmd3runERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0x2766) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x92fb66&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0xb3d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x97987d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x6ff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x97a9df&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x962de5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0x11e1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x966171&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x883877&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x55c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x88a09c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x76) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xaa00c6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x635bb7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libpthread.so.0(+0x7efc) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858c78eefc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858bd2889d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Fri Feb 24 11:20:19 terminate() called, printing stack:&lt;br/&gt;
0xa8cb8d 0x7f858c539f26 0x7f858c538f59 0x7f858c53984d 0x7f858bff56fb 0x7f858bff5b58 0x508936 0x92fb66 0x97987d 0x97a9df 0x962de5 0x966171 0x883877 0x88a09c 0xaa00c6 0x635bb7 0x7f858c78eefc 0x7f858bd2889d &lt;br/&gt;
 mongod(_ZN5mongo11myterminateEv+0x4d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa8cb8d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb9f26) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858c539f26&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb8f59) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858c538f59&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(__gxx_personality_v0+0x22d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858c53984d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libgcc_s.so.1(+0xf6fb) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858bff56fb&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libgcc_s.so.1(_Unwind_Resume+0x68) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858bff5b58&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo14BSONObjBuilderD1Ev+0x326) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x508936&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo16Geo2dFindNearCmd3runERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0x2766) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x92fb66&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0xb3d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x97987d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x6ff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x97a9df&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x962de5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0x11e1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x966171&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x883877&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x55c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x88a09c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x76) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xaa00c6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x635bb7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libpthread.so.0(+0x7efc) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858c78eefc&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858bd2889d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Fri Feb 24 11:20:19 Got signal: 6 (Aborted).&lt;/p&gt;

&lt;p&gt;Fri Feb 24 11:20:19 Backtrace:&lt;br/&gt;
0xa8d669 0x7f858bc7d420 0x7f858bc7d3a5 0x7f858bc80b0b 0xa8cc5b 0x7f858c539f26 0x7f858c538f59 0x7f858c53984d 0x7f858bff56fb 0x7f858bff5b58 0x508936 0x92fb66 0x97987d 0x97a9df 0x962de5 0x966171 0x883877 0x88a09c 0xaa00c6 0x635bb7 &lt;br/&gt;
 mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa8d669&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(+0x36420) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858bc7d420&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858bc7d3a5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(abort+0x17b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858bc80b0b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11myterminateEv+0x11b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xa8cc5b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb9f26) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858c539f26&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb8f59) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858c538f59&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(__gxx_personality_v0+0x22d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858c53984d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libgcc_s.so.1(+0xf6fb) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858bff56fb&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libgcc_s.so.1(_Unwind_Resume+0x68) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f858bff5b58&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo14BSONObjBuilderD1Ev+0x326) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x508936&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo16Geo2dFindNearCmd3runERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0x2766) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x92fb66&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0xb3d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x97987d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x6ff) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x97a9df&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x962de5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0x11e1) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x966171&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x883877&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x55c) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x88a09c&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x76) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xaa00c6&amp;#93;&lt;/span&gt;&lt;br/&gt;
 mongod(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x635bb7&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Logstream::get called in uninitialized state&lt;br/&gt;
Fri Feb 24 11:20:19 ERROR: Client::~Client _context should be null but is not; client:conn&lt;br/&gt;
Logstream::get called in uninitialized state&lt;br/&gt;
Fri Feb 24 11:20:19 ERROR: Client::shutdown not called: conn&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="23689">SERVER-4081</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="22687">SERVER-3925</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 24 Feb 2012 19:58:41 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        11 years, 45 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/SERVER-4081'>SERVER-4081</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-3925'>SERVER-3925</a></s>]]></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>
                            11 years, 45 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="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>greg_10gen</customfieldvalue>
            <customfieldvalue>jjshanks</customfieldvalue>
            <customfieldvalue>randolph@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrocf3:</customfieldvalue>

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

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

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