-
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.
121148: server: clean up formatting of store props logged on start r=sumeerbhola a=jbowens On start Cockroach logs some information about the stores it initialized. Previously, the store properties were included through logging the roachpb.StoreProperties struct with a +v format specifier. Since the WAL failover path is a pointer to a string, the address of the string was printed rather than its contents. This commit implements redact.SafeFormatter for the roachpb.StoreProperties type and uses it to fix this bug. Epic: none Release note: none 121151: changefeedccl: add logging for bulk oracle/rebalancing during planning r=rharding6373 a=andyyang890 This patch adds a log line to note when the new bulk oracle is used and makes an existing log line for rebalancing active even when verbose logging is not on to aid with future debugging. Epic: None Release note: None Co-authored-by: Jackson Owens <[email protected]> Co-authored-by: Andy Yang <[email protected]>
- Loading branch information
Showing
4 changed files
with
70 additions
and
4 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