-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.8.0-rc4
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
In storage engines that do not exclusively lock the oplog collection for the duration of a logop() operation, there is a race condition between the generation of a write's optime and recording the most recently accepted optime for the primary node via a call to ReplicationCoordiantor::setMyLastOptime().
Because all failures of logOpRS are fatal, it suffices to update the coordinator's view of the most recent optime when the optime is generated. An alternative solution that might be more correct would be to force the storage engine to update the coordinator's view of the optime when the oplog entries for the new optimes become visible. This approach may be necessary if we wish to make logOpRS failures recoverable.