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 2018/12/03 19:47:08 UTC

[GitHub] leventov opened a new pull request #6702: Add SelfDiscoveryResource

leventov opened a new pull request #6702: Add SelfDiscoveryResource
URL: https://github.com/apache/incubator-druid/pull/6702
 
 
   Added `/selfDiscovery` endpoint. It returns a JSON map of the form `{"selfDiscovered": true/false}`, indicating whether the node has recieved a confirmation
   from the central node discovery mechanism (currently ZooKeeper) of the Druid cluster that the node has been added to the
   cluster. It is recommended to not consider a Druid node "healthy" or "ready" in automated deployment/container
   management systems until it returns `{"selfDiscovered": true}` from this endpoint.
   
   `Design Review` tag because endpoint is added.
   `Release Notes` tag to make Druid cluster operators to notice this change. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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