Re: watermark does not progress

2018-08-16 Thread Hequn Cheng
gt; Jo > > > > > > > > *From:* Hequn Cheng > *Sent:* Wednesday, August 15, 2018 6:38 AM > *To:* John O > *Cc:* Fabian Hueske ; vino yang ; > user > > *Subject:* Re: watermark does not progress > > > > Hi John, > > > > I guess the sourc

RE: watermark does not progress

2018-08-16 Thread John O
ill have to choose which watermark to use from the multiple sources(the lowest value) thus never progressing the watermark. Jo From: Hequn Cheng Sent: Wednesday, August 15, 2018 6:38 AM To: John O Cc: Fabian Hueske ; vino yang ; user Subject: Re: watermark does not progress Hi John, I gu

Re: watermark does not progress

2018-08-15 Thread Hequn Cheng
t; > > > Now, if I run the exact same code on a flink cluster, print2 outputs > expected watermark. > > > > Jo > > > > *From:* Fabian Hueske > *Sent:* Wednesday, August 15, 2018 2:07 AM > *To:* vino yang > *Cc:* John O ; user > *Subject:* Re: watermark doe

RE: watermark does not progress

2018-08-15 Thread John O
watermark. Jo From: Fabian Hueske Sent: Wednesday, August 15, 2018 2:07 AM To: vino yang Cc: John O ; user Subject: Re: watermark does not progress Hi John, Watermarks cannot make progress if you have stream partitions that do not carry any data. What kind of source are you using? Best, Fab

Re: watermark does not progress

2018-08-15 Thread Fabian Hueske
apache-flink-user-mailing-list-archive.2336050. > n4.nabble.com/Debugging-watermarks-td7065.html > > Thanks, vino. > > John O 于2018年8月15日周三 上午9:44写道: > >> I am noticing that watermark does not progress as expected when running >> locally in IDE. It just stays at Long.MI

Re: watermark does not progress

2018-08-14 Thread vino yang
watermark, you can also refer to this email[1]. [1]: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Debugging-watermarks-td7065.html Thanks, vino. John O 于2018年8月15日周三 上午9:44写道: > I am noticing that watermark does not progress as expected when running > locally in I

watermark does not progress

2018-08-14 Thread John O
I am noticing that watermark does not progress as expected when running locally in IDE. It just stays at Long.MIN I am using EventTime processing and have tried both these time extractors. * assignAscendingTimestamps ... * assignTimestampsAndWatermarks