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

Force Refresh Listeners when Acquiring all Operation Permits #36835

Merged

Commits on Dec 20, 2018

  1. RELOCATION:Fix Indef. Block when Wait on Refresh

    * Fixes the issue reproduced in the added tests:
       * When having open index requests on a shard that are waiting for a refresh, relocating that shard
    becomes blocked until that refresh happens (which could be never as in the test scenario).
    * Fixed by:
      * Before trying to aquire all permits for relocation, refresh if there are outstanding operations
    original-brownbear committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    146f1d0 View commit details
    Browse the repository at this point in the history
  2. CR: different fix

    original-brownbear committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    f40c6a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70d2a24 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Configuration menu
    Copy the full SHA
    b426bd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a822245 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0893c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Configuration menu
    Copy the full SHA
    ca07cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7a5171 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Refactor

    ywelsch committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    daa9fc7 View commit details
    Browse the repository at this point in the history
  2. CR: add test

    original-brownbear committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    71bef56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a5483d View commit details
    Browse the repository at this point in the history
  4. CR: add assert

    original-brownbear committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    bf73f54 View commit details
    Browse the repository at this point in the history