jihoonson commented on issue #11397:
URL: https://github.com/apache/druid/issues/11397#issuecomment-871107066


   It would be more useful if you see the lifecycle of only one or a few tasks, 
such as when it was submitted, when it started pending, when it got running, 
where it was running, etc.
   
   > 2021-06-30T04:38:57,607 ERROR [rtr-pending-tasks-runner-0] 
org.apache.druid.indexing.overlord.RemoteTaskRunner - Task assignment timed out 
on worker [172.19.214.19:8091], never ran task 
[single_phase_sub_task_mydata_cgbgomoi_2021-06-30T03:51:48.075Z]! Timeout: 
(513604 >= PT5M)!: {class=org.apache.druid.indexing.overlord.RemoteTaskRunner}
   
   This means the middleManager didn't ack to the new task assignment request 
in 5 min. The remote taskRunner uses ZooKeeper for task assignment, so you may 
want to check around it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to