<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:21: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-9921] db.coll.find() returns nothing after drop and recreate</title>
                <link>https://jira.mongodb.org/browse/SERVER-9921</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;2 shards, 2replica+arbiter each, connecting via mongos.&lt;/p&gt;

&lt;p&gt;Hi there. I&apos;ve dropped a collection, then continued to write data there(it was a lot of stale data, that I had to remove).&lt;br/&gt;
However, newly written data cannot be read from mongos, via mongod everything looks ok.&lt;/p&gt;

&lt;p&gt;here some logs:&lt;/p&gt;

&lt;p&gt;mongos&amp;gt;use vertis-creativework&lt;br/&gt;
mongos&amp;gt;db.pused.drop()&lt;/p&gt;

&lt;p&gt;mongod logs:&lt;br/&gt;
Thu Jun 13 13:20:54 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; command vertis-creativework.$cmd command: { drop: &quot;pushed&quot;, $auth: { admin: &lt;/p&gt;
{ root: 2 }
&lt;p&gt; } } ntoreturn:1 keyUpdates:0 locks(micros) w:12584 reslen:133 12ms&lt;br/&gt;
Thu Jun 13 13:20:54 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408958&amp;#93;&lt;/span&gt; CoveredIndexMatcher::matches() {} 9:70c84318 0&lt;br/&gt;
Thu Jun 13 13:20:54 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408966&amp;#93;&lt;/span&gt; CoveredIndexMatcher::matches() {} 9:70c84318 0&lt;br/&gt;
Thu Jun 13 13:20:54 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408958&amp;#93;&lt;/span&gt; Matcher::matches() { ts: Timestamp 1371115254000|1, h: 630211948944288504, v: 2, op: &quot;c&quot;, ns: &quot;vertis-creativework.$cmd&quot;, o: { drop: &quot;pushed&quot;, $auth: { admin: &lt;/p&gt;
{ root: 2 }
&lt;p&gt; } } }&lt;br/&gt;
Thu Jun 13 13:20:54 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408966&amp;#93;&lt;/span&gt; Matcher::matches() { ts: Timestamp 1371115254000|1, h: 630211948944288504, v: 2, op: &quot;c&quot;, ns: &quot;vertis-creativework.$cmd&quot;, o: { drop: &quot;pushed&quot;, $auth: { admin: &lt;/p&gt;
{ root: 2 }
&lt;p&gt; } } }&lt;br/&gt;
Thu Jun 13 13:20:54 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408958&amp;#93;&lt;/span&gt; CoveredIndexMatcher _docMatcher-&amp;gt;matches() returns 1&lt;br/&gt;
Thu Jun 13 13:20:54 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408966&amp;#93;&lt;/span&gt; CoveredIndexMatcher _docMatcher-&amp;gt;matches() returns 1&lt;/p&gt;

&lt;p&gt;mongos&amp;gt;db.pushed.insert({_id:1})&lt;/p&gt;

&lt;p&gt;mongod logs:&lt;/p&gt;

&lt;p&gt;Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; _reuse extent was:vertis-creativework.pushed now:vertis-creativework.pushed&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; allocExtent vertis-creativework.pushed size 1024 1&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; adding _id index for collection vertis-creativework.pushed&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; build index vertis-creativework.pushed &lt;/p&gt;
{ _id: 1 }
&lt;p&gt;mem info: before index start vsize: 241624 resident: 6123 mapped: 119344&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; external sort root: /var/lib/mongodb/_tmp/esort.1371115388.220/&lt;br/&gt;
mem info: before final sort vsize: 241624 resident: 6123 mapped: 119344&lt;br/&gt;
mem info: after final sort vsize: 241624 resident: 6123 mapped: 119344&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt;        external sort used : 0 files  in 0 secs&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; &lt;em&gt;reuse extent was:vertis-creativework.pushed.$_id&lt;/em&gt; now:vertis-creativework.pushed.$&lt;em&gt;id&lt;/em&gt;&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; allocExtent vertis-creativework.pushed.$&lt;em&gt;id&lt;/em&gt; size 36864 1&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; New namespace: vertis-creativework.pushed.$&lt;em&gt;id&lt;/em&gt;&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt;        done building bottom layer, going to commit&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; build index done.  scanned 0 total records. 0.002 secs&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; New namespace: vertis-creativework.pushed&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; insert vertis-creativework.pushed keyUpdates:0 locks(micros) w:3851 3ms&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408958&amp;#93;&lt;/span&gt; CoveredIndexMatcher::matches() {} 9:70c85470 0&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; runQuery called vertis-creativework.$cmd { getlasterror: 1.0, w: 1.0, $auth: { admin: &lt;/p&gt;
{ root: 2 }
&lt;p&gt; } }&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408958&amp;#93;&lt;/span&gt; Matcher::matches() { ts: Timestamp 1371115388000|1, h: -1867873785266695569, v: 2, op: &quot;i&quot;, ns: &quot;vertis-creativework.pushed&quot;, o: &lt;/p&gt;
{ _id: 1.0 }
&lt;p&gt; }&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; run command vertis-creativework.$cmd { getlasterror: 1.0, w: 1.0, $auth: { admin: &lt;/p&gt;
{ root: 2 }
&lt;p&gt; } }&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408958&amp;#93;&lt;/span&gt; CoveredIndexMatcher _docMatcher-&amp;gt;matches() returns 1&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; Setting temporary authorization to: { admin: &lt;/p&gt;
{ root: 2 }
&lt;p&gt; }&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; command vertis-creativework.$cmd command: { getlasterror: 1.0, w: 1.0, $auth: { admin: &lt;/p&gt;
{ root: 2 }
&lt;p&gt; } } ntoreturn:1 keyUpdates:0  reslen:94 0ms&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408958&amp;#93;&lt;/span&gt; getmore local.oplog.rs query: { ts: &lt;/p&gt;
{ $gte: new Date(5880820189783654401) }
&lt;p&gt; } cursorid:2864578847244946404 ntoreturn:0 keyUpdates:0 locks(micros) r:478 nreturned:1 reslen:121 169ms&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408966&amp;#93;&lt;/span&gt; CoveredIndexMatcher::matches() {} 9:70c85470 0&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408966&amp;#93;&lt;/span&gt; Matcher::matches() { ts: Timestamp 1371115388000|1, h: -1867873785266695569, v: 2, op: &quot;i&quot;, ns: &quot;vertis-creativework.pushed&quot;, o: &lt;/p&gt;
{ _id: 1.0 }
&lt;p&gt; }&lt;br/&gt;
Thu Jun 13 13:23:08 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1408966&amp;#93;&lt;/span&gt; CoveredIndexMatcher _docMatcher-&amp;gt;matches() returns 1&lt;/p&gt;

&lt;p&gt;mongos&amp;gt;db.pushed.find()&lt;/p&gt;

&lt;p&gt;mongod: &lt;br/&gt;
Thu Jun 13 13:24:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1571507&amp;#93;&lt;/span&gt; query vertis-creativework.pushed ntoreturn:0 keyUpdates:0 locks(micros) r:89 nreturned:0 reslen:20 0ms&lt;/p&gt;

&lt;p&gt;mongos&amp;gt;db.pushed.stats()&lt;br/&gt;
{&lt;br/&gt;
	&quot;sharded&quot; : false,&lt;br/&gt;
	&quot;primary&quot; : &quot;cs_mongodb-sh2-testing&quot;,&lt;br/&gt;
	&quot;ns&quot; : &quot;vertis-creativework.pushed&quot;,&lt;br/&gt;
	&quot;count&quot; : 1,&lt;br/&gt;
	&quot;size&quot; : 20,&lt;br/&gt;
	&quot;avgObjSize&quot; : 20,&lt;br/&gt;
	&quot;storageSize&quot; : 4096,&lt;br/&gt;
	&quot;numExtents&quot; : 1,&lt;br/&gt;
	&quot;nindexes&quot; : 1,&lt;br/&gt;
	&quot;lastExtentSize&quot; : 4096,&lt;br/&gt;
	&quot;paddingFactor&quot; : 1,&lt;br/&gt;
	&quot;systemFlags&quot; : 1,&lt;br/&gt;
	&quot;userFlags&quot; : 0,&lt;br/&gt;
	&quot;totalIndexSize&quot; : 8176,&lt;br/&gt;
	&quot;indexSizes&quot; : &lt;/p&gt;
{
		&quot;_id_&quot; : 8176
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;ok&quot; : 1&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;mongos&amp;gt;db.pushed.find().explain()&lt;br/&gt;
{&lt;br/&gt;
	&quot;cursor&quot; : &quot;BasicCursor&quot;,&lt;br/&gt;
	&quot;isMultiKey&quot; : false,&lt;br/&gt;
	&quot;n&quot; : 0,&lt;br/&gt;
	&quot;nscannedObjects&quot; : 1,&lt;br/&gt;
	&quot;nscanned&quot; : 1,&lt;br/&gt;
	&quot;nscannedObjectsAllPlans&quot; : 1,&lt;br/&gt;
	&quot;nscannedAllPlans&quot; : 1,&lt;br/&gt;
	&quot;scanAndOrder&quot; : false,&lt;br/&gt;
	&quot;indexOnly&quot; : false,&lt;br/&gt;
	&quot;nYields&quot; : 0,&lt;br/&gt;
	&quot;nChunkSkips&quot; : 1,&lt;br/&gt;
	&quot;millis&quot; : 0,&lt;br/&gt;
	&quot;indexBounds&quot; : {&lt;/p&gt;

&lt;p&gt;	},&lt;br/&gt;
	&quot;server&quot; : &quot;cs-mongodb02gt.yandex.ru:27017&quot;,&lt;br/&gt;
	&quot;millis&quot; : 0&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;in config.collections there is no document for mentioned collection.&lt;/p&gt;</description>
                <environment></environment>
        <key id="78886">SERVER-9921</key>
            <summary>db.coll.find() returns nothing after drop and recreate</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="gabol">Anton V. Volokhov</reporter>
                        <labels>
                    </labels>
                <created>Thu, 13 Jun 2013 09:28:11 +0000</created>
                <updated>Wed, 10 Dec 2014 23:19:15 +0000</updated>
                            <resolved>Mon, 17 Feb 2014 08:00:15 +0000</resolved>
                                    <version>2.4.2</version>
                                                    <component>Querying</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="500112" author="stennie" created="Mon, 17 Feb 2014 08:07:06 +0000"  >&lt;p&gt;Hi Anton,&lt;/p&gt;

&lt;p&gt;Please be advised that I&apos;m closing this issue due to inactivity.&lt;/p&gt;

&lt;p&gt;If you are still able to reproduce the problem, please feel free to reopen with:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;current details of your sharding configuration&lt;/li&gt;
	&lt;li&gt;MongoDB server version&lt;/li&gt;
	&lt;li&gt;logs from the mongos and primary mongod servers after following the steps suggested in Duraid&apos;s previous comment.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Thanks,&lt;br/&gt;
Stephen&lt;/p&gt;</comment>
                            <comment id="420731" author="duraid.madina@10gen.com" created="Mon, 9 Sep 2013 07:23:20 +0000"  >&lt;p&gt;Hi Anton,&lt;/p&gt;

&lt;p&gt;We&apos;ve taken a look at the dump, but unfortunately can&apos;t find anything in it that conclusively explains the issue you&apos;re seeing.&lt;/p&gt;

&lt;p&gt;Our working hypothesis here is that somehow, something has gone wrong with the collection drop.&lt;/p&gt;

&lt;p&gt;Would you be able to restart the shard 2 &lt;tt&gt;mongod&lt;/tt&gt; on host04gt.load.net:27017 (the primary shard) and then repeat the &lt;tt&gt;db.pushed.find().explain()&lt;/tt&gt;?&lt;/p&gt;

&lt;p&gt;Finally, I&apos;d appreciate it if you could send us your &lt;tt&gt;mongos&lt;/tt&gt; and primary &lt;tt&gt;mongod&lt;/tt&gt; logs, after running the above command.&lt;/p&gt;

&lt;p&gt;Thank you,&lt;br/&gt;
Duraid&lt;/p&gt;</comment>
                            <comment id="405696" author="gabol" created="Sun, 18 Aug 2013 13:30:05 +0000"  >&lt;p&gt;Hi Duraid,&lt;/p&gt;

&lt;p&gt;I&apos;ve uploaded the dump.&lt;/p&gt;</comment>
                            <comment id="402671" author="gabol" created="Wed, 14 Aug 2013 08:49:36 +0000"  >&lt;p&gt;Hi! &lt;br/&gt;
Seems, it was sharded once, yes. &lt;br/&gt;
The dump do contain private information. Provide some secure way to upload it, please.&lt;/p&gt;</comment>
                            <comment id="402647" author="duraid.madina@10gen.com" created="Wed, 14 Aug 2013 07:46:15 +0000"  >&lt;p&gt;Hi Anton,&lt;/p&gt;

&lt;p&gt;Has the &lt;tt&gt;pushed&lt;/tt&gt; collection ever been sharded?&lt;/p&gt;

&lt;p&gt;Also, would you be to run:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;mongodump --host &amp;lt;mongos host&amp;gt; --port &amp;lt;mongos port&amp;gt; -d config &lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;and upload the contents of the &lt;tt&gt;dump/&lt;/tt&gt; directory which this command will create? (Just attach it to this ticket.) Please be aware that there may be private or sensitive information in this dump. If that is the case, please let us know, and we will arrange another way for you to send us that data.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Duraid&lt;/p&gt;</comment>
                            <comment id="401849" author="jblackburn" created="Tue, 13 Aug 2013 12:26:50 +0000"  >&lt;p&gt;We see this in 2.2.3: SERVER-9243&lt;/p&gt;

&lt;p&gt;Still trying to come up with a reliable reproducer.&lt;/p&gt;</comment>
                            <comment id="401807" author="gabol" created="Tue, 13 Aug 2013 11:04:49 +0000"  >&lt;p&gt;mongos output:&lt;br/&gt;
mongos&amp;gt; sh.status()&lt;br/&gt;
&amp;#8212; Sharding Status &amp;#8212;&lt;br/&gt;
  sharding version: &lt;/p&gt;
{ &quot;_id&quot; : 1, &quot;version&quot; : 3 }
&lt;p&gt;  shards:&lt;/p&gt;
	{  &quot;_id&quot; : &quot;cs_mongodb-sh1-testing&quot;,  &quot;host&quot; : &quot;cs_mongodb-sh1-testing/host01gt.load.net:27017,host03gt.load.net:27017&quot;,  &quot;tags&quot; : [ 	&quot;shard1&quot; ] }
	{  &quot;_id&quot; : &quot;cs_mongodb-sh2-testing&quot;,  &quot;host&quot; : &quot;cs_mongodb-sh2-testing/host02gt.load.net:27017,host04gt.load.net:27017&quot;,  &quot;tags&quot; : [ 	&quot;shard2&quot; ] }
&lt;p&gt;  databases:&lt;/p&gt;
	{  &quot;_id&quot; : &quot;admin&quot;,  &quot;partitioned&quot; : false,  &quot;primary&quot; : &quot;config&quot; }
&lt;p&gt;&amp;lt;........&amp;gt; lots of information about other databases&lt;/p&gt;
{  &quot;_id&quot; : &quot;vertis-creativework&quot;,  &quot;partitioned&quot; : true,  &quot;primary&quot; : &quot;cs_mongodb-sh2-testing&quot; }

&lt;p&gt;mongos&amp;gt; db.pushed.find().explain()&lt;br/&gt;
{&lt;br/&gt;
	&quot;cursor&quot; : &quot;BasicCursor&quot;,&lt;br/&gt;
	&quot;isMultiKey&quot; : false,&lt;br/&gt;
	&quot;n&quot; : 0,&lt;br/&gt;
	&quot;nscannedObjects&quot; : 1701681,&lt;br/&gt;
	&quot;nscanned&quot; : 1701681,&lt;br/&gt;
	&quot;nscannedObjectsAllPlans&quot; : 1701681,&lt;br/&gt;
	&quot;nscannedAllPlans&quot; : 1701681,&lt;br/&gt;
	&quot;scanAndOrder&quot; : false,&lt;br/&gt;
	&quot;indexOnly&quot; : false,&lt;br/&gt;
	&quot;nYields&quot; : 8864,&lt;br/&gt;
	&quot;nChunkSkips&quot; : 1701681,&lt;br/&gt;
	&quot;millis&quot; : 43631,&lt;br/&gt;
	&quot;indexBounds&quot; : {&lt;/p&gt;

&lt;p&gt;	},&lt;br/&gt;
	&quot;server&quot; : &quot;host02gt.load.net:27017&quot;,&lt;br/&gt;
	&quot;millis&quot; : 43631&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;mongod output:&lt;br/&gt;
cs_mongodb-sh1-testing:PRIMARY&amp;gt; db.stats()&lt;br/&gt;
{&lt;br/&gt;
	&quot;db&quot; : &quot;vertis-creativework&quot;,&lt;br/&gt;
	&quot;collections&quot; : 2,&lt;br/&gt;
	&quot;objects&quot; : 1,&lt;br/&gt;
	&quot;avgObjSize&quot; : 52,&lt;br/&gt;
	&quot;dataSize&quot; : 52,&lt;br/&gt;
	&quot;storageSize&quot; : 12288,&lt;br/&gt;
	&quot;numExtents&quot; : 2,&lt;br/&gt;
	&quot;indexes&quot; : 0,&lt;br/&gt;
	&quot;indexSize&quot; : 0,&lt;br/&gt;
	&quot;fileSize&quot; : 10666115072,&lt;br/&gt;
	&quot;nsSizeMB&quot; : 16,&lt;br/&gt;
	&quot;ok&quot; : 1&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;cs_mongodb-sh2-testing:PRIMARY&amp;gt; db.stats()&lt;br/&gt;
{&lt;br/&gt;
	&quot;db&quot; : &quot;vertis-creativework&quot;,&lt;br/&gt;
	&quot;collections&quot; : 5,&lt;br/&gt;
	&quot;objects&quot; : 38768528,&lt;br/&gt;
	&quot;avgObjSize&quot; : 515.7137615335821,&lt;br/&gt;
	&quot;dataSize&quot; : 19993463404,&lt;br/&gt;
	&quot;storageSize&quot; : 20824547232,&lt;br/&gt;
	&quot;numExtents&quot; : 49,&lt;br/&gt;
	&quot;indexes&quot; : 4,&lt;br/&gt;
	&quot;indexSize&quot; : 3622352272,&lt;br/&gt;
	&quot;fileSize&quot; : 29984030720,&lt;br/&gt;
	&quot;nsSizeMB&quot; : 16,&lt;br/&gt;
	&quot;ok&quot; : 1&lt;br/&gt;
}&lt;/p&gt;</comment>
                            <comment id="401722" author="duraid.madina@10gen.com" created="Tue, 13 Aug 2013 07:47:58 +0000"  >&lt;p&gt;Hi Anton,&lt;/p&gt;

&lt;p&gt;Can you please tell me the output of:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;sh.status()&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;db.pushed.find().explain()&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;Also, can you please connect to each of your shards directly, and on each, tell me the output of:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;db.status()&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;Thank you,&lt;br/&gt;
Duraid&lt;/p&gt;</comment>
                            <comment id="401710" author="gabol" created="Tue, 13 Aug 2013 07:19:10 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I can&apos;t drop and recreate table once more, but it is still in inconsistent state:&lt;/p&gt;

&lt;p&gt;mongos&amp;gt; db.pushed.findOne()&lt;br/&gt;
null&lt;br/&gt;
mongos&amp;gt; db.pushed.count()&lt;br/&gt;
1701681&lt;br/&gt;
mongos&amp;gt; db.pushed.stats()&lt;br/&gt;
{&lt;br/&gt;
	&quot;sharded&quot; : false,&lt;br/&gt;
	&quot;primary&quot; : &quot;cs_mongodb-sh2-testing&quot;,&lt;br/&gt;
	&quot;ns&quot; : &quot;vertis-creativework.pushed&quot;,&lt;br/&gt;
	&quot;count&quot; : 1701681,&lt;br/&gt;
	&quot;size&quot; : 656890596,&lt;br/&gt;
	&quot;avgObjSize&quot; : 386.0245228100919,&lt;br/&gt;
	&quot;storageSize&quot; : 786972672,&lt;br/&gt;
	&quot;numExtents&quot; : 16,&lt;br/&gt;
	&quot;nindexes&quot; : 1,&lt;br/&gt;
	&quot;lastExtentSize&quot; : 210907136,&lt;br/&gt;
	&quot;paddingFactor&quot; : 1.0000000000000466,&lt;br/&gt;
	&quot;systemFlags&quot; : 1,&lt;br/&gt;
	&quot;userFlags&quot; : 0,&lt;br/&gt;
	&quot;totalIndexSize&quot; : 159857152,&lt;br/&gt;
	&quot;indexSizes&quot; : &lt;/p&gt;
{
		&quot;_id_&quot; : 159857152
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;ok&quot; : 1&lt;br/&gt;
}&lt;br/&gt;
mongos&amp;gt;&lt;/p&gt;
</comment>
                            <comment id="401665" author="duraid.madina@10gen.com" created="Tue, 13 Aug 2013 05:33:33 +0000"  >&lt;p&gt;Hi Anton,&lt;/p&gt;

&lt;p&gt;I tried to reproduce your issue, but could not.&lt;/p&gt;

&lt;p&gt;I&apos;m concerned that one or more of your commands might have had a collection name with a small error. All of the commands you&apos;ve used would succeed in this case, but might lead to unexpected results.&lt;/p&gt;

&lt;p&gt;Are you still able to reproduce this issue? If you can, could you please capture the exact commands you use, and attach them to this case?&lt;/p&gt;

&lt;p&gt;Many thanks,&lt;br/&gt;
Duraid&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 13 Aug 2013 05:33:33 +0000</customfieldvalue>

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


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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 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>gabol</customfieldvalue>
            <customfieldvalue>duraid.madina@10gen.com</customfieldvalue>
            <customfieldvalue>jblackburn</customfieldvalue>
            <customfieldvalue>stephen.steneker@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmqcv:</customfieldvalue>

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

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;drop a collection via mongos&lt;br/&gt;
insert data to the collection via mongos&lt;br/&gt;
run db.collection.find() via mongos&lt;/p&gt;</customfieldvalue>

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

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

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