-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
76951: admission: add cluster settings for epoch-LIFO queueing r=ajwerner a=sumeerbhola The epoch length, the additional delta duration to wait before closing the epoch, and the queueing delay threshold to switch to epoch-LIFO are all configurable. Additionally, the polling for closing an epoch, that was using a time.Ticker is replaced by a time.Timer, to simplify the code and to increase accuracy of closing. Release note (ops change): admission.epoch_lifo.epoch_duration, admission.epoch_lifo.epoch_closing_delta_duration, admission.epoch_lifo.queue_delay_threshold_to_switch_to_lifo are new cluster settings for configuring epoch-LIFO queueing. Co-authored-by: sumeerbhola <[email protected]>
- Loading branch information
Showing
4 changed files
with
151 additions
and
81 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