cockroachdb / cockroachdb/cockroach
concurrency: add sequence number roll backs to TestLockTableConcurrentRequests
Open
A-kv-transactions
C-bug
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
**Describe the problem**
This can lead to interesting state transitions, especially when updating a lock with rolled back sequence numbers leads to a drop in the overall strength a key is held with. In such cases, requests that previously conflicted with the lock may now be able to proceed.
Jira issue: CRDB-32747
Contributor guide
Assessment
This issue has not been assessed yet.