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

Add cluster-wide shard limit warnings #34021

Merged
merged 12 commits into from
Oct 23, 2018

Commits on Sep 25, 2018

  1. Add cluster-wide shard limit warnings

    In a future major version, we will be introducing a soft limit on the
    number of shards in a cluster based on the number of nodes in the
    cluster. This limit will be configurable, and checked on operations
    which create or open shards and issue a warning if the operation would
    take the cluster over the limit.
    
    There is an option to enable strict enforcement of the limit, which
    turns the warnings into errors.  In a future release, the option will be
    removed and strict enforcement will be the default (and only) behavior.
    gwbrown committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    1e7d778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8a762a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

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

Commits on Oct 1, 2018

  1. Configuration menu
    Copy the full SHA
    92dec5d View commit details
    Browse the repository at this point in the history
  2. Review changes

    gwbrown committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    ff0e4a6 View commit details
    Browse the repository at this point in the history
  3. More review changes

    gwbrown committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    9aed58a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

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

Commits on Oct 16, 2018

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

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    51605b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe02b7b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    0d22857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14034d7 View commit details
    Browse the repository at this point in the history