Hello guys, i’m have some issue with RealtimeToOff...
# troubleshooting
p
Hello guys, i’m have some issue with RealtimeToOfflineSegments task. So i create 2 hybrids table from same days. 1 for QC env and 1 for UAT env. • In the tables managements. It’s seem
RealtimetoOfflines
task in QC env has been stop. but i cannot find any errors log. • Another the question is the realtime segments will be remove after convert to Offline Segments Table ?
x
have you checked logs in minion?
p
here is the logs of minion pods.
sometime, my zookeepers pods rollout because vm preemptible in gcloud
x
ic, maybe have 3 pinot-zookeepers for HA?
p
i already setup 3 zookeepers for HA
x
ok
so if there is no task logs on minion, then it means the minion tasks are not scheduled
can you check controller log and look for
RealtimetoOffline
log?
p
only 1 logs grep by “realtime”
x
hmm, is this task scheduled? can you check minion apis through controller swagger ui?
p
Minion apis is Task in swagger ?
Could u answer question 2:
Copy code
Another the question is the realtime segments will be remove after convert to Offline Segments Table ?
x
I don’t think so. This task requires a hybrid table and it will create segments and push to offline table. You can set a fairly low retention for realtime table but longer for offline table .
have you found the issue ?
p
hmm, i’m try but cannot find related log
x
i see, can you try to tail the controller log and call the
/tasks/schedule
POST endpoint using swagger ui?