[ https://issues.apache.org/jira/browse/HDDS-1545?focusedWorklogId=255465&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-255465 ]
ASF GitHub Bot logged work on HDDS-1545: ---------------------------------------- Author: ASF GitHub Bot Created on: 06/Jun/19 21:29 Start Date: 06/Jun/19 21:29 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_r291379507 ########## File path: hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/OzoneManagerProtocolClientSideTranslatorPB.java ########## @@ -1377,7 +1377,7 @@ public boolean setAcl(OzoneObj obj, List<OzoneAcl> acls) throws IOException { SetAclRequest.Builder builder = SetAclRequest.newBuilder() .setObj(OzoneObj.toProtobuf(obj)); - acls.parallelStream().forEach(a -> builder.addAcl(OzoneAcl.toProtobuf(a))); Review comment: Let's fix this as a separate JIRA along with the unit test change. ---------------------------------------------------------------- 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: 255465) Time Spent: 0.5h (was: 20m) > 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: 0.5h > 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