cockroachdb / cockroachdb/cockroach
base: simplify Raft/lease/network configuration
Open
A-kv-replication
C-enhancement
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
We currently have a bunch of parameters that control e.g. lease durations and Raft timings. These have non-obvious interactions, and can be hard/dangerous for users to change. We should revise these and come up with more user-friendly settings to control what users want (e.g. lease durations), while also exposing the tradeoffs in terms of latency tolerance and processing costs.
Jira issue: CRDB-23094
Contributor guide
Assessment
This issue has not been assessed yet.