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
Previously, panic messages in the cache package containing ref counts
were being redacted when surfaced in CockroachDB logs, making it
impossible to diagnose cache value ref counting issues.
Wrap the panic format strings with redact.Safe() so the full message
(including the ref count) is visible in redacted logs.
Informs: cockroachdb/cockroach#164740.
Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>
0 commit comments