You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/08/31 00:14:15 UTC

[GitHub] [incubator-pinot] fx19880617 commented on issue #5950: Make composite healthcheck for ServiceManager

fx19880617 commented on issue #5950:
URL: https://github.com/apache/incubator-pinot/issues/5950#issuecomment-683490782


   Currently the health check is implemented in: https://github.com/apache/incubator-pinot/blob/master/pinot-tools/src/main/java/org/apache/pinot/tools/service/api/resources/PinotServiceManagerHealthCheck.java
   
   I think `ServiceStatus.getServiceStatus();` will return the composite health check.
   `ServiceStatus` holds a `MapBasedMultipleCallbackServiceStatusCallback` which contains the callback for all the components.
   
   


----------------------------------------------------------------
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@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org