-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
0
repl2.js uses the collection size to verify that the documents it has inserted into the master has been successfully propagated to the slave. Currently, it uses the fast count feature to get the collection size which can occasionally be inaccurate. We should change repl2.js to use itcount() instead.
- is related to
-
SERVER-24901 rollback5.js should not depend on size storer value to get collection size
- Closed
-
SERVER-25854 Change count() to itcount() in sharding_with_x509.js to avoid incorrect counts due to ongoing migrations
- Closed
-
SERVER-19052 Remove sizeStorer recalculations at startup with WiredTiger
- Closed