-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.4.0-rc1
-
Component/s: Sharding
-
None
-
Sharding
-
ALL
db.adminCommand({ shardCollection: 'test.user2', key:
{ x: 'hashed' }, numInitialChunks: 8193 });
{
"collectionsharded" : "test.user2",
"code" : 13333,
"ok" : 0,
"errmsg" : "exception: can't split a chunk in that many parts"
}