Details
-
Improvement
-
Status: Backlog
-
Major - P3
-
Resolution: Unresolved
-
None
-
None
-
Replication
Description
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.
Attachments
Issue Links
- is related to
-
SERVER-14983 Ability to immediately mark the node as unable to service user queries
-
- Open
-