-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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 escape hatch permitting incompatible builds #65753
Remove escape hatch permitting incompatible builds #65753
Conversation
Today in `7.x` there is a deprecated system property that bypasses the check that prevents nodes of incompatible builds from communicating. This commit removes the system property in `master` so that the check is always enforced. Relates elastic#65601, elastic#65249
Pinging @elastic/es-distributed (Team:Distributed) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@elasticmachine please run elasticsearch-ci/packaging-sample-windows (failure getting dependencies) |
@elasticmachine please run elasticsearch-ci/packaging-sample-windows (failure getting dependencies again, but apparently it's ok now) |
Today in
7.x
there is a deprecated system property that bypasses thecheck that prevents nodes of incompatible builds from communicating.
This commit removes the system property in
master
so that the check isalways enforced.
Relates #65601, #65249