-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
132603: allocatorimpl: vlog on all excl. repl due to catchup conditions r=sumeerbhola a=kvoli Previously, we would only `VEventf(ctx, 5, ...)` when a replica was being excluded due to having a send queue, or not being in `StateReplicate`. Now also: - `V(4)` log when a replica is included due to missing stats. - `V(6)` log when a replica is included due to passing stats. Also, stop shadowing the range stat declaration with the replica stat declaration within the loop. Part of: #123509 Release note: None 133144: log: add unsafeWrapper in log package r=aa-joshi a=aa-joshi Previously, we are using `redact.Unsafe()` to mark a particular parameter as unsafe. We are updating log redaction flow as part of CRDB-37533. This change introduces `unsafeWrapper` which implements `SafeFormatter`. The wrapper is introduced so that future work can properly infer whether objects which are being logged are safe or unsafe. This is a `no-op` change which is necessary in order to mark redaction operation from within CRDB. Epic: CRDB-37533 Part of: CRDB-42344 Release note: None Co-authored-by: Austen McClernon <[email protected]> Co-authored-by: Akshay Joshi <[email protected]>
- Loading branch information
Showing
11 changed files
with
108 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters