You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli: include system table contention information in redacted debug zips
Previously, when generating a redacted debug zip we would omit information
about retries and contended keys, which could make issues involving
contention leasing / descriptors / jobs hard to diagnose. For example,
it's easily possible for users to collect redacted zips when these situations
are occurring and we will not have sufficient information to diagnose them.
This patch removes redaction from relevant columns if we know that the keys
involve system tables or just harmless stuff like retries/retry reasons.
Fixes: cockroachdb#104593
Release note: None
0 commit comments