xichen01 commented on code in PR #11192:
URL: https://github.com/apache/ozone/pull/11192#discussion_r3960700397


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/security/acl/OzoneObj.java:
##########
@@ -139,7 +139,7 @@ public String toString() {
   public Map<String, String> toAuditMap() {
     Map<String, String> auditMap = new LinkedHashMap<>();
     auditMap.put(OzoneConsts.RESOURCE_TYPE, this.getResourceType().value);
-    auditMap.put(OzoneConsts.STORAGE_TYPE, this.getStoreType().value);
+    auditMap.put(OzoneConsts.STORE_TYPE, this.getStoreType().value);

Review Comment:
   This may be an irrelevant change; it can be removed.



##########
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/BucketArgs.java:
##########
@@ -190,7 +205,8 @@ public String getOwner() {
    */
   public static class Builder {
     private boolean versioning;
-    private StorageType storageType;

Review Comment:
   We should update the Recon side too.



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