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-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org