-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We currently trigger two updatePositions when an op is journaled; the journalListener callback does one, and the applyBatchFinalizer does the other one once waitForDurable() returns. We should only do one of these.