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 1E353CC0C for ; Thu, 13 Jun 2013 18:31:22 +0000 (UTC) Received: (qmail 85281 invoked by uid 500); 13 Jun 2013 18:31:21 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 85157 invoked by uid 500); 13 Jun 2013 18:31:21 -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 85114 invoked by uid 99); 13 Jun 2013 18:31:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jun 2013 18:31:21 +0000 Date: Thu, 13 Jun 2013 18:31:21 +0000 (UTC) From: "Jing Zhao (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-4902) DFSClient.getSnapshotDiffReport should use string path rather than o.a.h.fs.Path 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-4902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao updated HDFS-4902: ---------------------------- Resolution: Fixed Fix Version/s: 2.1.0-beta Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Thanks Binglin! I've committed this to trunk, branch-2 and branch-2.1.0-beta. > DFSClient.getSnapshotDiffReport should use string path rather than o.a.h.fs.Path > -------------------------------------------------------------------------------- > > Key: HDFS-4902 > URL: https://issues.apache.org/jira/browse/HDFS-4902 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 2.1.0-beta > Reporter: Binglin Chang > Assignee: Binglin Chang > Fix For: 2.1.0-beta > > Attachments: HDFS-4902.001.patch, HDFS-4902.patch > > > {code} > org.apache.hadoop.ipc.RemoteException(java.lang.AssertionError): Absolute path required > at org.apache.hadoop.hdfs.server.namenode.INode.getPathNames(INode.java:641) > at org.apache.hadoop.hdfs.server.namenode.INode.getPathComponents(INode.java:619) > at org.apache.hadoop.hdfs.server.namenode.INodeDirectory.getINodesInPath4Write(INodeDirectory.java:362) > at org.apache.hadoop.hdfs.server.namenode.FSDirectory.getINodesInPath4Write(FSDirectory.java:1648) > at org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotManager.diff(SnapshotManager.java:354) > at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getSnapshotDiffReport(FSNamesystem.java:6035) > at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.getSnapshotDiffReport(NameNodeRpcServer.java:1172) > at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getSnapshotDiffReport(ClientNamenodeProtocolTranslatorPB.java:975) > at org.apache.hadoop.hdfs.DFSClient.getSnapshotDiffReport(DFSClient.java:2158) > at org.apache.hadoop.hdfs.DistributedFileSystem.getSnapshotDiffReport(DistributedFileSystem.java:990) > {code} > DistributedFileSystem.getSnapshotDiffReport use Path with scheme, so toString will return path with scheme, e.g. hdfs://xxxx:8020/abc/ > But FSNamesystem only accept simple path, not whole URI. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira