-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Execution EMEA Team 2023-10-30
In ChangeCollectionTruncateMarkers::_hasExcessMarkers we useĀ
getPartialMarker to read _lastHighestRecordId. Accesses to this variable should be protected with _lastHighestRecordMutex, but getPartialMarker allows doing the read without locking.
- is related to
-
SERVER-81485 More robust test coverage for change collection truncates with failovers
- Closed