Re: Hi, There is possibly an issue with EventTimeSessionWindows where a gap is specified for considering items in the same session. Here the logic is, if two adjacent items have a difference in event

2017-01-02 Thread Jamie Grier
If there is never a gap between elements larger than the session gap -- the window never ending would be the correct behavior. So, if this is the case with some data stream I would not suggest to use session windows at all -- or I would use a smaller session gap. Another alternative would be to u

Hi, There is possibly an issue with EventTimeSessionWindows where a gap is specified for considering items in the same session. Here the logic is, if two adjacent items have a difference in event time

2017-01-02 Thread Sujit Sakre
Hi, We are using Flink 1.1.4 version. There is possibly an issue with EventTimeSessionWindows where a gap is specified for considering items in the same session. Here the logic is, if two adjacent items have a difference in event timestamps of more than the gap then the items are considered to b