From cb1256a0538b482fd3e44928b149102ff0d92848 Mon Sep 17 00:00:00 2001 From: andreyaksenov Date: Mon, 19 Aug 2024 17:52:30 +0300 Subject: [PATCH] Election mode note --- doc/reference/configuration/configuration_reference.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/reference/configuration/configuration_reference.rst b/doc/reference/configuration/configuration_reference.rst index dbf509bf4..fd10ea327 100644 --- a/doc/reference/configuration/configuration_reference.rst +++ b/doc/reference/configuration/configuration_reference.rst @@ -3580,6 +3580,10 @@ The ``replication`` section defines configuration parameters related to :ref:`re Once :ref:`box.ctl.promote() ` is called, the instance becomes a candidate and starts a new election round. If the instance wins the elections, it becomes a leader but won't participate in any new elections. + .. NOTE:: + + You can set ``replication.election_mode`` to a value other than ``off`` if the :ref:`replication.failover ` mode is ``election``. + | | Type: string | Default: :ref:`box.NULL ` (the actual default value depends on :ref:`replication.failover `)