[
https://issues.apache.org/jira/browse/FLINK-10125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602577#comment-16602577
]
Ted Yu commented on FLINK-10125:
--------------------------------
bq. we keep it under try/with/resources
+1
> 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)