You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/05/31 23:10:40 UTC

[GitHub] [hadoop] anuengineer commented on a change in pull request #880: HDDS-1617. Restructure the code layout for Ozone Manager

anuengineer commented on a change in pull request #880: HDDS-1617. Restructure the code layout for Ozone Manager
URL: https://github.com/apache/hadoop/pull/880#discussion_r289575288
 
 

 ##########
 File path: hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmBucketInfo.java
 ##########
 @@ -61,14 +63,20 @@
    */
   private StorageType storageType;
   /**
-   * Creation time of bucket.
+   * Bucket encryption key info if encryption is enabled.
    */
-  private final long creationTime;
+  private BucketEncryptionKeyInfo bekInfo;
 
   /**
-   * Bucket encryption key info if encryption is enabled.
+   * Bucket Flags that define the behavior of a bucket.
+   *
+   * enum BucketFlags {
+   *     CONFUSING_CHARS = 1;
 
 Review comment:
   It is to enforce character sets which will not conflict with the S3, O3 and other file protocols. It is not being used now

----------------------------------------------------------------
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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org