abhishekagarwal87 commented on code in PR #14775:
URL: https://github.com/apache/druid/pull/14775#discussion_r1286854289
##########
server/src/main/java/org/apache/druid/discovery/DruidLeaderClient.java:
##########
@@ -264,7 +264,10 @@ private String getCurrentKnownLeader(final boolean cached)
throws IOException
);
if (leader == null) {
- throw new IOE("No known server");
+ throw new IOE(
+ "A leader node could not be found for [%s] service. Check logs to
validate service health.",
+ nodeRoleToWatch
Review Comment:
```suggestion
"A leader node could not be found for [%s] service. Check logs of
service [%s] to confirm it is healthy.",
nodeRoleToWatch, nodeRoleToWatch
```
--
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]