docs
docs copied to clipboard
PR #103925 - ui: show active txn status as 'Idle' when it is not executing a stmt
Exalate commented:
Related PR: https://github.com/cockroachdb/cockroach/pull/103925 Commit: https://github.com/cockroachdb/cockroach/commit/c22f34ffffd5a732876d47cd09c570cf1c4db7cf Fixes: CRDB-26315
Release note (ui change): Active Transactions pages - Transaction status will be 'Idle' if the executing txn is not currently executing a statement, instead of having an 'Executing' status.
Jira Issue: DOC-7863