Skip to content
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] improve trained model stats API performance (#87978) #88134

Merged
merged 1 commit into from
Jun 28, 2022

Conversation

benwtrent
Copy link
Member

Previous, get trained model stats API would build every pipeline defined in cluster state.

This is problematic when MANY pipelines are defined. Especially if those pipelines take some time to parse (consider GROK).

This improvement is part of fixing: #87931

Previous, get trained model stats API would build every pipeline defined in cluster state.

This is problematic when MANY pipelines are defined. Especially if those pipelines take some time to parse (consider GROK).

This improvement is part of fixing: elastic#87931
@benwtrent benwtrent added >bug :ml Machine learning backport auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) v7.17.5 labels Jun 28, 2022
@elasticmachine elasticmachine added the Team:ML Meta label for the ML team label Jun 28, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

@elasticsearchmachine elasticsearchmachine merged commit 9089bcd into elastic:7.17 Jun 28, 2022
@benwtrent benwtrent deleted the backport/7.17/pr-87978 branch June 28, 2022 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug :ml Machine learning Team:ML Meta label for the ML team v7.17.5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants