xiaoyuyao commented on a change in pull request #2357:
URL: https://github.com/apache/ozone/pull/2357#discussion_r657375199



##########
File path: 
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmBucketInfo.java
##########
@@ -378,6 +396,7 @@ public Builder() {
       this.metadata = new HashMap<>();
       this.quotaInBytes = OzoneConsts.QUOTA_RESET;
       this.quotaInNamespace = OzoneConsts.QUOTA_RESET;
+      this.bucketType = BucketType.DEFAULT;

Review comment:
       Can you elaborate on the BucketType.DEFAULT -> OBJECT_STORE? Should we 
chose LEGACY for backward compatibility? 




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