You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/03/15 15:48:48 UTC

[GitHub] [druid] sub007 commented on issue #10972: How change supervisor' state from UNHEALTHY_TASKS to RUNNING

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org