Hi, we noticed that when we upload an offline segm...
# troubleshooting
e
Hi, we noticed that when we upload an offline segment it is not available unless we select from the
_OFFLINE
table. Then if we upload a more recent segment that segment becomes available but the newest uploaded segment is not available. Is there any way to set a segment as ready to be served or something similar?
m
Likely because of time boundary
Time boundary is max(offlineTime)-1
My guess is that the first segment you uploaded is with the max time, for which we prefer real-time part
Try uploading an older offline segment first
e
Will try it, thanks!
Got it - so if push frequency is a day then max time will be the end time of the last record - 1 day. Thanks for that!