From 2d9d84981b1ed7652c6db556ad3b6d9974d0fedb Mon Sep 17 00:00:00 2001 From: Geoffrey Wossum Date: Mon, 1 Apr 2024 14:15:23 -0500 Subject: [PATCH] fix: correct definition of `commit-timeout` (#5403) * fix: correct definition of `commit-timeout` Correct definition of `commit-timeout` to match its use in Raft. See https://github.com/hashicorp/raft/issues/28 for more information. * Update content/enterprise_influxdb/v1/administration/configure/config-meta-nodes.md --------- Co-authored-by: Jason Stirnaman --- .../v1/administration/configure/config-meta-nodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/enterprise_influxdb/v1/administration/configure/config-meta-nodes.md b/content/enterprise_influxdb/v1/administration/configure/config-meta-nodes.md index bed36cc78..04b719aae 100644 --- a/content/enterprise_influxdb/v1/administration/configure/config-meta-nodes.md +++ b/content/enterprise_influxdb/v1/administration/configure/config-meta-nodes.md @@ -238,8 +238,8 @@ Environment variable: `INFLUXDB_META_LEADER_LEASE_TIMEOUT` Default is `"50ms"`. -The commit timeout is the amount of time a Raft node will tolerate between -commands before issuing a heartbeat to tell the leader it is alive. +The commit timeout is the interval that the leader waits between sending messages with +the leader's commit index to followerers. The default setting should work for most systems. Environment variable: `INFLUXDB_META_COMMIT_TIMEOUT`