-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 16 (06/24/16), Repl 17 (07/15/16)
The OplogBufferCollection currently tries to store sentinel oplog entries, which are empty BSONObjs into the collection, which causes them to be both out of order and error when duplicated. Rather than putting them in the collection, we should save the optimes in which they're pushed, and then pop them when appropriate.
- is related to
-
SERVER-22130 Reset applier lastAppliedOptime after rollback
- Closed
-
SERVER-24491 Oplog as Buffer: Integration Tests
- Closed