cockroachdb / cockroachdb/cockroach
ui: poll resolved transaction fingerprints in insights contention details
Open
A-cluster-observability
C-bug
T-observability
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
The transaction insight details pages contain contention information which includes conflcting transaction fingerprint ids. This id can be shown as 0 if we haven't been able to resolve the txn fingerprint involved in the contention event yet. Currently, insight contention details, once loaded, is assumed to be complete. We should introduce polling for when we detect unresolved txn ids.
Jira issue: CRDB-30842
Contributor guide
Assessment
This issue has not been assessed yet.