aidar-st commented on code in PR #9168:
URL: https://github.com/apache/pinot/pull/9168#discussion_r940605200
##########
pinot-server/src/main/java/org/apache/pinot/server/api/resources/HealthCheckResource.java:
##########
@@ -90,11 +95,13 @@ public String checkReadiness() {
return getReadinessStatus(_instanceId);
}
- private static String getReadinessStatus(String instanceId) throws
WebApplicationException {
+ private String getReadinessStatus(String instanceId) throws
WebApplicationException {
Review Comment:
Thanks, done! Seems logical to not pass it since I'm making method non
static.
--
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]