struct

Raft::RPC::ConfigUpdate

Inherits Struct < Value < Object

Timeout configuration update distributed by the leader after RTT tuning. Followers apply these values to ensure cluster-wide consistency.

Constructors

new(heartbeat_interval : Int32, election_timeout_min : Int32, election_timeout_max : Int32)
Source

Instance methods

election_timeout_max

Tuned maximum election timeout in milliseconds.

Source
election_timeout_min

Tuned minimum election timeout in milliseconds.

Source
heartbeat_interval

Tuned heartbeat interval in milliseconds.

Source
type
Source