Stephan Ewen created FLINK-24366:
------------------------------------

             Summary: Unnecessary/misleading error message about failing 
restores when tasks are already canceled.
                 Key: FLINK-24366
                 URL: https://issues.apache.org/jira/browse/FLINK-24366
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Task
    Affects Versions: 1.13.2, 1.14.0
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 1.13.3, 1.15.0, 1.14.1


The following line is logged in all cases where the restore operation fails. 
The check whether the task is canceled comes only after that line.

The fix would be to move the log line to after the check.

{code}
Exception while restoring my-stateful-task from alternative (1/1), will retry 
while more alternatives are available.
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to