Skip to content

Commit

Permalink
Fix applied to PGD 5.6 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m authored and josh-heyer committed Sep 11, 2024
1 parent bcafc53 commit 004687d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion product_docs/docs/pgd/5.6/reference/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ The reference section is a definitive listing of all functions, views, and comma
* [`bdr.global_tcp_user_timeout`](pgd-settings#bdrglobal_tcp_user_timeout)
### [Internal settings - Raft timeouts](pgd-settings#internal-settings---raft-timeouts)
* [`bdr.raft_global_election_timeout`](pgd-settings#bdrraft_global_election_timeout)
* [`bdr.raft_local_election_timeout`](pgd-settings#bdrraft_local_election_timeout)
* [`bdr.raft_group_election_timeout`](pgd-settings#bdrraft_group_election_timeout)
* [`bdr.raft_response_timeout`](pgd-settings#bdrraft_response_timeout)
### [Internal settings - Other Raft values](pgd-settings#internal-settings---other-raft-values)
* [`bdr.raft_keep_min_entries`](pgd-settings#bdrraft_keep_min_entries)
Expand Down
4 changes: 2 additions & 2 deletions product_docs/docs/pgd/5.6/reference/pgd-settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ To account for network failures, the Raft consensus protocol implements timeouts
for elections and requests. This value is used when a request is
being sent to the global (top-level) group. The default is 6 seconds (6s).

### `bdr.raft_local_election_timeout`
### `bdr.raft_group_election_timeout`

To account for network failures, the Raft consensus protocol implements timeouts
for elections and requests. This value is used when a request is
Expand All @@ -589,7 +589,7 @@ being sent to the sub-group. The default is 3 seconds (3s).

For responses, the settings of
[`bdr.raft_global_election_timeout`](#bdrraft_global_election_timeout) and
[`bdr.raft_local_election_timeout`](#bdrraft_local_election_timeout) are used
[`bdr.raft_group_election_timeout`](#bdrraft_group_election_timeout) are used
as appropriate. You can override this behavior by setting
this variable. The setting of `bdr.raft_response_timeout` must be less than
either of the election timeout values. Set this variable to -1 to disable the override.
Expand Down

0 comments on commit 004687d

Please sign in to comment.