Ted Yu created FLINK-10125:
------------------------------
Summary: Unclosed ByteArrayDataOutputView in RocksDBMapState
Key: FLINK-10125
URL:
https://issues.apache.org/jira/browse/FLINK-10125 Project: Flink
Issue Type: Bug
Reporter: Ted Yu
{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)