-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Admin, Replication
-
Replication
Currently, you can not set maintenance mode on primaries:
shard01:PRIMARY> db.runCommand({replSetMaintenance:true}) { "ok" : 0, "errmsg" : "primaries can't modify maintenance mode" } shard01:PRIMARY>
From users perspective, it will be much more convenient if we allow to execute this command on primaries by triggering implicit stepDown.
- is related to
-
SERVER-14983 Ability to immediately mark the node as unable to service user queries
- Open