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: [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]