concurrency: invalid locks-wait in jaeger trace #130075
Labels
branch-master
Failures and bugs on the master branch.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-support
Would prevent or help troubleshoot a customer escalation - bugs, missing observability/tooling, docs
P-3
Issues/test failures with no fix SLA
T-kv
KV Team
Describe the problem
Was looking at a statement bundle1 and noticed this:
The
locks-wait
is clearly bogus. The real wait in this case should be O(100ms).For this support escalation, this bug is inconsequential since we have the entire statement trace and can derive the actual wait times. But if this data is used for anything, it would produce wildly incorrect results.
The tag comes from this code:
/pkg/kv/kvserver/concurrency/lock_table_waiter.go#L1175-L1180
Jira issue: CRDB-41866
Footnotes
stmt-bundle-999296444512665639 in https://github.com/cockroachlabs/support/issues/3079 ↩
The text was updated successfully, but these errors were encountered: