Skip to content

Commit 0505102

Browse files
Add 'since' info (#4316)
1 parent 8ff1dd9 commit 0505102

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/reference/configuration/configuration_reference.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,8 @@ The ``failover`` section defines parameters related to a :ref:`supervised failov
12431243

12441244
.. confval:: failover.call_timeout
12451245

1246+
**Since:** :doc:`3.1.0 </release/3.1.0>`.
1247+
12461248
A call timeout (in seconds) for monitoring and failover requests to an instance.
12471249

12481250
| Type: number
@@ -1253,6 +1255,8 @@ The ``failover`` section defines parameters related to a :ref:`supervised failov
12531255

12541256
.. confval:: failover.connect_timeout
12551257

1258+
**Since:** :doc:`3.1.0 </release/3.1.0>`.
1259+
12561260
A connection timeout (in seconds) for monitoring and failover requests to an instance.
12571261

12581262
| Type: number
@@ -1263,6 +1267,8 @@ The ``failover`` section defines parameters related to a :ref:`supervised failov
12631267

12641268
.. confval:: failover.lease_interval
12651269

1270+
**Since:** :doc:`3.1.0 </release/3.1.0>`.
1271+
12661272
A time interval (in seconds) that specifies how long an instance should be a leader without renew requests from a coordinator.
12671273
When this interval expires, the leader switches to read-only mode.
12681274
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
12751281

12761282
.. confval:: failover.probe_interval
12771283

1284+
**Since:** :doc:`3.1.0 </release/3.1.0>`.
1285+
12781286
A time interval (in seconds) that specifies how often a monitoring service of the failover coordinator polls an instance for its status.
12791287

12801288
| Type: number
@@ -1285,6 +1293,8 @@ The ``failover`` section defines parameters related to a :ref:`supervised failov
12851293

12861294
.. confval:: failover.renew_interval
12871295

1296+
**Since:** :doc:`3.1.0 </release/3.1.0>`.
1297+
12881298
A time interval (in seconds) that specifies how often a failover coordinator sends read-write deadline renewals.
12891299

12901300
| Type: number
@@ -1305,6 +1315,8 @@ See also: :ref:`supervised_failover_overview_fault_tolerance`
13051315

13061316
.. confval:: failover.stateboard.keepalive_interval
13071317

1318+
**Since:** :doc:`3.1.0 </release/3.1.0>`.
1319+
13081320
A time interval (in seconds) that specifies how long a transient state information is stored and how quickly a lock expires.
13091321

13101322
.. NOTE::
@@ -1320,6 +1332,8 @@ See also: :ref:`supervised_failover_overview_fault_tolerance`
13201332

13211333
.. confval:: failover.stateboard.renew_interval
13221334

1335+
**Since:** :doc:`3.1.0 </release/3.1.0>`.
1336+
13231337
A time interval (in seconds) that specifies how often a failover coordinator writes its state information to etcd.
13241338
This option also determines the frequency at which an active coordinator reads new commands from etcd.
13251339

0 commit comments

Comments
 (0)