You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Abhishek Rawat (Jira)" <ji...@apache.org> on 2020/03/13 18:30:00 UTC

[jira] [Created] (IMPALA-9503) Expose 'healthz' endpoint for statestored and catalogd

Abhishek Rawat created IMPALA-9503:
--------------------------------------

             Summary: Expose 'healthz' endpoint for statestored and catalogd
                 Key: IMPALA-9503
                 URL: https://issues.apache.org/jira/browse/IMPALA-9503
             Project: IMPALA
          Issue Type: Task
            Reporter: Abhishek Rawat
            Assignee: Alice Fan


IMPALA-8895 exposed the end points for impalads. It seems only coordinator and executors expose 'healthz' endpoint. It will be good to expose the endpoints on statestored and catalogd.

 
{code:java}
curl http://localhost:25010/healthz
No URI handler for '/healthz'
curl http://localhost:25020/healthz
No URI handler for '/healthz'{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)