-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
Repl 2019-09-09
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently createIndexForApplyOps gets called only in 2 places.
1. via applyCommand_inlock
2. rollbackDropIndexes
and both of them pass this function incrementOpsAppliedStats parameter as NULL. incrementOpsAppliedStats (increments the repl.apply.ops counter) gets called after the execution of applyCommand_inlock.