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
107355: cli: enhance diagnosing contention with redacted debug zips r=fqazi a=fqazi
Previously a redacted zip, we would exclude retries and key information for contended keys since they could contain PII data. This patch does the following:
- Adds a new builtin is_system_table_key which allows us to know if a key belongs to a system table
- Modified redacted debug zips to include data for system keys in contention tables conditionally (if they belong to system tables)
- Include retries and last_retry_reason information for queries in cluster insights to help diagnose contention
Fixes: cockroachdb#104593
108454: Revert "kvprober: metamorphically enable / configure kvprober" r=andrewbaptist,joshimhoff a=nvanbenschoten
This reverts (most of) commit 769ba1c.
That commit metamorphically enabled kvprober. This has been observed to be destabliziing to unit tests. When the metamorphic constant is enabled (50% of the time) and when kvprober is fast enough, random ranges will see extra requests that they aren’t expecting. This adds nondeterminism which can trip up tests in any number of different ways.
All of the following flakes have been tracked back to kvprober:
Fixescockroachdb#107864.
Fixescockroachdb#108242.
Fixescockroachdb#108441.
Fixescockroachdb#108349.
Fixescockroachdb#108124.
Closescockroachdb#108366.
Release note: None
Co-authored-by: Faizan Qazi <[email protected]>
Co-authored-by: Nathan VanBenschoten <[email protected]>
0 commit comments