morningman commented on code in PR #27762: URL: https://github.com/apache/doris/pull/27762#discussion_r1418257712
########## 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: What is the relation between `aws_config.executor` and `aws_config.maxConnections`? -- 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