-
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.
115785: changefeedccl: add parallel io metrics r=jayshrivastava a=jayshrivastava This change adds metrics to improve the observability of contention in the batching webhook and pubsub sinks. Previously, there were no metrics to count the number of pending and in-flight keys, so this change adds `changefeed.parallel_io_pending_keys` and `changefeed.parallel_io_result_queue_nanos` to measure them respectively. This change also adds `changefeed.parallel_io_result_queue_nanos` to measure the time which results from the sink must wait in a queue before the changefeed acks them. Release note: None 116286: kv,admission: add missing admission headers r=sumeerbhola a=aadityasondhi This patch adds missing admission headers in a couple of places: `txn_interceptor_heartbeater` and `replica_range_lease`. Batch requests coming from these code paths are expected to bypass AC. Empty admission headers were accomplishing the same goal but this makes it more clear at what the intention is. Informs #112680 Release note: None Co-authored-by: Jayant Shrivastava <jayants@cockroachlabs.com> Co-authored-by: Aaditya Sondhi <20070511+aadityasondhi@users.noreply.github.com>
- Loading branch information
Showing
9 changed files
with
325 additions
and
100 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
Oops, something went wrong.