-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.0.0
-
Component/s: Sharding
-
None
-
Sharding
-
Fully Compatible
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
No repro, but exists in currently running system. See SO here:
http://dba.stackexchange.com/questions/98836/mongo-shard-with-negative-average-size
Here's output from a move shard:
{
"cause" : {
"chunkTooBig" : true,
"estimatedChunkSize" : NumberLong("1284608926708044072"),
"ok" : 0,
"errmsg" : "chunk too big to move",
"$gleStats" : {
"lastOpTime" : Timestamp(0, 0),
"electionId" : ObjectId("553034c33e622e6efa8c0a6c")
}
},
"ok" : 0,
"errmsg" : "move failed"
}