bharatviswa504 opened a new pull request #109: HDDS-2395. Handle completeMPU scenarios to match with aws s3 behavior. URL: https://github.com/apache/hadoop-ozone/pull/109 ## What changes were proposed in this pull request? Fix few cases which were missed during complete Multipart upload. When uploaded 2 parts, and when complete upload 1 part no error During complete multipart upload name/part number not matching with uploaded part and part number then InvalidPart error When parts are not specified in sorted order InvalidPartOrder During complete multipart upload when no uploaded parts, and we specify some parts then also InvalidPart Uploaded parts 1,2,3 and during complete we can do upload 1,3 (No error) When part 3 uploaded, complete with part 3 can be done ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-2395 ## How was this patch tested? Ran S3 smoke tests and also added smoke tests.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org