cockroachdb / cockroachdb/cockroach
kv: add test for lagging stores with quiescence
Open
C-enhancement
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Previously with a lagging store, we could still quiesce ranges on stores once they had been replicated to all stores. With the changes to delay quiescence until after the messages have been admitted, we have a potential for a lot more unquiesced ranges. We should test this (at least manually) to see how different the system behaves.
Jira issue: CRDB-42278
Epic CRDB-37515
Contributor guide
Assessment
This issue has not been assessed yet.