-
Notifications
You must be signed in to change notification settings - Fork 25k
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-DataFrame] Checkpoint information is wrong for stopped dataframes #42978
Labels
Comments
Pinging @elastic/ml-core |
I think this is a prerequisite for #43767, and hence elastic/kibana#40378. |
A stopped continuous data frame now returns useful info. Can this be closed?
|
@sophiec20 definitely, looking at @droberts195 PR, there was logic that gathered checkpointing information for stopped transforms that did not have actively running tasks. Should be good to go now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For stopped data frames the checkpoint information is taken from the stored stats document in the internal index rather than calculated. The stored information is always empty, therefore it always reports 0:
Solution:
The text was updated successfully, but these errors were encountered: