yiguolei commented on code in PR #20536:
URL: https://github.com/apache/doris/pull/20536#discussion_r1223692863


##########
be/src/common/config.h:
##########
@@ -958,6 +958,9 @@ DECLARE_Int32(segcompaction_small_threshold);
 // enable java udf and jdbc scannode
 DECLARE_Bool(enable_java_support);
 
+// jdbc connect max wait time
+DECLARE_Int32(jdbc_max_wait_time);

Review Comment:
   In the past, user could set -DJDBC_MIN_POOL=1 -DJDBC_MAX_POOL=100 
-DJDBC_MAX_IDEL_TIME=300000 , do you forget to set JDBC_MAX_POOL as config?



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