Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throttle requests from the beginning #1199

Merged

Commits on Feb 24, 2021

  1. Throttle requests from the beginning

    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 elastic#1195
    danielmitterdorfer committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    cabdc63 View commit details
    Browse the repository at this point in the history