[
https://issues.apache.org/jira/browse/FLINK-17499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dian Fu updated FLINK-17499:
----------------------------
Fix Version/s: 1.10.1
> 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
> Fix For: 1.10.1
>
>
> @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)