Hi I am looking into manage offline flows using mi...
# troubleshooting
d
Hi I am looking into manage offline flows using minion and set “bucketTimePeriod”: “1h”, “bufferTimePeriod”: “2h” in realtime config file and in batch ingestion config - “segmentIngestionFrequency”: “HOURLY” . so that real time data will move into offline table on hourly basis, while executing i found this erro . while in real time segement data is more than 3-4 hours ago.
n
this is not an error. it is skipping the tie window for now because it is not more than 2 hours ago. It will be picked up during thenext run.
if you segment data has more than 3-4 hour ago data, some segments should already have been created for a previous time window
d
Thanks @Neha Pawar