-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Data frame analytics wizard: ensure progress is updated correctly #97889
Conversation
Pinging @elastic/ml-ui (:ml) |
@pheyos - would you be up for confirming the issue is fixed for you as well? I haven't been able to reproduce again with the fix. |
Code LGTM |
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.
Code LGTM
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.
Tested and couldn't reproduce the issue anymore with this fix 🎉
LGTM
Co-authored-by: Kibana Machine <[email protected]>
Summary
Fixes #90137
Takes into account
jobStats
when the job has not started yet but has been created{currentPhase: 1, progress: 0, totalPhases: 8}
Checks the job has started before clearing interval when state is 'stopped'
Checklist
Delete any items that are not applicable to this PR.