Skip to content

Comments

Prevent can_match requests from sending to incompatible nodes#25705

Merged
s1monw merged 1 commit intoelastic:masterfrom
s1monw:shortcut_incompatible_version
Jul 13, 2017
Merged

Prevent can_match requests from sending to incompatible nodes#25705
s1monw merged 1 commit intoelastic:masterfrom
s1monw:shortcut_incompatible_version

Conversation

@s1monw
Copy link
Contributor

@s1monw s1monw commented Jul 13, 2017

With cross cluster search we can potentially proxy can_match requests
to nodes that don't have the endpoint. This might not cause any problem
from a functional perspective but will cause ugly error messages on
the target node. This commit will cause an IAE if we try to talk to an
incompatible node via a proxy.

Relates to #25704

With cross cluster search we can potentially proxy `can_match` requests
to nodes that don't have the endpoint. This might not cause any problem
from a functional perspecitve but will cause ugly error messages on
the target node. This commit will cause an IAE if we try to talk to an
incompatible node via a proxy.

Relates to elastic#25704
@s1monw s1monw added :Search/Search Search-related issues that do not fall into other categories >enhancement review v6.0.0 labels Jul 13, 2017
@s1monw s1monw requested review from colings86, jimczi and jpountz July 13, 2017 10:29
Copy link
Contributor

@jimczi jimczi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@s1monw s1monw merged commit 0e5d324 into elastic:master Jul 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>enhancement :Search/Search Search-related issues that do not fall into other categories v6.0.0-beta1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants