Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
Repl 2019-08-26, Repl 2019-09-09
Description
The oplog application code uses a mix of classes and free functions, but there are a few static methods as well: SyncTail::syncApply and ApplierHelpers::stableSortByNamespace. In order to use fewer different kinds of functions, convert these static methods to free functions.