-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log redact on TiFlash #1277
Comments
ClusterManager only handle range of table record like [t tid _r, t tid+1 ), no user key will be printed in log. |
For Protobuf struct in loggingProtobuf provides a class Related article on how to use protobuf reflection: https://zhuanlan.zhihu.com/p/313369306 |
TODO: Update document in this URL https://docs.pingcap.com/tidb/stable/log-redaction |
The PRs to fix those documents: |
close as the |
Log redacted: Avoid printing user data (mostly user keys) to info log. Replace the value into
?
.Spec
Logs to be redacted:
TiKVKeyValue
,RowKeyRange
,HandleRange
[Redact log] Redact key range and value in RSFilter from logging #1282Related issue in TiDB: pingcap/tidb#18566
Related PR in TiKV: tikv/tikv#8670
The text was updated successfully, but these errors were encountered: