-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Environment:Win32
-
Fully Compatible
-
ALL
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
Seems like the auth.js test fails when inserting many documents:
m31200| 2013-08-27T13:24:25.226+0000 [conn17] moveChunk data transfer progress: { active: true, ns: "test.foo", from: "d2/EC2AMAZ-EXWX6MN:31200,EC2AMAZ-EXWX6MN:31201,EC2AMAZ-EXWX6MN:31202", min: { x: 37478.0 }, max: { x: 49049.0 }, shardKeyPattern: { x: 1.0 }, state: "clone", counts: { cloned: 133, clonedBytes: 12901, catchup: 0, steady: 0 }, ok: 1.0 } my mem used: 0 assert failed : Number of docs found does not equal the number inserted. Missing docs: 37479 Error: Printing Stack Trace at printStackTrace (src/mongo/shell/utils.js:37:15) at doassert (src/mongo/shell/assert.js:6:5) at assert (src/mongo/shell/assert.js:14:5) at D:\slave\Windows_32bit\mongo\jstests\sharding\auth.js:202:5 2013-08-27T13:24:25.242+0000 assert failed : Number of docs found does not equal the number inserted. Missing docs: 37479 at src/mongo/shell/assert.js:7 failed to load: D:\slave\Windows_32bit\mongo\jstests\sharding\auth.js
This is suspicious, since we had lots of WBLs going on during this blocking autosplit/migrate:
m31100| 2013-08-27T13:23:02.905+0000 [conn26] command admin.$cmd command: { moveChunk: "test.foo", from: "d1/EC2AMAZ-EXWX6MN:31100,EC2AMAZ-EXWX6MN :31101,EC2AMAZ-EXWX6MN:31102", to: "d2/EC2AMAZ-EXWX6MN:31200,EC2AMAZ-EXWX6MN:31201,EC2AMAZ-EXWX6MN:31202", fromShard: "d1", toShard: "d2", min: { x : 37478.0 }, max: { x: MaxKey }, maxChunkSizeBytes: 1048576, shardId: "test.foo-x_37478.0", configdb: "EC2AMAZ-EXWX6MN:29000", secondaryThrottle: f alse, waitForDelete: false } ntoreturn:1 keyUpdates:0 locks(micros) W:69 r:136 w:43 reslen:37 1177ms
http://buildlogs.mongodb.org/Windows%2032-bit/builds/6160/test/sharding/auth.js
- related to
-
SERVER-10639 trace_missing_docs_tests.js fails on mci builder in auth passthrough mode
-
- Closed
-