-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update sample config (was missing cluster-tracing as well).
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,12 @@ reporting-disabled = false | |
heartbeat-timeout = "1s" | ||
leader-lease-timeout = "500ms" | ||
commit-timeout = "50ms" | ||
cluster-tracing = false | ||
|
||
# if enabled, when a raft cluster loses a peer due to a `DROP SERVER` command, | ||
# the leader will automatically ask a non-raft peer node to promote to a raft | ||
# peer. This only happens if there is a non-raft peer node available to promote. | ||
raft-promotion-enabled = true | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
otoolep
Contributor
|
||
|
||
### | ||
### [data] | ||
|
@otoolep