sub007 commented on issue #10972:
URL: https://github.com/apache/druid/issues/10972#issuecomment-799527290


   When a supervisor is posted, it creates a corresponding task(s). In your 
case, looks like the tasks have failed in the past. 
   
   The supervisor moves to `UNHEALTHY_TASKS` status when the last 
`druid.supervisor.taskUnhealthinessThreshold` consecutive tasks have all 
failed. 
   The default value for `druid.supervisor.taskUnhealthinessThreshold` is 3. 
   
   The supervisor moves back to HEALTHY status when 
druid.supervisor.taskHealthinessThreshold consecutive tasks result in success.
   The default value for `druid.supervisor.taskHealthinessThreshold` is 3. 
   
   You can try updating the value of druid.supervisor.taskHealthinessThreshold. 
   
   
   
    


----------------------------------------------------------------
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.

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