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

Batch open-indices cluster state updates #83760

Merged
merged 13 commits into from Feb 10, 2022

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    4ab1ab6 View commit details
    Browse the repository at this point in the history
  2. Cleanup: clamp down access

    These aren't used from tests or other code, so they might as well be
    private.
    joegallo committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    3c51b6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5096773 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eb315f View commit details
    Browse the repository at this point in the history
  5. Heck yeah, mocks

    joegallo committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    4d93974 View commit details
    Browse the repository at this point in the history
  6. Batch open-indices

    Mostly a bunch of ceremony around moving the innermost openIndices()
    call to a custom ClusterStateTaskExecutor. For now this does the
    simplest thing possible and 'just' pulls all the indices from all the
    requests and gloms them together (well, with de-duplication) into one
    big openIndices call.
    joegallo committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    305aa07 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Clamp down visibility

    joegallo committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    b23ecdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f584fab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1df639c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2fb350 View commit details
    Browse the repository at this point in the history
  5. Simpler health change log message

    plus it parallels what we already have for "indices closed".
    joegallo committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    8eab294 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff2d068 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62f3d7f View commit details
    Browse the repository at this point in the history