Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: fix transaction contention details query where clause
Change a `>=` to `=` in a where clause creation for txn details. The query where clause creation contained a bug where when filtering for a particular `waiting_txn_id`, we specify `>=` the id rather than strictly equals. This can lead to surfacing contention events for not just the txn id specified. Epic: none Release note (bug fix): In txn insight details, we will only surface contention details for the current txn and no others. Previously it was possible to see the contention details of other txns due to a bug.
- Loading branch information