-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Replication
-
Fully Compatible
-
Repl 2023-11-27, Repl 2023-12-11
During oplog application, dbCheck current is applied in its own batch. As an optimization, it should instead be applied alongside other CRUD operations within a batch, as it is a read-only operation. We will need to make sure that the readTimestamp the batch is reading at is already available on the secondary.