New message processing time after recovery.

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

New message processing time after recovery.

yunfan123
For example, my job failed in timestamp 1.
Recovery from checkpoint takes 600 seconds.
So the new elements' processing time into my streams is 601?
Reply | Threaded
Open this post in threaded view
|

Re: New message processing time after recovery.

Tzu-Li (Gordon) Tai
Hi!

That is correct. With processing time, all time-based operations will use the current machine system time (which would take into account).
Note that with processing time, the elements don’t carry a meaningful timestamp.

Best,
Gordon


On 28 June 2017 at 11:22:43 AM, yunfan123 ([hidden email]) wrote:

For example, my job failed in timestamp 1.
Recovery from checkpoint takes 600 seconds.
So the new elements' processing time into my streams is 601?



--
View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/New-message-processing-time-after-recovery-tp14032.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.
Reply | Threaded
Open this post in threaded view
|

Re: New message processing time after recovery.

yunfan123
Thanks.