-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-2993: #87 Expire based on time spent in the queue
Summary: We do not expect calls to spend too long waiting in the queue. If they spend way too long, it means that the system is already in a bad state, and we may be applying backpressure to prevent new requests from joining the queue. To avoid spending time on calls that are too old, we will abort calls, if they have just been waiting in the queue for too long and move on to process more "timely" requests. Test Plan: Added a test. + Jenkins Reviewers: kannan, bharat, hector, mikhail Reviewed By: bharat, hector, mikhail Subscribers: bharat, ybase Differential Revision: https://phabricator.dev.yugabyte.com/D4251
- Loading branch information
1 parent
1796740
commit d537ed2
Showing
4 changed files
with
80 additions
and
5 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