TU-Berlin-DIMA / scotty-window-processor

This repository provides Scotty, a framework for efficient window aggregations for out-of-order Stream Processing.
https://tu-berlin-dima.github.io/scotty-window-processor/
Apache License 2.0
75 stars 23 forks source link

Fix slicing start stream slicer #54

Closed julianev closed 2 years ago

julianev commented 2 years ago

Fixes https://github.com/TU-Berlin-DIMA/scotty-window-processor/issues/50 in StreamSlicer to avoid getting stuck in loop. Additional fix in calculateNextFlexEdge was required to enable correct results for combining tumbling and session windows (see Test outOfOrderCombinedSessionTumblingMegeSession).