Currently, mongos instances can be configured with a chunkSize and autoSplit settings. The first indicates the maximum chunk size after which chunks will be considered jumbo and won't be moved until split and the second indicates whether inserts should automatically split chunks.
Since the balancer now will reside on the config server, there is no point in porting these options to mongod as well and instead they should be driven entirely from the values in config.settings.
- is depended on by
-
SERVER-23822 Coverity analysis defect 98550: Unintentional integer overflow
- Closed