-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
Execution EMEA Team 2023-10-02
-
134
When featureFlagUseUnreplicatedTruncatesForDeletions is enabled, change collection entries are removed via unreplicated truncates. This means the change collection entries of different nodes in a replica set can be truncated at different rates.
It's not safe to check change collection entries through dbHash in the typical manner. Instead, a check similar the pre-image check added as part of SERVER-75440 should be added to guarantee the change entries are consistent.
- related to
-
SERVER-75440 Add separate check for preimage consistency
- Closed
-
SERVER-81485 More robust test coverage for change collection truncates with failovers
- Closed