You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/reference/configuration/configuration_reference.rst
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3580,6 +3580,10 @@ The ``replication`` section defines configuration parameters related to :ref:`re
3580
3580
Once :ref:`box.ctl.promote() <box_ctl-promote>` is called, the instance becomes a candidate and starts a new election round.
3581
3581
If the instance wins the elections, it becomes a leader but won't participate in any new elections.
3582
3582
3583
+
.. NOTE::
3584
+
3585
+
You can set ``replication.election_mode`` to a value other than ``off`` if the :ref:`replication.failover <configuration_reference_replication_failover>` mode is ``election``.
3586
+
3583
3587
|
3584
3588
|Type: string
3585
3589
|Default: :ref:`box.NULL <box-null>` (the actual default value depends on :ref:`replication.failover <configuration_reference_replication_failover>`)
0 commit comments