[
https://issues.apache.org/jira/browse/HDDS-1884?focusedWorklogId=291416&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-291416
]
ASF GitHub Bot logged work on HDDS-1884:
----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Aug/19 17:10
Start Date: 08/Aug/19 17:10
Worklog Time Spent: 10m
Work Description: bharatviswa504 commented on pull request #1202:
HDDS-1884. Support Bucket ACL operations for OM HA.
URL: https://github.com/apache/hadoop/pull/1202#discussion_r312146955
##########
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmBucketInfo.java
##########
@@ -124,6 +128,95 @@ public String getBucketName() {
return acls;
}
+ /**
+ * Add an ozoneAcl to list of existing Acl set.
+ * @param ozoneAcl
+ * @return true - if successfully added, false if not added or acl is
+ * already existing in the acl list.
+ */
+ public boolean addAcl(OzoneAcl ozoneAcl) {
Review comment:
Thank You @xiaoyuyao
I have a patch posted for Key ACL (HDDS-1895), can we do this refactoring
once that went in?
----------------------------------------------------------------
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: 291416)
Time Spent: 6h 40m (was: 6.5h)
> Support Bucket ACL operations for OM HA.
> ----------------------------------------
>
> Key: HDDS-1884
> URL: https://issues.apache.org/jira/browse/HDDS-1884
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Bharat Viswanadham
> Assignee: Bharat Viswanadham
> Priority: Major
> Labels: pull-request-available
> Time Spent: 6h 40m
> Remaining Estimate: 0h
>
> -HDDS-15+40+- adds 4 new api for Ozone rpc client. OM HA implementation needs
> to handle them.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]