Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR #98584 - base: increase RaftTickInterval from 200 ms to 500 ms #16512

Closed
cockroach-teamcity opened this issue Mar 17, 2023 · 1 comment
Closed

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Mar 17, 2023

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 that
their wall-time value remains the same.

Jira Issue: DOC-7223

@exalate-issue-sync
Copy link

Rich Loveland (rmloveland) commented:
Fixed in #16789

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants