[
https://issues.apache.org/jira/browse/FLINK-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15072139#comment-15072139
]
ASF GitHub Bot commented on FLINK-3103:
---------------------------------------
Github user StephanEwen commented on the pull request:
https://github.com/apache/flink/pull/1474#issuecomment-167405260
Thank you for the fix!
This was merged, but not automatically closed. Could you close it manually?
> 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)