Is it possible that late events are processed before the window?

Posted by orips on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Is-it-possible-that-late-events-are-processed-before-the-window-tp38502.html


I have a job with event-time session window of 30 minutes.

I output late events to side output, where I have a tumbling processing time window of 30 minutes.

I observe that the late events are written to storage before the "main" events.

I wanted to know if it's normal before digging into the code and debugging the problem.

Thanks