You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/12/27 13:28:49 UTC

[jira] [Resolved] (FLINK-3103) Remove synchronization in FsStateBackend#FsCheckpointStateOutputStream#close()

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

Stephan Ewen resolved FLINK-3103.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0

Fixed via da751e8a396650e6f3e577c543bf8a501e6d12f3

Thank you for the contribution!

> Remove synchronization in FsStateBackend#FsCheckpointStateOutputStream#close()
> ------------------------------------------------------------------------------
>
>                 Key: FLINK-3103
>                 URL: https://issues.apache.org/jira/browse/FLINK-3103
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 1.0.0
>
>
> Here is related code:
> {code}
>     public void flush() throws IOException {
>       if (!closed) {
> {code}
> Lock "FsCheckpointStateOutputStream.this" should be held.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)