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

[Upgrade Assistant] Open And Close Slight Refactor #59890

Merged
merged 5 commits into from
Mar 12, 2020

Commits on Mar 11, 2020

  1. Refactor: Move checking of closed index to single point

    We should rather only check if an index is currently closed the
    moment before starting to reindex. We still store a flag to
    indicate that we opened an index that was closed, but this
    should not be set from the reindex handlers because the reindex
    task may only start some time later in which case the closed
    index could have been opened and our reindex job will open it
    and close it again.
    jloleysens committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    9e3673f View commit details
    Browse the repository at this point in the history
  2. Added debug log

    jloleysens committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    14236e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    876884a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Added comment

    jloleysens committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    bf62424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22ee996 View commit details
    Browse the repository at this point in the history