@@ -1243,6 +1243,8 @@ The ``failover`` section defines parameters related to a :ref:`supervised failov
1243
1243
1244
1244
.. confval :: failover.call_timeout
1245
1245
1246
+ **Since: ** :doc: `3.1.0 </release/3.1.0 >`.
1247
+
1246
1248
A call timeout (in seconds) for monitoring and failover requests to an instance.
1247
1249
1248
1250
| Type: number
@@ -1253,6 +1255,8 @@ The ``failover`` section defines parameters related to a :ref:`supervised failov
1253
1255
1254
1256
.. confval :: failover.connect_timeout
1255
1257
1258
+ **Since: ** :doc: `3.1.0 </release/3.1.0 >`.
1259
+
1256
1260
A connection timeout (in seconds) for monitoring and failover requests to an instance.
1257
1261
1258
1262
| Type: number
@@ -1263,6 +1267,8 @@ The ``failover`` section defines parameters related to a :ref:`supervised failov
1263
1267
1264
1268
.. confval :: failover.lease_interval
1265
1269
1270
+ **Since: ** :doc: `3.1.0 </release/3.1.0 >`.
1271
+
1266
1272
A time interval (in seconds) that specifies how long an instance should be a leader without renew requests from a coordinator.
1267
1273
When this interval expires, the leader switches to read-only mode.
1268
1274
This action is performed by the instance itself and works even if there is no connectivity between the instance and the coordinator.
@@ -1275,6 +1281,8 @@ The ``failover`` section defines parameters related to a :ref:`supervised failov
1275
1281
1276
1282
.. confval :: failover.probe_interval
1277
1283
1284
+ **Since: ** :doc: `3.1.0 </release/3.1.0 >`.
1285
+
1278
1286
A time interval (in seconds) that specifies how often a monitoring service of the failover coordinator polls an instance for its status.
1279
1287
1280
1288
| Type: number
@@ -1285,6 +1293,8 @@ The ``failover`` section defines parameters related to a :ref:`supervised failov
1285
1293
1286
1294
.. confval :: failover.renew_interval
1287
1295
1296
+ **Since: ** :doc: `3.1.0 </release/3.1.0 >`.
1297
+
1288
1298
A time interval (in seconds) that specifies how often a failover coordinator sends read-write deadline renewals.
1289
1299
1290
1300
| Type: number
@@ -1305,6 +1315,8 @@ See also: :ref:`supervised_failover_overview_fault_tolerance`
1305
1315
1306
1316
.. confval :: failover.stateboard.keepalive_interval
1307
1317
1318
+ **Since: ** :doc: `3.1.0 </release/3.1.0 >`.
1319
+
1308
1320
A time interval (in seconds) that specifies how long a transient state information is stored and how quickly a lock expires.
1309
1321
1310
1322
.. NOTE ::
@@ -1320,6 +1332,8 @@ See also: :ref:`supervised_failover_overview_fault_tolerance`
1320
1332
1321
1333
.. confval :: failover.stateboard.renew_interval
1322
1334
1335
+ **Since: ** :doc: `3.1.0 </release/3.1.0 >`.
1336
+
1323
1337
A time interval (in seconds) that specifies how often a failover coordinator writes its state information to etcd.
1324
1338
This option also determines the frequency at which an active coordinator reads new commands from etcd.
1325
1339
0 commit comments