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

Introduce separate shard limit for frozen shards (#71392) #71760

Merged

Commits on Apr 15, 2021

  1. Introduce separate shard limit for frozen shards (elastic#71392)

    Frozen indices (partial searchable snapshots) require less heap per
    shard and the limit can therefore be raised for those. We pick 3000
    frozen shards per frozen data node, since we think 2000 is reasonable
    to use in production.
    
    Relates elastic#71042 and elastic#34021
    henningandersen committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    031020c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    695474c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Fix mount frozen index during rolling upgrade

    If master ends up on a newer version than other cluster members, we
    cannot apply the new index setting for shard limits. We skip doing so
    for now.
    henningandersen committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    04437c4 View commit details
    Browse the repository at this point in the history