-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Minor Change
-
Repl 2019-08-26, Repl 2019-09-09, Repl 2019-09-23
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The following private methods are thinly wrapped by public methods, they can be merged:
_oplogApplication (merge with oplogApplication, rename to _runLoop)
_applyOps
fillWriterVectors and _fillWriterVectors are in fact quite distinct, so we will rename them. Additionally, _fillWriterVectors is recursive unnecessarily, we will refactor it to avoid recursion.