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

[jira] [Resolved] (FLINK-26957) FileSystemJobResultStore calls flush on an already closed OutputStream

     [ https://issues.apache.org/jira/browse/FLINK-26957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Pohl resolved FLINK-26957.
-----------------------------------
    Resolution: Fixed

master:
* c50b0706237114adec195b84202b969a148ccece
* caa296b813b8a719910f4e1337e011c772a12868
1.15:
* fafeb7f9534c684b76db14b5cbd26c44251c8647
* cb0da8f2817bb51a01d168b70fdac99e7f34d94f

> FileSystemJobResultStore calls flush on an already closed OutputStream 
> -----------------------------------------------------------------------
>
>                 Key: FLINK-26957
>                 URL: https://issues.apache.org/jira/browse/FLINK-26957
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Coordination
>    Affects Versions: 1.15.0, 1.16.0
>            Reporter: Matthias Pohl
>            Assignee: Matthias Pohl
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> We experienced problems with some FileSystems when creating the dirty JRS entries (see initial discussion in FLINK-26555). The {{writeValue}} method closes the {{OutputStream}} by default which causes the subsequent {{flush}} call to fail.
> It didn't appear in the unit tests because {{LocalDataOutputStream.flush}} is a no-op operation. We still have to investigate why it didn't appear when doing the tests with the presto and hadoop S3 filesystems.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)