You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release note (performance improvement): The Raft tick interval has been
increased from 200 ms to 500 ms in order to reduce per-replica CPU
costs, and can now be adjusted via COCKROACH_RAFT_TICK_INTERVAL.
Dependant parameters such as the Raft election timeout
(COCKROACH_RAFT_ELECTION_TIMEOUT_TICKS), reproposal timeout
(COCKROACH_RAFT_REPROPOSAL_TIMEOUT_TICKS), and heartbeat interval
(COCKROACH_RAFT_HEARTBEAT_INTERVAL_TICKS) have been adjusted such that
their wall-time value remains the same.
Exalate commented:
Related PR: cockroachdb/cockroach#98584
Commit: cockroachdb/cockroach@5e6698e
Epic: none
Release note (performance improvement): The Raft tick interval has been
increased from 200 ms to 500 ms in order to reduce per-replica CPU
costs, and can now be adjusted via
COCKROACH_RAFT_TICK_INTERVAL
.Dependant parameters such as the Raft election timeout
(
COCKROACH_RAFT_ELECTION_TIMEOUT_TICKS
), reproposal timeout(
COCKROACH_RAFT_REPROPOSAL_TIMEOUT_TICKS
), and heartbeat interval(
COCKROACH_RAFT_HEARTBEAT_INTERVAL_TICKS
) have been adjusted such thattheir wall-time value remains the same.
Jira Issue: DOC-7223
The text was updated successfully, but these errors were encountered: