[
https://issues.apache.org/jira/browse/FLINK-17499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099011#comment-17099011
]
Seth Wiesman commented on FLINK-17499:
--------------------------------------
Fixed in master: d6439c8d0e7792961635e3e4297c3dbfb01938e3
Fixed in release-1.10: ebba1589d8b407f53bcc4e325cd63eaa6b30870b
> 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.11.0, 1.10.2
> 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)