To reproduce, set up a mongos, config server, and shard, set chunkSize to 0, and enable sharding on a db.
In master, caused by return rand() % ( MaxChunkSize / 5 ); in chunk.cpp: mkDataWritten()
- is duplicated by
-
SERVER-3628 can crash mongos by specifying fractional chunksize in config.settings
- Closed