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

Cross Cluster Search: do not use dedicated masters as gateways #30926

Merged

Commits on May 29, 2018

  1. Cross Cluster Search: do not use dedicated masters as gateways

    When we are connecting to a remote cluster we should never select
    dedicated master nodes as gateway nodes, or we will end up loading them
    with requests that should rather go to other type of nodes e.g. data
    nodes or coord_only nodes.
    
    This commit adds the selection based on the node role, to the existing
    selection based on version and potential node attributes.
    
    Closes elastic#30687
    javanna committed May 29, 2018
    Configuration menu
    Copy the full SHA
    c47686b View commit details
    Browse the repository at this point in the history