Re: Anyone trying to adopt Scotty on the recent Flink versions?

2021-12-29 Thread Dongwon Kim
Hi David, Scotty's approach to sliding windows seems really interesting ;) I also agree that the idea is very interesting. It will be very effective for our use case as we create a sliding window of size 10 minutes that slides by 1 minutes for every road of the country. Looking at the code

Re: Anyone trying to adopt Scotty on the recent Flink versions?

2021-12-29 Thread David Morávek
Hi Dongwon, Scotty's approach to sliding windows seems really interesting ;) Looking at the code [1], it seems to be no longer maintained. It's both compiled and tested against Flink 1.8 so I wouldn't really expect it to be compatible with 1.14.x :( [1]

Anyone trying to adopt Scotty on the recent Flink versions?

2021-12-27 Thread Dongwon Kim
Hi community, We're recently trying to adopt Scotty to overcome the poor performance caused by too many sliding windows. We're facing the following exception on the latest Flink-1.14.2: switched from RUNNING to FAILED with failure cause: java.lang.ArrayIndexOutOfBoundsException: -1 at