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
+111-3Lines changed: 111 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -546,6 +546,7 @@ config.etcd.*
546
546
:end-before: ee_note_centralized_config_end
547
547
548
548
This section describes options related to providing connection settings to a :ref:`centralized etcd-based storage <configuration_etcd>`.
549
+
If :ref:`replication.failover <configuration_reference_replication_failover>` is set to ``supervised``, Tarantool also uses etcd to maintain the state of failover coordinators.
A time interval (in seconds) that specifies how often a failover coordinator sends read-write deadline renewals.
1289
+
1290
+
|Type: number
1291
+
|Default: 10
1292
+
|Environment variable: TT_FAILOVER_RENEW_INTERVAL
1293
+
1294
+
1295
+
.. _configuration_reference_failover_stateboard:
1296
+
1297
+
failover.stateboard.*
1298
+
~~~~~~~~~~~~~~~~~~~~~
1299
+
1300
+
``failover.stateboard.*`` options define configuration parameters related to maintaining the state of failover coordinators in a remote etcd-based storage.
1301
+
1302
+
See also: :ref:`supervised_failover_overview_fault_tolerance`
Leadership in a replica set is controlled using an external failover agent.
3045
+
Leadership in a replica set is controlled using an :ref:`external failover coordinator <repl_supervised_failover>`.
2936
3046
2937
3047
In the ``supervised`` mode, :ref:`database.mode <configuration_reference_database_mode>` and :ref:`<replicaset_name>.leader <configuration_reference_replicasets_name_leader>` shouldn't be set explicitly.
0 commit comments