You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/23 08:54:00 UTC

[jira] [Updated] (FLINK-12299) ExecutionConfig#setAutoWatermarkInterval should check param(interval should not less than zero)

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

ASF GitHub Bot updated FLINK-12299:
-----------------------------------
    Labels: pull-request-available  (was: )

> ExecutionConfig#setAutoWatermarkInterval should check param(interval should not less than zero)
> -----------------------------------------------------------------------------------------------
>
>                 Key: FLINK-12299
>                 URL: https://issues.apache.org/jira/browse/FLINK-12299
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: shiwuliang
>            Priority: Major
>              Labels: pull-request-available
>
> In any scenario, `autoWatermarkInterval` should not be less than or equal to zero.
> First of all, this does not correspond to the meaning of `autoWatermarkInterval`.
> Second, in the case where `autoWatermarkInterval` is less than 0, we will not be able to register ourselves in `TimestampsAndPeriodicWatermarksOperator#open`, which will result in the water level of this stream being kept at the lowest level.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)