[
https://issues.apache.org/jira/browse/FLINK-10125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16604128#comment-16604128
]
vinoyang commented on FLINK-10125:
----------------------------------
[~azagrebin] *ByteArrayDataOutputView* was been replaced withÂ
*DataOutputSerializer* and there is no _close_ method. So I suggest that we can
just close this issue? cc [[email protected]]
> Unclosed ByteArrayDataOutputView in RocksDBMapState
> ---------------------------------------------------
>
> Key: FLINK-10125
> URL: https://issues.apache.org/jira/browse/FLINK-10125
> Project: Flink
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: vinoyang
> Priority: Minor
>
> {code}
> ByteArrayDataOutputView dov = new ByteArrayDataOutputView(1);
> {code}
> dov is used in a try block but it is not closed in case of Exception.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)