Re: JVM cluster not firing event time window

2021-11-10 Thread Caizhi Weng
Hi! Is the number of partitions of your Kafka topic smaller than the number of parallelisms of the job? If yes some parallelism will be idle and will not emit watermarks unless you set idleness for them. See [1]. I guess the original behavior of Flink 1.12 is not the expected behavior but I don't

JVM cluster not firing event time window

2021-11-09 Thread Carlos Downey
Hello, Recently, I've decided to migrate one of my toy projects to Flink 1.14.0 and I realized that JVM cluster behaviour changed. It no longer respects event time. On Flink 1.12.5 I didn't experience any issues. I tried some debugging and it seems that InternalTimerServiceImpl's watermark is not