kbastani commented on a change in pull request #7784:
URL: https://github.com/apache/pinot/pull/7784#discussion_r752430906



##########
File path: 
pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/Connection.java
##########
@@ -209,7 +222,7 @@ public boolean isDone() {
     public ResultSetGroup get()
         throws InterruptedException, ExecutionException {
       try {
-        return get(1000L, TimeUnit.DAYS);
+        return get(200000L, TimeUnit.NANOSECONDS);

Review comment:
       I'll get the timeouts sorted out and submit the change. Thanks, 
@Jackie-Jiang! Good catch.




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