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

Give helpful message on remote connections disabled #53690

Merged

Commits on Mar 17, 2020

  1. Give helpful message on remote connections disabled

    Today when cluster.remote.connect is set to false, and some aspect of
    the codebase tries to get a remote client, today we return a no such
    remote cluster exception. This can be quite perplexing to users,
    especially if the remote cluster is actually defined in their cluster
    state, it is only that the local node is not a remote cluter
    client. This commit addresses this by providing a dedicated error
    message when a remote cluster is not available because the local node is
    not a remote cluster client.
    jasontedor committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    11817d3 View commit details
    Browse the repository at this point in the history