-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
ALL
-
Repl 2024-03-18
-
134
The logic here will process the entire oplog chain when determining adjusted record store counts for rollback.
This logic is not correct for vectored inserts that replicate transactionally, as it is possible that only some of the entries from a given vectored insert get rolled back, as seen in BF-32174.