[
https://issues.apache.org/jira/browse/FLINK-24366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen resolved FLINK-24366.
----------------------------------
Resolution: Fixed
Fixed
- 1.13.4 (release-1.13) via a72bd1c5cde8e5a0bc25c4d2c78d890aa660bb1c
- 1.14.1 (release-1.14) via 6a651fcc3c4a9f9b77df20a0083cacedb875350f
- 1.15.0 (master) via e6798c3e40bffeccfc35c84021e63aae41a3ac48
> 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)