ByteYue commented on code in PR #27762:
URL: https://github.com/apache/doris/pull/27762#discussion_r1418263759


##########
be/src/util/s3_util.cpp:
##########
@@ -181,6 +181,8 @@ std::shared_ptr<Aws::S3::S3Client> 
S3ClientFactory::create(const S3Conf& s3_conf
         aws_config.connectTimeoutMs = s3_conf.connect_timeout_ms;
     }
 
+    aws_config.executor = s3_conf.executor;

Review Comment:
   According to 
https://github.com/aws/aws-sdk-cpp/issues/523#issuecomment-300903408, the 
maximum number of AWS connections is actually determined by the larger value 
between max_connection and max_pool_size



-- 
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...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to