[
https://issues.apache.org/jira/browse/FLINK-6492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16016874#comment-16016874
]
ASF GitHub Bot commented on FLINK-6492:
---------------------------------------
Github user tzulitai commented on the issue:
https://github.com/apache/flink/pull/3898
Hi @huafengw, thanks for the fixes! I'll probably merge this along with
#3937 as there are some overlapping changes here and there.
> 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)