You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
"checkpointing" : {
"operations_behind" : 0
}
Solution:
calculate checkpoint information the same ways as it's done for started data frames
do not persist checkpoint information in the state-and-stats document in the internal index
The text was updated successfully, but these errors were encountered:
@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.
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: