-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.3.8
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2016-09-19
It dereferences the db without checking for null. This is especially a problem because it is called in the loop repairDatabasesAndCheckVersion for every database. It should be either moved out of the loop or only done when dbName == "local".
- is related to
-
SERVER-22030 Abort if oplog is uncapped when starting in repl mode
- Closed