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 2019/05/28 09:34:41 UTC

[GitHub] [incubator-druid] OItsMAK opened a new issue #7778: How can we do health checks on Druid processes?

OItsMAK opened a new issue #7778: How can we do health checks on Druid processes?
URL: https://github.com/apache/incubator-druid/issues/7778
 
 
   We use Druid and would like a way to know when its processes have started up successfully. 
   Something like the `ruok` check on zookeeper (explained [here](https://zookeeper.apache.org/doc/r3.1.2/zookeeperAdmin.html), example [here](https://stackoverflow.com/a/55609944)).
   
   The point of this is problematic starts and/or rolling updates of the Druid Docker containers, where HealthChecks come in handy.
   
   Currently, the methods that come to my mind are simple `min_healthy_time` waits,
   Or checking the announcements of Druid nodes in `Zookeeper`, which is a weird method since it includes setting up some sort of monitoring on registered `ZK` nodes, or contacting `ZK` directly.

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


With regards,
Apache Git Services

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