fapifta commented on a change in pull request #1405:
URL: https://github.com/apache/hadoop-ozone/pull/1405#discussion_r486213861



##########
File path: 
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/bucket/OMBucketSetPropertyRequest.java
##########
@@ -206,4 +207,8 @@ public OMClientResponse validateAndUpdateCache(OzoneManager 
ozoneManager,
       return omClientResponse;
     }
   }
+
+  public static String getRequestType() {

Review comment:
       The problem currently with an annotation approach is the fact that we 
can not use expressions like "SetAcl.name() + "-" + ObjectType.KEY" in 
annotations, as that does not qualify as a constant.




----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to