<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:09:46 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-5753] Assertion failures when a sharded collection is dropped and sharded again and reused.</title>
                <link>https://jira.mongodb.org/browse/SERVER-5753</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;m running into assertion failures while running YCSB benchmark on sharded &lt;br/&gt;
MongoDB cluster (v2.0.4)&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;6 replica sets (only primaries w/o any secondary. Not idiomatic but this&lt;br/&gt;
is just a test setup)&lt;/li&gt;
	&lt;li&gt;3 config servers&lt;/li&gt;
	&lt;li&gt;1 mongos router&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This is what I did:&lt;/p&gt;

&lt;p&gt;1. Enabled sharding on ycsb.usertable&lt;/p&gt;

&lt;p&gt;&amp;gt; mongos&amp;gt; db.runCommand( &lt;/p&gt;
{ enablesharding: &quot;ycsb&quot; }
&lt;p&gt; );&lt;br/&gt;
&amp;gt; &lt;/p&gt;
{ &quot;ok&quot; : 1 }
&lt;p&gt;&amp;gt; mongos&amp;gt; db.runCommand( { shardcollection: &quot;ycsb.usertable&quot;, key: &lt;/p&gt;
{ &quot;_id&quot;: 
&amp;gt; 1 }
&lt;p&gt; } );&lt;br/&gt;
&amp;gt; &lt;/p&gt;
{ &quot;collectionsharded&quot; : &quot;ycsb.usertable&quot;, &quot;ok&quot; : 1 }
&lt;p&gt;&amp;gt; mongos&amp;gt; db.printShardingStatus()&lt;br/&gt;
&amp;gt; &amp;#8212; Sharding Status &amp;#8212; &lt;br/&gt;
&amp;gt;   sharding version: &lt;/p&gt;
{ &quot;_id&quot; : 1, &quot;version&quot; : 3 }
&lt;p&gt;&amp;gt;   shards:&lt;br/&gt;
&amp;gt;         &lt;/p&gt;
{  &quot;_id&quot; : &quot;shard0&quot;,  &quot;host&quot; : &quot;shard0/esd-repository1:50001&quot; }
&lt;p&gt;&amp;gt;         &lt;/p&gt;
{  &quot;_id&quot; : &quot;shard1&quot;,  &quot;host&quot; : &quot;shard1/esd-repository2:50001&quot; }
&lt;p&gt;&amp;gt;         &lt;/p&gt;
{  &quot;_id&quot; : &quot;shard2&quot;,  &quot;host&quot; : &quot;shard2/esd-repository3:50001&quot; }
&lt;p&gt;&amp;gt;         &lt;/p&gt;
{  &quot;_id&quot; : &quot;shard3&quot;,  &quot;host&quot; : &quot;shard3/esd-repository4:50001&quot; }
&lt;p&gt;&amp;gt;         &lt;/p&gt;
{  &quot;_id&quot; : &quot;shard4&quot;,  &quot;host&quot; : &quot;shard4/esd-repository5:50001&quot; }
&lt;p&gt;&amp;gt;         &lt;/p&gt;
{  &quot;_id&quot; : &quot;shard5&quot;,  &quot;host&quot; : &quot;shard5/esd-repository6:50001&quot; }
&lt;p&gt;&amp;gt;   databases:&lt;br/&gt;
&amp;gt;         &lt;/p&gt;
{  &quot;_id&quot; : &quot;admin&quot;,  &quot;partitioned&quot; : false,  &quot;primary&quot; : &quot;config&quot; }
&lt;p&gt;&amp;gt;         &lt;/p&gt;
{  &quot;_id&quot; : &quot;test&quot;,  &quot;partitioned&quot; : false,  &quot;primary&quot; : &quot;shard2&quot; }
&lt;p&gt;&amp;gt;         &lt;/p&gt;
{  &quot;_id&quot; : &quot;ycsb&quot;,  &quot;partitioned&quot; : true,  &quot;primary&quot; : &quot;shard2&quot; }
&lt;p&gt;&amp;gt;                 ycsb.usertable chunks:&lt;br/&gt;
&amp;gt;                                 shard2  1&lt;br/&gt;
&amp;gt;                         { &quot;_id&quot; : &lt;/p&gt;
{ $minKey : 1 }
&lt;p&gt; } --&amp;gt;&amp;gt; { &quot;_id&quot; : &lt;/p&gt;
{ 
&amp;gt; $maxKey : 1 }
&lt;p&gt; } on : shard2 &lt;/p&gt;
{ &quot;t&quot; : 1000, &quot;i&quot; : 0 }


&lt;p&gt;2. Loaded 1M records into the collection (YCSB)&lt;/p&gt;

&lt;p&gt;&amp;gt; ./bin/ycsb load mongodb -P workloads/workloada -s -p mongodb.url=esd-repository7:50004 -p mongodb.database=ycsb -p mongodb.writeConcern=strict -p recordcount=1000000 -threads 50&lt;/p&gt;


&lt;p&gt;3. Tried dropping it, but failed at first.&lt;/p&gt;

&lt;p&gt;&amp;gt; Wed May  2 16:12:20 uncaught exception: drop failed: &lt;/p&gt;
{
&amp;gt;         &quot;assertion&quot; : &quot;collection&apos;s metadata is undergoing changes. Please 
&amp;gt; try again.&quot;,
&amp;gt;         &quot;assertionCode&quot; : 13331,
&amp;gt;         &quot;errmsg&quot; : &quot;db assertion failure&quot;,
&amp;gt;         &quot;ok&quot; : 0
&amp;gt; }


&lt;p&gt;4. Finally I was able to drop it after a while.&lt;/p&gt;


&lt;p&gt;5. Enabled sharding again on the same collection (which is dropped at this &lt;br/&gt;
stage)&lt;/p&gt;


&lt;p&gt;6. Restarted YCSB loader, met numerous assertion failures&lt;br/&gt;
@client&lt;br/&gt;
&amp;gt; com.mongodb.MongoException: setShardVersion failed host: &lt;br/&gt;
&amp;gt; esd-repository3:50001 &lt;/p&gt;
{ oldVersion: Timestamp 6000|1, assertio
&amp;gt; n: &quot;assertion s/d_state.cpp:551&quot;, errmsg: &quot;db assertion failure&quot;, ok: 0.0 }


&lt;p&gt;@mongos&lt;br/&gt;
&amp;gt; Wed May  2 16:21:30 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn86&amp;#93;&lt;/span&gt;      setShardVersion failed host: &lt;br/&gt;
&amp;gt; esd-repository3:50001 &lt;/p&gt;
{ oldVersion: Timestamp 6000|1, assertion: &quot;assertion 
&amp;gt; s/d_state.cpp:551&quot;, err[1612/10192]
&amp;gt; ertion failure&quot;, ok: 0.0 }
&lt;p&gt;&amp;gt; Wed May  2 16:21:30 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn86&amp;#93;&lt;/span&gt; Assertion: 10429:setShardVersion failed host: &lt;br/&gt;
&amp;gt; esd-repository3:50001 &lt;/p&gt;
{ oldVersion: Timestamp 6000|1, assertion: &quot;assertion 
&amp;gt; s/d_state.cpp:551&quot;, err
&amp;gt; msg: &quot;db assertion failure&quot;, ok: 0.0 }
&lt;p&gt;&amp;gt; 0x534e02 0x7f5105 0x7f4900 0x7f4900 0x7f4900 0x7f4900 0x7f4900 0x7f4900 &lt;br/&gt;
&amp;gt; 0x5c3506 0x5c3f4e 0x5c10c0 0x5c1625 0x7679a7 0x769eba 0x770f63 0x7b501d &lt;br/&gt;
&amp;gt; 0x7c7671 0x5e8107 0x3392e0673d&lt;br/&gt;
&amp;gt;  0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f5105&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f4900&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f4900&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f4900&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f4900&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f4900&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7f4900&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5boost6detail8function17function_invoker4IPFbRN5mongo12DBClientBaseERKSsbiEbS5_S7_biE6invokeERNS1_15function_bufferES5_S7_bi+0x16) &lt;br/&gt;
&amp;gt; [0x5c3506&lt;br/&gt;
&amp;gt; ]&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo17ClientConnections13checkVersionsERKSs+0x16e) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5c3f4e&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo15ShardConnection5_initEv+0x2a0) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5c10c0&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo15ShardConnectionC1ERKNS_5ShardERKSs+0x85) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5c1625&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8Strategy6insertERKNS_5ShardEPKcRKNS_7BSONObjEib+0x67) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7679a7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo13ShardStrategy7_insertERNS_7RequestERNS_9DbMessageEN5boost10shared_ptrIKNS_12ChunkManagerEEE+0x7aa) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x769eba&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo13ShardStrategy7writeOpEiRNS_7RequestE+0x153) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x770f63&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0xdd) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b501d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:21:30 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn86&amp;#93;&lt;/span&gt; AssertionException while processing op type : &lt;br/&gt;
&amp;gt; 2002 to : ycsb.usertable :: caused by :: 10429 setShardVersion failed host: &lt;br/&gt;
&amp;gt; esd-repository3:50001 &lt;/p&gt;
{
&amp;gt;  oldVersion: Timestamp 6000|1, assertion: &quot;assertion s/d_state.cpp:551&quot;, 
&amp;gt; errmsg: &quot;db assertion failure&quot;, ok: 0.0 }

&lt;p&gt;*&lt;br/&gt;
*&lt;br/&gt;
&lt;b&gt;7. Loader finished prematurely because of the errors.&lt;/b&gt;&lt;br/&gt;
*&lt;br/&gt;
*&lt;br/&gt;
&lt;b&gt;8. Tried to check the count of the collection, but another assertion&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&amp;gt; mongos&amp;gt; db.usertable.count()&lt;br/&gt;
&amp;gt; Wed May  2 16:27:24 uncaught exception: count failed: {&lt;br/&gt;
&amp;gt;         &quot;assertion&quot; : &quot;setShardVersion failed host: esd-repository3:50001 &lt;br/&gt;
&amp;gt; &lt;/p&gt;
{ oldVersion: Timestamp 18000|1, ns: \&quot;ycsb.usertable\&quot;, newVersion: 
&amp;gt; Timestamp 12000|1, globalVersion: Timestamp 12000|0, errmsg: \&quot;this 
&amp;gt; connection already had a newer version of collection &apos;ycsb.usertable&apos;\&quot;, 
&amp;gt; ok: 0.0 }
&lt;p&gt;&quot;,&lt;br/&gt;
&amp;gt;         &quot;assertionCode&quot; : 10429,&lt;br/&gt;
&amp;gt;         &quot;errmsg&quot; : &quot;db assertion failure&quot;,&lt;br/&gt;
&amp;gt;         &quot;ok&quot; : 0&lt;br/&gt;
&amp;gt; }&lt;/p&gt;


&lt;p&gt;9. After some while, it worked anyway. I dropped the collection.&lt;/p&gt;

&lt;p&gt;&amp;gt; mongos&amp;gt; db.usertable.count()&lt;br/&gt;
&amp;gt; 402581&lt;br/&gt;
&amp;gt; mongos&amp;gt; db.usertable.drop()&lt;br/&gt;
&amp;gt; true&lt;br/&gt;
&amp;gt; mongos&amp;gt; db.usertable.drop()&lt;br/&gt;
&amp;gt; false&lt;/p&gt;


&lt;p&gt;10. stats() on the collection which should not exist by now, but I keep &lt;br/&gt;
seeing this.&lt;/p&gt;

&lt;p&gt;&amp;gt; mongos&amp;gt; db.usertable.stats()&lt;br/&gt;
&amp;gt; Wed May  2 16:45:01 uncaught exception: error &lt;/p&gt;
{ &quot;$err&quot; : &quot;too many 
&amp;gt; attempts to update config, failing&quot;, &quot;code&quot; : 10195 }
&lt;p&gt;&amp;gt; mongos&amp;gt; db.usertable.stats()&lt;br/&gt;
&amp;gt; Wed May  2 16:45:24 uncaught exception: error &lt;/p&gt;
{ &quot;$err&quot; : &quot;too many 
&amp;gt; attempts to update config, failing&quot;, &quot;code&quot; : 10195 }


&lt;p&gt;something like these on mongos log&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (4 attempts remain)                                     &lt;br/&gt;
&amp;gt;                  &lt;span class=&quot;error&quot;&gt;&amp;#91;127/9584&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (3 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:EOO&lt;br/&gt;
&amp;gt; 0x534e02 0x71303d 0x713e54 0x7789d6 0x7b50c7 0x7c7671 0x5e8107 &lt;br/&gt;
&amp;gt; 0x3392e0673d 0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x195d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x71303d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x713e54&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x1696) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7789d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x187) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b50c7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; warning: chunk manager not found for EOO :: &lt;br/&gt;
&amp;gt; caused by :: 10181 not sharded:EOO&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (2 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:EOO&lt;br/&gt;
&amp;gt; 0x534e02 0x71303d 0x713e54 0x7789d6 0x7b50c7 0x7c7671 0x5e8107 &lt;br/&gt;
&amp;gt; 0x3392e0673d 0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x195d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x71303d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x713e54&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x1696) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7789d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x187) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b50c7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; warning: chunk manager not found for EOO :: &lt;br/&gt;
&amp;gt; caused by :: 10181 not sharded:EOO&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (1 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:EOO&lt;br/&gt;
&amp;gt; 0x534e02 0x71303d 0x713e54 0x7789d6 0x7b50c7 0x7c7671 0x5e8107 &lt;br/&gt;
&amp;gt; 0x3392e0673d 0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x195d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x71303d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x713e54&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x1696) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7789d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x187) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b50c7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; warning: chunk manager not found for EOO :: &lt;br/&gt;
&amp;gt; caused by :: 10181 not sharded:EOO                                         &lt;br/&gt;
&amp;gt;                   &lt;span class=&quot;error&quot;&gt;&amp;#91;88/9584&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (0 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:EOO&lt;br/&gt;
&amp;gt; 0x534e02 0x71303d 0x713e54 0x7789d6 0x7b50c7 0x7c7671 0x5e8107 &lt;br/&gt;
&amp;gt; 0x3392e0673d 0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x195d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x71303d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x713e54&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x1696) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7789d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x187) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b50c7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; warning: chunk manager not found for EOO :: &lt;br/&gt;
&amp;gt; caused by :: 10181 not sharded:EOO&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; ns: EOO command failed because of stale config &lt;br/&gt;
&amp;gt; attempt: 0&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (4 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (3 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:EOO&lt;br/&gt;
&amp;gt; 0x534e02 0x71303d 0x713e54 0x7789d6 0x7b50c7 0x7b52ad 0x7c7671 0x5e8107 &lt;br/&gt;
&amp;gt; 0x3392e0673d 0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x195d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x71303d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x713e54&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x1696) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7789d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x187) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b50c7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x36d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b52ad&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; warning: chunk manager not found for EOO :: &lt;br/&gt;
&amp;gt; caused by :: 10181 not sharded:EOO&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (2 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:EOO&lt;br/&gt;
&amp;gt; 0x534e02 0x71303d 0x713e54 0x7789d6 0x7b50c7 0x7b52ad 0x7c7671 0x5e8107 &lt;br/&gt;
&amp;gt; 0x3392e0673d 0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x195d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x71303d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x713e54&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x1696) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7789d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x187) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b50c7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x36d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b52ad&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; warning: chunk manager not found for EOO :: &lt;br/&gt;
&amp;gt; caused by :: 10181 not sharded:EOO                                         &lt;br/&gt;
&amp;gt;                   &lt;span class=&quot;error&quot;&gt;&amp;#91;45/9584&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (1 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:EOO&lt;br/&gt;
&amp;gt; 0x534e02 0x71303d 0x713e54 0x7789d6 0x7b50c7 0x7b52ad 0x7c7671 0x5e8107 &lt;br/&gt;
&amp;gt; 0x3392e0673d 0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x195d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x71303d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x713e54&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x1696) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7789d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x187) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b50c7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x36d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b52ad&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; warning: chunk manager not found for EOO :: &lt;br/&gt;
&amp;gt; caused by :: 10181 not sharded:EOO&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (0 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:EOO&lt;br/&gt;
&amp;gt; 0x534e02 0x71303d 0x713e54 0x7789d6 0x7b50c7 0x7b52ad 0x7c7671 0x5e8107 &lt;br/&gt;
&amp;gt; 0x3392e0673d 0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x195d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x71303d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x713e54&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x1696) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7789d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x187) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b50c7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x36d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b52ad&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; warning: chunk manager not found for EOO :: &lt;br/&gt;
&amp;gt; caused by :: 10181 not sharded:EOO&lt;br/&gt;
&amp;gt; Wed May  2 16:46:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; ns: EOO command failed because of stale config &lt;br/&gt;
&amp;gt; attempt: 1&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (4 attempts remain)                                     &lt;br/&gt;
&amp;gt;                   &lt;span class=&quot;error&quot;&gt;&amp;#91;14/9584&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (3 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:EOO&lt;br/&gt;
&amp;gt; 0x534e02 0x71303d 0x713e54 0x7789d6 0x7b50c7 0x7b52ad 0x7b52ad 0x7c7671 &lt;br/&gt;
&amp;gt; 0x5e8107 0x3392e0673d 0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x195d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x71303d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x713e54&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x1696) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7789d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x187) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b50c7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x36d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b52ad&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x36d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b52ad&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; warning: chunk manager not found for EOO :: &lt;br/&gt;
&amp;gt; caused by :: 10181 not sharded:EOO&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (2 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:EOO&lt;br/&gt;
&amp;gt; 0x534e02 0x71303d 0x713e54 0x7789d6 0x7b50c7 0x7b52ad 0x7b52ad 0x7c7671 &lt;br/&gt;
&amp;gt; 0x5e8107 0x3392e0673d 0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x195d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x71303d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x713e54&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x1696) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7789d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x187) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b50c7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x36d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b52ad&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x36d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b52ad&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; warning: chunk manager not found for EOO :: &lt;br/&gt;
&amp;gt; caused by :: 10181 not sharded:EOO&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (1 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:EOO&lt;br/&gt;
&amp;gt; 0x534e02 0x71303d 0x713e54 0x7789d6 0x7b50c7 0x7b52ad 0x7b52ad 0x7c7671 &lt;br/&gt;
&amp;gt; 0x5e8107 0x3392e0673d 0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x195d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x71303d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x713e54&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x1696) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7789d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x187) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b50c7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x36d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b52ad&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x36d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b52ad&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; warning: chunk manager not found for EOO :: &lt;br/&gt;
&amp;gt; caused by :: 10181 not sharded:EOO&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; retrying command: &lt;/p&gt;
{ collstats: &quot;usertable&quot;, 
&amp;gt; scale: undefined }
&lt;p&gt; (0 attempts remain)&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:EOO&lt;br/&gt;
&amp;gt; 0x534e02 0x71303d 0x713e54 0x7789d6 0x7b50c7 0x7b52ad 0x7b52ad 0x7c7671 &lt;br/&gt;
&amp;gt; 0x5e8107 0x3392e0673d 0x33926d3d1d &lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x112) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x534e02&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsbb+0x195d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x71303d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo8DBConfig23getChunkManagerIfExistsERKSsbb+0x34) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x713e54&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo14SingleStrategy7queryOpERNS_7RequestE+0x1696) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7789d6&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x187) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b50c7&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x36d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b52ad&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo7Request7processEi+0x36d) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7b52ad&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo21ShardedMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x71) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7c7671&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /home/gunn/mongodb/bin/mongos(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x287) &lt;br/&gt;
&amp;gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5e8107&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x3392e0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt;  /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x33926d3d1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; warning: chunk manager not found for EOO :: &lt;br/&gt;
&amp;gt; caused by :: 10181 not sharded:EOO&lt;br/&gt;
&amp;gt; Wed May  2 16:46:03 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn3&amp;#93;&lt;/span&gt; ns: EOO command failed because of stale config &lt;br/&gt;
&amp;gt; attempt: 2&lt;/p&gt;


&lt;p&gt;Logs from mongos is attached.&lt;br/&gt;
Thanks.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Junegunn Choi.&lt;/p&gt;</description>
                <environment>Linux 2.6.18-194.3.1.el5 #1 SMP x86_64 GNU/Linux</environment>
        <key id="37705">SERVER-5753</key>
            <summary>Assertion failures when a sharded collection is dropped and sharded again and reused.</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="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="junegunn">Junegunn Choi</reporter>
                        <labels>
                    </labels>
                <created>Thu, 3 May 2012 02:16:30 +0000</created>
                <updated>Wed, 15 Aug 2012 14:04:18 +0000</updated>
                            <resolved>Thu, 3 May 2012 14:36:47 +0000</resolved>
                                    <version>2.0.4</version>
                                                    <component>Sharding</component>
                    <component>Stability</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="116012" author="schwerin" created="Thu, 3 May 2012 14:36:47 +0000"  >&lt;p&gt;Duplicate of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4262&quot; title=&quot;when dropping collections need to invalidate all conn sharding state&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4262&quot;&gt;&lt;del&gt;SERVER-4262&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="24814">SERVER-4262</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="16374" name="mongos0.log" size="718781" author="junegunn" created="Thu, 3 May 2012 02:16:30 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 3 May 2012 14:36:47 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        11 years, 41 weeks, 6 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>false</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, 41 weeks, 6 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="10020"><![CDATA[Linux]]></customfieldvalue>

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

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

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

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