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

Avoid regular indices in frozen tier #70141

Commits on Mar 9, 2021

  1. Avoid regular indices in frozen tier

    The frozen tier will be dedicated for partially cached searchable
    snapshots. This PR ensures that we do not allow allocating regular
    indices (including fully cached searchable snapshots) to the frozen
    tier.
    henningandersen committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    da7aec3 View commit details
    Browse the repository at this point in the history
  2. Fixes

    Blob cache index not on frozen.
    When cloning frozen have to specify the tier
    henningandersen committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    0d99c4d View commit details
    Browse the repository at this point in the history
  3. spotless

    henningandersen committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    55d4178 View commit details
    Browse the repository at this point in the history
  4. Disable some tests temporarily

    These tests are going to be touched by other work, will wait merging
    this until that is done.
    henningandersen committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    98bf727 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc7503a View commit details
    Browse the repository at this point in the history
  6. fix

    henningandersen committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8734624 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7259e89 View commit details
    Browse the repository at this point in the history
  8. smaller fixes

    henningandersen committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    2831e28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4460f20 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    16fde1f View commit details
    Browse the repository at this point in the history
  2. Disable bwc

    Old 7.12/7.13 clusters will create the .snapshot-blob-cache index with
    tier preference including frozen, which causes cluster state updates
    to fail when upgrading. Disabling bwc until this is in 7.12.
    henningandersen committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    af02126 View commit details
    Browse the repository at this point in the history
  3. Add assertions

    henningandersen committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    20087bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db7e7e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    771d616 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39506a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ca4286 View commit details
    Browse the repository at this point in the history