jadami10 commented on issue #9023:
URL: https://github.com/apache/pinot/issues/9023#issuecomment-1191501499
I don't think your typical ELB parses that way. Any non-200 code is
considered failing. And in this case we want a server that's up but downloading
segments/catching up to be a 200 on one endpoint and non-200 on another.
@walterddr, do you plan to add a healthcheck metrics for the server while
you're in here
```
HEALTHCHECK_OK_CALLS("healthcheck", true),
HEALTHCHECK_BAD_CALLS("healthcheck", true),
```
similar what broker and controller have?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]