You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/11/06 23:39:30 UTC

[GitHub] [hadoop-ozone] arp7 commented on a change in pull request #109: HDDS-2395. Handle completeMPU scenarios to match with aws s3 behavior.

arp7 commented on a change in pull request #109: HDDS-2395. Handle completeMPU scenarios to match with aws s3 behavior.
URL: https://github.com/apache/hadoop-ozone/pull/109#discussion_r343385471
 
 

 ##########
 File path: hadoop-ozone/common/src/main/proto/OzoneManagerProtocol.proto
 ##########
 @@ -297,6 +297,9 @@ enum Status {
 
     USER_MISMATCH = 54; // Error code when requested user name passed is
     // different from remote user.
+
+    INVALID_PART = 55;
 
 Review comment:
   Minor: can you add a 1 line comment to describe the two errors like `USER_MISMATCH`?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org