[ 
https://issues.apache.org/jira/browse/HDDS-1545?focusedWorklogId=256381&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-256381
 ]

ASF GitHub Bot logged work on HDDS-1545:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Jun/19 07:17
            Start Date: 08/Jun/19 07:17
    Worklog Time Spent: 10m 
      Work Description: xiaoyuyao commented on pull request #920: HDDS-1545. 
Cli to add,remove,get and delete acls for Ozone objects. Contributed by Ajay 
Kumar.
URL: https://github.com/apache/hadoop/pull/920#discussion_r291797496
 
 

 ##########
 File path: 
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/security/acl/OzoneAclConfig.java
 ##########
 @@ -40,6 +40,9 @@
           "OzoneManager."
   )
   public void setUserDefaultRights(String userRights) {
+    if(userRights == null) {
 
 Review comment:
   should we handle this in the getter? if the caller set with null, we should 
just ignore it instead of changing it to ALL.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 256381)
    Time Spent: 1h 50m  (was: 1h 40m)

> Cli to add,remove,get and delete acls for Ozone objects
> -------------------------------------------------------
>
>                 Key: HDDS-1545
>                 URL: https://issues.apache.org/jira/browse/HDDS-1545
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>            Reporter: Ajay Kumar
>            Assignee: Ajay Kumar
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Update Ozone Cli to add,remove,get and delete acls for Ozone objects



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to