-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[ML] fix x-pack usage regression caused by index migration #36936
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] fix x-pack usage regression caused by index migration #36936
Conversation
|
Pinging @elastic/ml-core |
droberts195
left a comment
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
|
This PR still fails, because If anyone has a best practice for this case, please let me know. |
|
I think the solution is to have guice inject a different class, say |
Changed the feature usage retrieval to use the job manager rather than directly talking to the cluster state, because jobs can now be either in cluster state or stored in an index
c2c93aa to
1e203a8
Compare
Changes the feature usage retrieval to use the job manager rather than
directly talking to the cluster state, because jobs can now be either in
cluster state or stored in an index
This is a follow-up of #36702 / #36698
This is a blocker for 6.6: For every cluster that has at least 1 ML job created with 6.6+ (job configuration persisted in the new config index) the
_xpack/usageendpoint is broken which also breaks the collection of usage data.Notes: