From hdfs-dev-return-37733-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Fri Aug 2 23:00:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3A11D180647 for ; Sat, 3 Aug 2019 01:00:02 +0200 (CEST) Received: (qmail 25226 invoked by uid 500); 2 Aug 2019 23:00:01 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 25213 invoked by uid 99); 2 Aug 2019 23:00:00 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Aug 2019 23:00:00 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5A226E0220 for ; Fri, 2 Aug 2019 23:00:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1470021405 for ; Fri, 2 Aug 2019 23:00:00 +0000 (UTC) Date: Fri, 2 Aug 2019 23:00:00 +0000 (UTC) From: "Bharat Viswanadham (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDDS-1900) Remove UpdateBucket handler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bharat Viswanadham created HDDS-1900: ---------------------------------------- Summary: Remove UpdateBucket handler Key: HDDS-1900 URL: https://issues.apache.org/jira/browse/HDDS-1900 Project: Hadoop Distributed Data Store Issue Type: Bug Reporter: Bharat Viswanadham Assignee: Bharat Viswanadham This Jira is to remove bucket update handler. To add acl/remove acl we should use=C2=A0ozone sh bucket addacl/ozone sh bu= cket removeacl. =C2=A0 Otherwise, when security is enabled, old Bucket update handler, uses setBuc= ketProperty and that checks acl acces for WRITE, whereas when add/remove Ac= l we should check access for WRITE_ACL. =C2=A0 This Jira is to clean up the old code. -- 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