-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Deprecation check for tribe node #36240
Conversation
Pinging @elastic/es-core-features |
return new DeprecationIssue(DeprecationIssue.Level.CRITICAL, | ||
"Tribe Node removed in favor of Cross Cluster Search", | ||
"https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking_70_cluster_changes.html" + | ||
"#_tribe_node_removed", |
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.
This link should work once #36239 is merged.
This reverts commit d8d8894.
These test failures appear to be due to the BWC problems around 5.6.15. @elasticmachine test this please |
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
Failure does not reproduce locally and appears unrelated. |
Adds a deprecation check for tribe node.
Relates to #36024 and #28443