-
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
Ensure Reset Features API correctly resets ML configuration #69581
Comments
Pinging @elastic/ml-core (Team:ML) |
It's been pointed out that Transforms may need a look over as well. |
benwtrent
added a commit
to benwtrent/elasticsearch
that referenced
this issue
Apr 7, 2021
This commit updates transform feature reset to: - wait for transform tasks to complete - wait for all indexing actions to transform indices to complete - and prevents transform audit messages from being written while the reset is being processed related to elastic#70008 & elastic#69581
benwtrent
added a commit
that referenced
this issue
Apr 7, 2021
* [Transform] finalize feature reset integration (#71133) This commit updates transform feature reset to: - wait for transform tasks to complete - wait for all indexing actions to transform indices to complete - and prevents transform audit messages from being written while the reset is being processed related to #70008 & #69581
Machine learning and transform plugins now are fully cleaned up with the reset feature API. Following up PRs have fixed some bugs here and there, but it is looking stable right now. Closing issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While the PR that introduces the Reset Features API (#69469) includes a basic iteration of ML state cleanup, it may not be complete. This reset function should be evaluated by the ML and any shortcomings corrected if necessary.
/cc @droberts195
The text was updated successfully, but these errors were encountered: