adoroszlai commented on code in PR #4572:
URL: https://github.com/apache/ozone/pull/4572#discussion_r1171113573


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java:
##########
@@ -373,6 +373,7 @@ private OzoneConsts() {
 
   // For Multipart upload
   public static final int OM_MULTIPART_MIN_SIZE = 5 * 1024 * 1024;
+  public static final int OM_MULTIPART_MAX_PART_NUMBER = 10000;

Review Comment:
   > thanks for pointing out the limit in the RpcClient. Not sure why we have 
it in the first place. If we use Amazon client, then it should be able to 
exceed the 10k limit.
   
   @szetszwo Amazon client talks to S3 Gateway, which uses `RpcClient` to talk 
to OM, so I think you would run into the same limitation.



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

Reply via email to