You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Bharat Viswanadham (JIRA)" <ji...@apache.org> on 2019/08/10 00:02:00 UTC

[jira] [Created] (HDDS-1945) Fix CreateBucket API in RpcClient

Bharat Viswanadham created HDDS-1945:
----------------------------------------

             Summary: Fix CreateBucket API in RpcClient
                 Key: HDDS-1945
                 URL: https://issues.apache.org/jira/browse/HDDS-1945
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
            Reporter: Bharat Viswanadham


When adding acls, using list.addAll acl's added can be duplicated. Suppose think of case ACL as below:

(USER,ozone,R,DEFAULT), (USER,ozone,W,DEFAULT).

We can merge them into a single and add to list, but if we use the default list.addAll it will not be done. This will be fixed after HDDS-1927. Thank You @xiaoyu for reporting this during HDDS-1913 review.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org