Matthias Pohl created FLINK-26450:
-------------------------------------
Summary: FileStateHandle.discardState does not process return value
Key: FLINK-26450
URL: https://issues.apache.org/jira/browse/FLINK-26450
Project: Flink
Issue Type: Bug
Components: Connectors / FileSystem, Runtime / Coordination
Affects Versions: 1.14.3, 1.13.6, 1.15.0
Reporter: Matthias Pohl
The retryable cleanup does not work properly if there's an error appearing
during the {{FileSystem.delete}} call which is used within
{{FileStateHandle.discardState}}. Some {{FileSystem}} implementations (e.g. S3
presto) return {{false}} in case of an error which will be swalled in
{{FileStateHandle.discardState}}.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)