cockroachdb / cockroachdb/cockroach
raft: verify that storeliveness and Raft align on peers reachability
Open
A-kv-replication
A-leader-leases
C-enhancement
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
with the store liveness layer existing below raft, we need to make sure that both store liveness and raft align on peer reachability. If store liveness shows that there is a normally working connection between two stores, raft peers across these stores should be able to communicate together
Jira issue: CRDB-43729
Contributor guide
Assessment
This issue has not been assessed yet.