Re: Flink EventTime Processing Watermark is always coming as 9223372036854725808

2020-03-03 Thread aj
. Thanks, Anuj On Tue, Mar 3, 2020 at 3:40 AM Robert Metzger wrote: > side note: this question has been asked on SO as well: > https://stackoverflow.com/questions/60487571/flink-eventtime-processing-watermark-is-always-coming-as-9223372036854725808 > (I'm mentioning this here s

Re: Flink EventTime Processing Watermark is always coming as 9223372036854725808

2020-03-02 Thread Robert Metzger
side note: this question has been asked on SO as well: https://stackoverflow.com/questions/60487571/flink-eventtime-processing-watermark-is-always-coming-as-9223372036854725808 (I'm mentioning this here so that we are not wasting support resources in our community on double-debugging issues

Re: Flink EventTime Processing Watermark is always coming as 9223372036854725808

2020-03-02 Thread aj
Hi David, Currently, I am testing it with a single source and parallelism 1 only so not able to understand this behavior. On Mon, Mar 2, 2020 at 9:02 PM Dawid Wysakowicz wrote: > Hi Anuj, > > What parallelism has your source? Do all of your source tasks produce > records? Watermark is always

Re: Flink EventTime Processing Watermark is always coming as 9223372036854725808

2020-03-02 Thread Dawid Wysakowicz
Hi Anuj, What parallelism has your source? Do all of your source tasks produce records? Watermark is always the minimum of timestamps seen from all the upstream operators. Therefore if some of them do not produce records the watermark will not progress. You can read more about Watermarks and how

Flink EventTime Processing Watermark is always coming as 9223372036854725808

2020-03-02 Thread aj
I am trying to use process function to some processing on a set of events. I am using event time and keystream. The issue I am facing is The watermark value is always coming as 9223372036854725808. I have put print statement to debug and it shows like this: timestamp--1583128014000