-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Sharding
-
ALL
Config servers require journaling to be on to support committed reads. If you try to specify --nojournal with --configsvr on the command line, we correctly error. If, however, you specify storage.journal.enabled:false in a config file along with sharing.clusterRole:configsvr, we allow it. This can cause all majority reads against the config servers to fail, rendering the cluster unusable.
- related to
-
SERVER-24551 Version 3.2 incorrect 'nojournal is not allowed when configsvr is specified' error when specifying nojournal=false
- Closed