eywek
09/27/2021, 11:49 AM<cluster name>/PROPERTYSTORE/MINION_TASK_METADATA/RealtimeToOfflineSegmentsTask/<table name>
in Zookeeper, I see that the document hasn’t been updated since August 2nd. And I can’t found any task related to this table in
<cluster name>/CONFIGS/RESOURCE/TaskQueue_RealtimeToOfflineSegmentsTask_Task_RealtimeToOfflineSegmentsTask_1632701552537
How is this possible? How can I reset this task? There is somewhere I can look for infos to debug this and prevent it from happening again?
I’m using Pinot 0.7.1 (I plan to upgrade soon but I can’t right now)Kishore G
eywek
09/27/2021, 2:23 PMeywek
09/27/2021, 2:24 PMstart: 1632454589759
end: 1632541000579
start: 1632541000917
end: 1632627410395
start: 1632627410714
end: 1632713820512
for completed segment in the realtime tableeywek
09/27/2021, 2:25 PM"task": {
"taskTypeConfigsMap": {
"RealtimeToOfflineSegmentsTask": {
"bucketTimePeriod": "2d",
"bufferTimePeriod": "1d",
"collectorType": "concat",
"maxNumRecordsPerSegment": "390000"
}
}
},Neha Pawar
eywek
09/28/2021, 8:36 AM2021/09/28 08:13:29.014 INFO [RealtimeToOfflineSegmentsTaskGenerator] [pool-9-thread-1] Start generating task configs for table: datasource_60db269da8ed00030004fa86_REALTIME for task: RealtimeToOfflineSegmentsTask
2021/09/28 08:13:29.019 INFO [RealtimeToOfflineSegmentsTaskGenerator] [pool-9-thread-1] Found no eligible segments for task: RealtimeToOfflineSegmentsTask with window [1627689600000 - 1627862400000). Skipping task generation
Since the watermark is stuck on July 31, Pinot is always trying to find segments between July 31 and August 2nd, but since there is no segment (we delete them from the REALTIME table every 4d) the task is “stuck” and never try to move new available segments
Is this the expected behavior? That’s quite annoying because it means that the task could be stuck if there is no available segment in an old windowNeha Pawar
eywek
09/28/2021, 1:20 PMNeha Pawar
eywek
09/28/2021, 3:50 PMNeha Pawar