[
https://issues.apache.org/jira/browse/HDDS-1617?focusedWorklogId=252116&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-252116
]
ASF GitHub Bot logged work on HDDS-1617:
----------------------------------------
Author: ASF GitHub Bot
Created on: 31/May/19 23:10
Start Date: 31/May/19 23:10
Worklog Time Spent: 10m
Work Description: anuengineer commented on 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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 252116)
Time Spent: 50m (was: 40m)
> Restructure the code layout for Ozone Manager
> ---------------------------------------------
>
> Key: HDDS-1617
> URL: https://issues.apache.org/jira/browse/HDDS-1617
> Project: Hadoop Distributed Data Store
> Issue Type: Improvement
> Components: Ozone Manager
> Reporter: Anu Engineer
> Assignee: Anu Engineer
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The Ozone Manager has a flat structure that deals with lot of specific
> functions. This Jira proposes to refactor ozone managers code base and move
> function specific packages.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]