Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD09A101B3 for ; Fri, 19 Dec 2014 21:54:13 +0000 (UTC) Received: (qmail 70642 invoked by uid 500); 19 Dec 2014 21:54:13 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 70590 invoked by uid 500); 19 Dec 2014 21:54:13 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 70577 invoked by uid 99); 19 Dec 2014 21:54:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2014 21:54:13 +0000 Date: Fri, 19 Dec 2014 21:54:13 +0000 (UTC) From: "Jing Zhao (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-7484) Simplify the workflow of calculating permission in mkdirs() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-7484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-7484: ---------------------------- Attachment: HDFS-7484.007.patch > Simplify the workflow of calculating permission in mkdirs() > ----------------------------------------------------------- > > Key: HDFS-7484 > URL: https://issues.apache.org/jira/browse/HDFS-7484 > Project: Hadoop HDFS > Issue Type: Improvement > Reporter: Haohui Mai > Assignee: Jing Zhao > Attachments: HDFS-7484.000.patch, HDFS-7484.001.patch, HDFS-7484.002.patch, HDFS-7484.003.patch, HDFS-7484.004.patch, HDFS-7484.005.patch, HDFS-7484.006.patch, HDFS-7484.007.patch > > > {{FSDirMkdirsOp#mkdirsRecursively()}} currently calculates the permissions based on whether {{inheritPermission}} is true. This jira proposes to simplify the workflow and make it explicit for the caller. -- This message was sent by Atlassian JIRA (v6.3.4#6332)