techdocsmith commented on code in PR #14202:
URL: https://github.com/apache/druid/pull/14202#discussion_r1183801400


##########
services/src/main/java/org/apache/druid/server/router/QueryHostFinder.java:
##########
@@ -99,14 +99,23 @@ public Server findServerSql(SqlQuery sqlQuery)
   public <T> Server pickServer(Query<T> query)
   {
     Server server = findServer(query);
-    assertServerFound(server, "No server found for query[%s]", query);
+    assertServerFound(
+        server,
+        "There are no brokers to connect to for query[%s]."
+        + "Please check that the brokers are "

Review Comment:
   ```suggestion
           + "Please check that your brokers are "
   ```



-- 
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]

Reply via email to