xiangfu0 commented on code in PR #17835:
URL: https://github.com/apache/pinot/pull/17835#discussion_r2903494666
##########
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:
Yes, this is to ensure the broker is accessible and the grpc channel is
established.
--
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]