-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throttle requests from the beginning (#1199)
With this commit we consult the scheduler prior to issuing a request instead of afterwards. If we don't do that, clients can coordinate creating a large initial load spike in Elasticsearch. With this countermeasure, it is possible that clients avoid this initial spike if a non-determistic scheduler, such as the poisson scheduler is chosen. Relates #1195
- Loading branch information
1 parent
5d93d2b
commit c0b33fb
Showing
2 changed files
with
7 additions
and
2 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