gortiz commented on code in PR #15005: URL: https://github.com/apache/pinot/pull/15005#discussion_r1954070843
########## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/GrpcBrokerRequestHandler.java: ########## @@ -147,4 +162,26 @@ public void shutdown() { } } } + + /** + * Check if a server that was previously detected as unhealthy is now healthy. + */ + public boolean retryUnhealthyServer(String instanceId) { Review Comment: why public? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org