yashmayya commented on code in PR #17835:
URL: https://github.com/apache/pinot/pull/17835#discussion_r2903339227
##########
pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/grpc/GrpcConnection.java:
##########
@@ -51,10 +53,12 @@
*/
public class GrpcConnection implements AutoCloseable {
public static final String FAIL_ON_EXCEPTIONS = "failOnExceptions";
+ static final String CONNECTION_VALIDATION_QUERY = "select 1;";
Review Comment:
What is the goal of using this query btw? This will be evaluated purely on
the broker without any server dispatch, so it's only to test the client <->
broker path?
--
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]