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 A92B711DFB for ; Thu, 27 Mar 2014 14:04:11 +0000 (UTC) Received: (qmail 65451 invoked by uid 500); 27 Mar 2014 14:03:53 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 65409 invoked by uid 500); 27 Mar 2014 14:03:51 -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 65051 invoked by uid 99); 27 Mar 2014 14:03:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2014 14:03:38 +0000 Date: Thu, 27 Mar 2014 14:03:38 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-6150) Add inode id information in the logs to make debugging easier 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-6150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13949358#comment-13949358 ] Hudson commented on HDFS-6150: ------------------------------ SUCCESS: Integrated in Hadoop-Hdfs-trunk #1714 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1714/]) HDFS-6150. Add inode id information in the logs to make debugging easier. Contributed by Suresh Srinivas. (suresh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1581914) * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestFileCreation.java * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestLeaseRecovery2.java > Add inode id information in the logs to make debugging easier > ------------------------------------------------------------- > > Key: HDFS-6150 > URL: https://issues.apache.org/jira/browse/HDFS-6150 > Project: Hadoop HDFS > Issue Type: Improvement > Components: namenode > Reporter: Suresh Srinivas > Assignee: Suresh Srinivas > Priority: Minor > Fix For: 2.4.0 > > Attachments: HDFS-6150.1.patch, HDFS-6150.2.patch, HDFS-6150.3.patch, HDFS-6150.patch > > > Inode information and path information are missing in the logs and exceptions. Adding this will help debug multi threading issues related to using incode INode ID information. -- This message was sent by Atlassian JIRA (v6.2#6252)