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

Remove the 'local' parameter of /_cat/nodes #50594

Commits on Jan 3, 2020

  1. Remove the 'local' parameter of /_cat/nodes

    The cat nodes API performs a `ClusterStateAction` then a `NodesInfoAction`.
    Today it accepts the `?local` parameter and passes this to the
    `ClusterStateAction` but this parameter has no effect on the `NodesInfoAction`.
    This is surprising, because `GET _cat/nodes?local` looks like it might be a
    completely local call but in fact it still depends on every node in the
    cluster.
    
    This parameter was deprecated in 7.x in elastic#50499 and this commit removes it.
    
    Relates elastic#50088
    DaveCTurner committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    80f0241 View commit details
    Browse the repository at this point in the history