KKcorps commented on code in PR #9008:
URL: https://github.com/apache/pinot/pull/9008#discussion_r925337504


##########
pinot-clients/pinot-jdbc-client/src/main/java/org/apache/pinot/client/controller/PinotControllerTransport.java:
##########
@@ -45,6 +46,12 @@ public class PinotControllerTransport {
 
   private static final Logger LOGGER = 
LoggerFactory.getLogger(PinotControllerTransport.class);
 
+  private static final long READ_TIMEOUT_MS = 60000L;
+
+  private static final int CONNECT_TIMEOUT_MS = 2000;
+
+  private static final int HANDSHAKE_TIMEOUT_MS = 2000;

Review Comment:
   yes



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

Reply via email to