Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions modules/reference/partials/properties/cluster-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14936,53 +14936,6 @@ endif::[]
|===


=== raft_election_timeout_ms

Election timeout expressed in milliseconds.

[cols="1s,2a"]
|===
| Property | Value

| Type
| `integer`



| Range
| [`-17592186044416`, `17592186044415`]

| Default
|
ifdef::env-cloud[]
Available in the Redpanda Cloud Console
endif::[]
ifndef::env-cloud[]
`1500` (1500 milliseconds)
endif::[]

| Nullable
| No

| Unit
| Milliseconds

| Requires restart
| No

ifndef::env-cloud[]
| Restored on xref:manage:whole-cluster-restore.adoc[Whole Cluster Restore]
| Yes
endif::[]

ifndef::env-cloud[]
| Visibility
| Tunable
endif::[]

|===


=== raft_enable_longest_log_detection

Enables an additional step in leader election where a candidate is allowed to wait for all the replies from the broker it requested votes from. This may introduce a small delay when recovering from failure, but it prevents truncation if any of the replicas have more data than the majority.
Expand Down
Loading