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

Stabilize SLM REST Tests #46195

Merged

Commits on Aug 30, 2019

  1. Stabilize SLM REST Tests

    Unfortunately, elastic#42791 destabilized SLM tests because those tests use
    rate limiting the snapshot write rate to a very low value globally.
    Now that the various files in a snapshot get uploaded in parallel
    this can lead to a few threads in parallel way overshooting the low
    value throughput value used by the rate limiter and then making it
    wait for minutes which times out the tests that then try to abort
    the snapshot (see elastic#21759 for details, aborting a snapshot only
    happens when writing bytes to the repository).
    
    For now the old behavior of the test from before my changes can
    be restored by moving to a single threaded snapshot pool but
    we should find a better way of testing the SLM behaviour here in
    a follow-up.
    original-brownbear committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    6a357c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Configuration menu
    Copy the full SHA
    522ff5d View commit details
    Browse the repository at this point in the history