Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
Repl 2019-09-09
Description
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.