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

Reindex resolve indices early #49850

Commits on Dec 5, 2019

  1. Reindex resolve indices early

    Resolve indices before starting to reindex. This ensures that the list
    of indices does not change when failing over (TBD). The one exception to
    this is aliases, which we still need to access through the alias.
    
    In addition, resolved index patterns are sorted by create-date and
    otherwise the listed order is preserved. This ensures that once we
    reindex one index at a time, we will get reasonable time locality for
    time based indices.
    
    The resolved list of indices will also by used to do searching one
    index (or index group) at a time, improving search performance (since we
    use sort) and allowing us to do more fine-grained checkpoint and track
    progress (TBD).
    
    Relates elastic#42612
    henningandersen committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    cf6f3fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b249d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48f7a8d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

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

Commits on Dec 10, 2019

  1. How could I....

    henningandersen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    33d8fd4 View commit details
    Browse the repository at this point in the history
  2. Fixed unchecked cast.

    henningandersen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    bef64e3 View commit details
    Browse the repository at this point in the history
  3. checkstyle

    henningandersen committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    ae2bef5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

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