kerneltime commented on code in PR #5668:
URL: https://github.com/apache/ozone/pull/5668#discussion_r1442143293


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/s3/multipart/S3MultipartUploadCompleteRequest.java:
##########
@@ -499,20 +499,20 @@ private long getMultipartDataSize(String requestedVolume,
     for (OzoneManagerProtocolProtos.Part part : partsList) {
       currentPartCount++;
       int partNumber = part.getPartNumber();
-      String partName = part.getPartName();
+      String eTag = part.getETag();

Review Comment:
   It might make sense to check if the request has eTags in it, if the S3G is 
an old client, it might not have the updated client side logic.



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