kaka11chen commented on code in PR #33937: URL: https://github.com/apache/doris/pull/33937#discussion_r1581996836
########## fe/fe-core/src/main/java/org/apache/doris/common/util/LocationPath.java: ########## @@ -296,6 +296,9 @@ private FileSystemType getFileSystemType() { fsType = FileSystemType.S3; break; case COSN: + // COSN use s3 client on FE side, because it need to complete multi-part uploading files on FE side. + fsType = FileSystemType.S3; Review Comment: Yes, COSN will use s3 client on FE side instead Tencent Cloud HDFS because it need to complete multi-part uploading files on FE side. ########## fe/fe-core/src/main/java/org/apache/doris/common/util/LocationPath.java: ########## @@ -296,6 +296,9 @@ private FileSystemType getFileSystemType() { fsType = FileSystemType.S3; break; case COSN: + // COSN use s3 client on FE side, because it need to complete multi-part uploading files on FE side. + fsType = FileSystemType.S3; Review Comment: Yes, COSN will use s3 client on FE side instead of Tencent Cloud HDFS because it need to complete multi-part uploading files on FE side. -- 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