[
https://issues.apache.org/jira/browse/FLINK-24366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen closed FLINK-24366.
--------------------------------
> 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.14.0, 1.13.2
> Reporter: Stephan Ewen
> Assignee: Stephan Ewen
> Priority: Major
> Fix For: 1.15.0, 1.14.1, 1.13.4
>
>
> 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.20.1#820001)