[
https://issues.apache.org/jira/browse/HDDS-1543?focusedWorklogId=257202&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-257202
]
ASF GitHub Bot logged work on HDDS-1543:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Jun/19 21:09
Start Date: 10/Jun/19 21:09
Worklog Time Spent: 10m
Work Description: xiaoyuyao commented on pull request #927: HDDS-1543.
Implement addAcl,removeAcl,setAcl,getAcl for Prefix. Contr…
URL: https://github.com/apache/hadoop/pull/927#discussion_r292192657
##########
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/security/acl/OzoneObjInfo.java
##########
@@ -70,37 +77,55 @@ public String getKeyName() {
return keyName;
}
+ @Override
+ public String getPrefixName() {
+ return keyName;
+ }
Review comment:
Let's add document here to clarify prefix.
----------------------------------------------------------------
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: 257202)
Time Spent: 3h 20m (was: 3h 10m)
> Implement addAcl,removeAcl,setAcl,getAcl for Prefix
> ----------------------------------------------------
>
> Key: HDDS-1543
> URL: https://issues.apache.org/jira/browse/HDDS-1543
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Ajay Kumar
> Assignee: Xiaoyu Yao
> Priority: Major
> Labels: pull-request-available
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> Implement addAcl,removeAcl,setAcl,getAcl for Prefix
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]