cockroachdb / cockroachdb/cockroach
storage: removal of a store in a multi-store setup can break wal failover
Open
A-storage
C-enhancement
T-storage
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
With WAL Failover, we currently assume the mapping from primary to secondary is fixed.
If we omit a store flag, we'll exit because an existing store can no longer find its secondary WAL.
Jira issue: CRDB-42551
Epic CRDB-48087
Contributor guide
Assessment
This issue has not been assessed yet.