You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (Jira)" <ji...@apache.org> on 2021/09/23 16:39:00 UTC

[jira] [Created] (FLINK-24366) Unnecessary/misleading error message about failing restores when tasks are already canceled.

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)