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

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

Ted Yu created FLINK-3525:
-----------------------------

             Summary: 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
            Priority: Minor


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)