[
https://issues.apache.org/jira/browse/FLINK-6080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15936243#comment-15936243
]
ASF GitHub Bot commented on FLINK-6080:
---------------------------------------
Github user dawidwys closed the pull request at:
https://github.com/apache/flink/pull/3584
> Unclosed ObjectOutputStream in NFA#serialize()
> ----------------------------------------------
>
> Key: FLINK-6080
> URL: https://issues.apache.org/jira/browse/FLINK-6080
> Project: Flink
> Issue Type: Bug
> Components: CEP
> Reporter: Ted Yu
> Assignee: Dawid Wysakowicz
> Priority: Minor
> Fix For: 1.3.0
>
>
> {code}
> public void serialize(NFA<T> record, DataOutputView target) throws
> IOException {
> ObjectOutputStream oos = new ObjectOutputStream(new
> DataOutputViewStream(target));
> oos.writeObject(record);
> oos.flush();
> }
> {code}
> ObjectOutputStream should be closed before returning from method.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)