<@UDQU92KBK> , i am working on manage offline flow...
# troubleshooting
d
@Mayank , i am working on manage offline flows and pushed 20k record with this table config with “bucketTimePeriod”: “1h” and “bufferTimePeriod”: “4h” . ingesting 1 hour late data into realtime segment with 10k records. It gives error like
m
This means:
Copy code
// If last completed segment is being used, make sure that segment crosses over end of window.
          // In the absence of this check, CONSUMING segments could contain some portion of the window. That data would be skipped forever.
From the code it seems it is not an error, just an info log. cc: @Neha Pawar
n
Correct. Some more explanation about that behavior here

https://www.youtube.com/watch?v=V_KNUUrS6DA&amp;t=1977s