-
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
[ML] Datafeed deprecation checks #37932
Conversation
Pinging @elastic/ml-core |
This actually highlights a bug in 6.0-6.6: the deprecation endpoint would not necessarily work in a mixed version cluster containing 5.6.5 plus one of these versions. But what's done is done and nobody has complained so far...
The deprecation info endpoint existed throughout the lifetime of 6.x, and if we'd done this for the ML bits too then it would have simplified the BWC wire transport checks. Therefore I will forward port this change to master so we don't have the same problem in 7.last. In the forward port to master some of the tests will become no-ops, as initially there won't be any deprecated search syntax in 7.0. I will put TODOs in these tests to add some deprecated search syntax once something has been deprecated for 8.0. |
Deprecation checks for the ML datafeed query and aggregations.
The master branch forward port of this is in #38026. |
Deprecation checks for ml datafeed query and aggregations