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

Till Rohrmann reassigned FLINK-3325:
------------------------------------

    Assignee: Till Rohrmann

> Unclosed InputStream in CEPPatternOperator#restoreState()
> ---------------------------------------------------------
>
>                 Key: FLINK-3325
>                 URL: https://issues.apache.org/jira/browse/FLINK-3325
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Till Rohrmann
>            Priority: Minor
>
> Here is related code:
> {code}
>     final InputStream is = stream.getState(getUserCodeClassloader());
>     final ObjectInputStream ois = new ObjectInputStream(is);
>     final DataInputViewStreamWrapper div = new DataInputViewStreamWrapper(is);
>     nfa = (NFA<IN>)ois.readObject();
> {code}
> Neither is nor ois is closed upon return from the method



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to