You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2022/03/02 13:16:00 UTC

[jira] [Created] (FLINK-26450) FileStateHandle.discardState does not process return value

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)