[ 
https://issues.apache.org/jira/browse/FLINK-4759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu resolved FLINK-4759.
---------------------------
    Resolution: Later

> 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)

Reply via email to