Ted Yu created FLINK-4759: ----------------------------- Summary: Unclosed DataOutputViewStream in JavaSerializer Key: FLINK-4759 URL: https://issues.apache.org/jira/browse/FLINK-4759 Project: Flink Issue Type: Bug Reporter: Ted Yu Priority: Minor
{code} public void serialize(T record, DataOutputView target) throws IOException { InstantiationUtil.serializeObject(new DataOutputViewStream(target), record); } {code} The DataOutputViewStream should be closed upon return from the method. -- This message was sent by Atlassian JIRA (v6.3.4#6332)