caneGuy opened a new issue, #15695: URL: https://github.com/apache/doris/issues/15695
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2 ### What's Wrong? Broker can not support multiple upload for aliyun oss ``` 2023-01-06 23:43:36 [ pool-2-thread-64:554554955 ] - [ ERROR ] Internal error processing closeWriter java.lang.UnsupportedOperationException at java.util.Collections$UnmodifiableList.sort(Collections.java:1333) at java.util.Collections.sort(Collections.java:177) at org.apache.hadoop.fs.aliyun.oss.AliyunOSSFileSystemStore.completeMultipartUpload(AliyunOSSFileSystemStore.java:640) at org.apache.hadoop.fs.aliyun.oss.AliyunOSSBlockOutputStream.close(AliyunOSSBlockOutputStream.java:124) at org.apache.hadoop.fs.FSDataOutputStream$PositionCache.close(FSDataOutputStream.java:72) at org.apache.hadoop.fs.FSDataOutputStream.close(FSDataOutputStream.java:106) at org.apache.doris.broker.hdfs.FileSystemManager.closeWriter(FileSystemManager.java:978) at org.apache.doris.broker.hdfs.HDFSBrokerServiceImpl.closeWriter(HDFSBrokerServiceImpl.java:244) at org.apache.doris.thrift.TPaloBrokerService$Processor$closeWriter.getResult(TPaloBrokerService.java:1065) at org.apache.doris.thrift.TPaloBrokerService$Processor$closeWriter.getResult(TPaloBrokerService.java:1045) at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38) at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:38) at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:313) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:750) ``` ### What You Expected? upload success ### How to Reproduce? generate a table with 10G size and export to oss ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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.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