-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
0
If a certain document is slow to commit, the chunk splitter won't see that document in the chunk even if that document was the one that caused it to split, and won't split the chunk, so that can lead to the count being slightly off. I reproduced it by sleeping after documents with ids 15, 17, 18, and 19, but not 16. Can fix by changing 12 here to 10.
- is depended on by
-
SERVER-37699 Lower logging verbosity for shard_existing_coll_chunk_count.js
- Closed