You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Seth Wiesman (Jira)" <ji...@apache.org> on 2020/05/03 18:29:00 UTC

[jira] [Updated] (FLINK-17499) LazyTimerService used to register timers via State Processing API incorrectly mixes event time timers with processing time timers

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

Seth Wiesman updated FLINK-17499:
---------------------------------
    Summary: LazyTimerService used to register timers via State Processing API incorrectly mixes event time timers with processing time timers  (was: LazyTimerService used to register timers via State Processing API incorectly mixes event time timers with processing time timers)

> LazyTimerService used to register timers via State Processing API incorrectly mixes event time timers with processing time timers
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-17499
>                 URL: https://issues.apache.org/jira/browse/FLINK-17499
>             Project: Flink
>          Issue Type: Bug
>          Components: API / State Processor
>    Affects Versions: 1.10.0, 1.11.0
>            Reporter: Adam Laczynski
>            Assignee: Seth Wiesman
>            Priority: Major
>              Labels: pull-request-available
>
> @Override
>  public void register*{color:#FF0000}ProcessingTime{color}*Timer(long time) {
>    ensureInitialized();
>    internalTimerService.register{color:#ff0000}*EventTime*{color}Timer(VoidNamespace.INSTANCE, time);
>  }
> Same issue for both registerEventTimeTimer and registerProcessingTimeTimer.
> [https://github.com/apache/flink/blob/master/flink-libraries/flink-state-processing-api/src/main/java/org/apache/flink/state/api/output/operators/LazyTimerService.java#L62]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)