cockroachdb / cockroachdb/cockroach
storage: metamorphic test can generate concurrent puts
Open
A-storage
C-bug
C-cleanup
T-storage
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
See https://github.com/cockroachdb/cockroach/issues/95986#issuecomment-1410931398 for a failure caused by this, due to the multiple intents that can be generated for the same key.
The mvcc_*_put operations and mvcc_delete need to also call `truncateSpanForConflicts`
cc: @itsbilal
Jira issue: CRDB-24047
Contributor guide
Assessment
This issue has not been assessed yet.