Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
ALL
Description
Failure on zbigMapReduce.js:
http://buildbot.mongodb.org/builders/Windows%2064-bit%20DEBUG/builds/884 revision 5741e9a35cfdbf7aa475f4a611f9b57c0c98134d
http://buildlogs.mongodb.org/Windows%2064-bit%20DEBUG/builds/884/test/sharding/zbigMapReduce.js
m31200| Wed Jul 03 17:08:12.237 [conn14] command test.$cmd command: { mapreduce: "foo", map: function () { emit(this.val, 1); }, reduce: function (key, values) { return Array.sum(values); }, query: { i: { $gte: 51200.0 } }, out: "tmp.mrs.foo_1372885543_16", shardedFirstPass: true } ntoreturn:1 keyUpdates:0 numYields: 42192 locks(micros) W:17031 r:118007346 w:86481206 reslen:149 149175ms
|
m31201| Wed Jul 03 17:08:12.252 [repl writer worker 1]
|
m31201| debug have W lock but w would suffice for command drop
|
m31201| Wed Jul 03 17:08:12.252 [repl writer worker 1] CMD: drop test.tmp.mr.foo_18_inc
|
Wed Jul 03 17:08:12.252 map reduce failed:{
|
"code" : 15988,
|
"ok" : 0,
|
"errmsg" : "exception: could not run map command on all shards for ns test.foo and query { i: { $gte: 51200.0 } } :: caused by :: error querying server"
|
} at src/mongo/shell/collection.js:975
|
failed to load: D:\slave\Windows_64bit_DEBUG\mongo\jstests\sharding\zbigMapReduce.js
|
milkie - please triage? This doesn't seem to resemble the other zbigMapReduce.js failures we've seen lately.
Attachments
Issue Links
- is duplicated by
-
SERVER-10116 zBigMapReduce.js failure on Linux 64-bit debug dur off
-
- Closed
-