-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
v5.0, v4.4, v4.2, v4.0
-
Repl 2021-06-14, Repl 2021-06-28
Right now, both localOplogNS and remoteOplogNS are configurable even though they should always be "local.oplog.rs". After SERVER-44709, we will no longer use remoteOplogNS when constructing an OplogFetcher during Initial Sync, so we should clean up these options and replace all their uses with NamespaceString::kRsOplogNamespace.