Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 06CCB200B6A for ; Mon, 22 Aug 2016 23:57:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 056C5160AB3; Mon, 22 Aug 2016 21:57:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 72BB1160A87 for ; Mon, 22 Aug 2016 23:57:21 +0200 (CEST) Received: (qmail 95371 invoked by uid 500); 22 Aug 2016 21:57:20 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 95346 invoked by uid 99); 22 Aug 2016 21:57:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2016 21:57:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 74B162C0150 for ; Mon, 22 Aug 2016 21:57:20 +0000 (UTC) Date: Mon, 22 Aug 2016 21:57:20 +0000 (UTC) From: "Kihwal Lee (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-10762) Pass IIP for file status related methods MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 22 Aug 2016 21:57:22 -0000 [ https://issues.apache.org/jira/browse/HDFS-10762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15431684#comment-15431684 ] Kihwal Lee commented on HDFS-10762: ----------------------------------- Although it is functionally correct, it looks like the patch undid a prior optimization. I will revert it from trunk. > Pass IIP for file status related methods > ---------------------------------------- > > Key: HDFS-10762 > URL: https://issues.apache.org/jira/browse/HDFS-10762 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: hdfs > Reporter: Daryn Sharp > Assignee: Daryn Sharp > Fix For: 3.0.0-alpha2 > > Attachments: HDFS-10762.patch > > > The frequently called file status methods will not require path re-resolves if the IIP is passed down the call stack. The code can be simplified further if the IIP tracks if the original path was a reserved raw path. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org