Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- ASH is not recommended for nodes with 64 or more vCPUs, due to degraded performance on those nodes. [#168289](https://github.com/cockroachdb/cockroach/issues/168289)
- On Basic and Standard CockroachDB {{ site.data.products.cloud }} clusters, ASH samples only cover work running on the SQL pod. KV-level work (storage I/O, lock waits, replication, etc.) is not visible in ASH samples.
- KV work triggered during COMMIT (for example, intent resolution, Raft proposals deferred from earlier statements in an explicit transaction) is attributed to the last statement's fingerprint, not the statement that originally caused the work. [#165864](https://github.com/cockroachdb/cockroach/issues/165864)
6 changes: 6 additions & 0 deletions src/current/_includes/v26.2/sidebar-data/troubleshooting.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"/${VERSION}/query-behavior-troubleshooting.html"
]
},
{
"title": "Active Session History",
"urls": [
"/${VERSION}/active-session-history.html"
]
},
{
"title": "Transaction Retry Error Reference",
"urls": [
Expand Down
Loading
Loading