You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2016/02/26 19:02:18 UTC

[jira] [Closed] (FLINK-3525) Missing call to super#close() in TimestampsAndPeriodicWatermarksOperator#close()

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

Stephan Ewen closed FLINK-3525.
-------------------------------

> Missing call to super#close() in TimestampsAndPeriodicWatermarksOperator#close()
> --------------------------------------------------------------------------------
>
>                 Key: FLINK-3525
>                 URL: https://issues.apache.org/jira/browse/FLINK-3525
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Stephan Ewen
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> Here is related code:
> {code}
>   public void close() throws Exception {
>     // emit a final watermark
> {code}
> AbstractUdfStreamOperator#close() should be called.



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