-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.4.0
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
Sharding 12 (04/01/16)
ShardCollectionCmd::run relies on Chunk::multiSplit to validate that a chunk is not split into more than 8192 parts as part of a 'shardcollection' command:
uassert(13333, "can't split a chunk in that many parts", m.size() < maxSplitPoints);
This check should occur earlier to prevent unnecessary work on the mongos process.
- related to
-
SERVER-35676 numInitialChunks Argument is Not Validated
- Closed