-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Repl 2021-03-08, Repl 2021-03-22
Currently, the tenant oplog batcher restarts from scratch if the last noop entry we find in the oplog is less than startApplyingDonorOpTime. SERVER-53509 will build the oplog chain for retryable writes when writing out noop entries and we do this even for oplog entries that are less than the startApplyingDonorOpTime. If we resume from the beginning, we may process those retryable writes multiple times.
- related to
-
SERVER-53509 Create an oplog chain and update config.transactions for retryable writes
- Closed