You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Huafeng Wang (JIRA)" <ji...@apache.org> on 2017/05/15 05:56:04 UTC

[jira] [Commented] (FLINK-6492) Unclosed DataOutputViewStream in GenericArraySerializerConfigSnapshot#write()

    [ https://issues.apache.org/jira/browse/FLINK-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010006#comment-16010006 ] 

Huafeng Wang commented on FLINK-6492:
-------------------------------------

If nobody is woking on this, I'd like to take this one.

> Unclosed DataOutputViewStream in GenericArraySerializerConfigSnapshot#write()
> -----------------------------------------------------------------------------
>
>                 Key: FLINK-6492
>                 URL: https://issues.apache.org/jira/browse/FLINK-6492
>             Project: Flink
>          Issue Type: Bug
>          Components: State Backends, Checkpointing
>            Reporter: Ted Yu
>            Priority: Minor
>
> {code}
>    InstantiationUtil.serializeObject(new DataOutputViewStream(out), componentClass);
> {code}
> DataOutputViewStream instance should be closed upon return.
> TupleSerializerConfigSnapshot has similar issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)