-
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.
86123: streamingccl: fix NPE in crdb_internal.stream_ingestion_stats* r=ajwerner a=stevendanna This fixes a NPE that could occur if the user passed in the Job ID of a job that isn't a stream ingestion job. Fixes #86040 Release note: None Release justification: Bug fix for non-production feature. 86130: kvserver: annotate Replica.Send with pprof labels r=tbg a=pavelkalinnikov This commit adds pprof labels to Send methods, as a proper replacement of the no longer working (since Go 1.17) unnamed parameters hack. Adding labels is conditional to the CPU profile cluster setting, to avoid the profiling cost and extra allocations in pprof.Do context construction during normal operation. Fixes #85948 Release justification: Profiling labels help investigating customer issues Release note: None Co-authored-by: Steven Danna <[email protected]> Co-authored-by: Pavel Kalinnikov <[email protected]>
- Loading branch information
Showing
4 changed files
with
32 additions
and
32 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