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

Assign follower primary to nodes with remote cluster client role #59375

Merged
merged 1 commit into from
Jul 14, 2020

Commits on Jul 12, 2020

  1. Assign follower primary to nodes with remote cluster client role

    The primary shards of follower indices during the bootstrap need to be
    on nodes with the remote cluster client role as those nodes reach out to
    the corresponding leader shards on the remote cluster to copy Lucene
    segment files and renew the retention leases. This commit introduces a
    new allocation decider that ensures those follower primaries are
    allocated to nodes with that role.
    
    Co-authored-by: Jason Tedor <jason@tedor.me>
    dnhatn and jasontedor committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    473531b View commit details
    Browse the repository at this point in the history