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

Return 429 status code on read_only_allow_delete index block (#50166) #52672

Closed
wants to merge 4 commits into from

Commits on Feb 22, 2020

  1. Return 429 status code on read_only_allow_delete index block (elastic…

    …#50166)
    
    We consider index level read_only_allow_delete blocks temporary since
    the DiskThresholdMonitor can automatically release those when an index
    is no longer allocated on nodes above high threshold.
    
    The rest status has therefore been changed to 429 when encountering this
    index block to signal retryability to clients.
    
    Related to elastic#49393
    gaobinlong authored and henningandersen committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    4ac8975 View commit details
    Browse the repository at this point in the history
  2. Java 8 compatible.

    henningandersen committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    f6a2870 View commit details
    Browse the repository at this point in the history
  3. cs

    henningandersen committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    067ccf5 View commit details
    Browse the repository at this point in the history
  4. types compatible.

    henningandersen committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    e3f467e View commit details
    Browse the repository at this point in the history