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

Update zen2 settings only if there is no v6 master node #1595

Merged
merged 3 commits into from
Aug 20, 2019

Commits on Aug 19, 2019

  1. Only update zen2 settings if there is no v6 master node

    When doing any zen2 API call (voting config exclusions), we checked if
    there is at least one v7+ master in the cluster in order to proceed.
    This is wrong because if the current master is a v6 node, the call will
    fail.
    In a cluster with mixed v6 -> v7 versions, the current master is
    supposed to be a v6 node. Zen2 APIs can be called once there is no more
    v6 node in the cluster, at which point the current master is a v7 node.
    
    For more context, see
    elastic#1281 (comment)
    sebgl committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    0cbb157 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

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