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

kvserver: reduce Raft tick frequency #98565

Closed
erikgrinaker opened this issue Mar 14, 2023 · 2 comments
Closed

kvserver: reduce Raft tick frequency #98565

erikgrinaker opened this issue Mar 14, 2023 · 2 comments
Assignees
Labels
C-performance Perf of queries or internals. Solution not expected to change functional behavior.

Comments

@erikgrinaker
Copy link
Contributor

erikgrinaker commented Mar 14, 2023

Unquiesced replicas use a lot of CPU when idle (see #94592). Reducing the tick frequency may be a cheap way to reduce this cost, e.g. by increasing the tick interval from 200 ms to 400 ms.

Jira issue: CRDB-25336

@erikgrinaker erikgrinaker added C-performance Perf of queries or internals. Solution not expected to change functional behavior. T-kv-replication labels Mar 14, 2023
@erikgrinaker erikgrinaker self-assigned this Mar 14, 2023
@blathers-crl
Copy link

blathers-crl bot commented Mar 14, 2023

cc @cockroachdb/replication

@erikgrinaker erikgrinaker changed the title kvserver: reduce tick frequency kvserver: reduce Raft tick frequency Mar 14, 2023
@erikgrinaker
Copy link
Contributor Author

Resolved by #98584.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-performance Perf of queries or internals. Solution not expected to change functional behavior.
Projects
None yet
Development

No branches or pull requests

1 participant