Details
-
Bug
-
Resolution: Incomplete
-
Major - P3
-
None
-
3.0.0
-
None
-
Sharding
-
Fully Compatible
-
ALL
Description
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"
|
}
|