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

Enforce data_frozen for partial searchable snapshot _tier_preference #71155

Merged
merged 7 commits into from
Apr 6, 2021

Commits on Mar 31, 2021

  1. Enforce data_frozen for partial searchable snapshot _tier_preference

    We already set `data_frozen` for partial searchable snapshots when they are mounted (elastic#70786), and
    automatically convert values other than the frozen role automatically for these snapshots when the
    metadata is loaded (elastic#71014). This commit makes the `_tier_preference` setting validate that the
    setting is *only* `data_frozen` when set on a partial searchable snapshot index.
    dakrone committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    6cbfc97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e96d705 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    f2dd315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bab290 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a718f4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    236ca57 View commit details
    Browse the repository at this point in the history
  5. Fix checkstyle

    dakrone committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    df62514 View commit details
    Browse the repository at this point in the history