RHEL 5.7 Enterprise Build:
m30999| Tue Feb 26 11:58:11.614 [Balancer] Refreshing MaxChunkSize: 1 m30999| Tue Feb 26 11:58:11.614 [Balancer] skipping balancing round because balancing is disabled Count is 199999 m30999| Tue Feb 26 11:58:17.639 [Balancer] Refreshing MaxChunkSize: 1 m30999| Tue Feb 26 11:58:17.639 [Balancer] skipping balancing round because balancing is disabled Count is 199999 assert.soon failed: function () { var c = testDB.foo.find().itcount(); print( "Count is " + c ); return c == numDocs; }, msg:Setup FAILURE: Count did not become correct after 30 seconds Error: Printing Stack Trace at printStackTrace (src/mongo/shell/utils.js:37:7) at doassert (src/mongo/shell/assert.js:6:1) at Function.assert.soon (src/mongo/shell/assert.js:110:48) at /data/buildslaves/Linux_64bit_Subscription_RHEL_57_Nightly/mongo/jstests/sharding/mrShardedOutput.js:75:16 Tue Feb 26 11:58:19.138 JavaScript execution failed: assert.soon failed: function () { var c = testDB.foo.find().itcount(); print( "Count is " + c ); return c == numDocs; }, msg:Setup FAILURE: Count did not become correct after 30 seconds at src/mongo/shell/assert.js:L7
Issue is inserts occurring during the critical section of a migrate not being replicated to the to shard.
- depends on
-
SERVER-8899 upgrading ShardChunkManager without write lock on setShardVersion can cause errors on writes
- Closed
- duplicates
-
SERVER-3569 Find operation does not return all documents that are previously inserted into a sharded environment while chunks are moved.
- Closed
- is related to
-
SERVER-8668 jstests/sharding/mrShardedOutput.js needs an index
- Closed
-
SERVER-8899 upgrading ShardChunkManager without write lock on setShardVersion can cause errors on writes
- Closed