Open eastcirclek opened 2 years ago
FYI, the pipeline seems to work fine for the first 10~20 mins.
Hi @eastcirclek, Sorry for the late reply, we somehow overlooked this issue between Christmas and New Year.
I believe that this error is caused by an out-of-order tuple with a timestamp outside the allowed lateness which can not be added to any slice. In issue #44 we described that such a tuple does not need to be added to a slice, and linked a fix in PR #45 which we plan to merge. Please give us some feedback if this solves the problem!
Best, Juliane
Hi,
We're facing the following exception while trying to adopt Scotty on the latest Flink-1.14.2:
We create a window operator as follows:
Can I get any advice on this?
Best,
Dongwon