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 B3B08F7C1 for ; Thu, 11 Apr 2013 13:08:51 +0000 (UTC) Received: (qmail 4232 invoked by uid 500); 11 Apr 2013 13:07:32 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 2413 invoked by uid 500); 11 Apr 2013 13:07:24 -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 1492 invoked by uid 99); 11 Apr 2013 13:07:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Apr 2013 13:07:21 +0000 Date: Thu, 11 Apr 2013 13:07:21 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-4679) Namenode operation checks should be done in a consistent manner 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-4679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13628901#comment-13628901 ] Hudson commented on HDFS-4679: ------------------------------ Integrated in Hadoop-Hdfs-trunk #1369 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1369/]) HDFS-4679. Namenode operation checks should be done in a consistent manner. Contributed by Suresh Srinivas. (Revision 1466721) Result = FAILURE suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1466721 Files : * /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/TestSafeMode.java > Namenode operation checks should be done in a consistent manner > --------------------------------------------------------------- > > Key: HDFS-4679 > URL: https://issues.apache.org/jira/browse/HDFS-4679 > Project: Hadoop HDFS > Issue Type: Improvement > Components: namenode > Reporter: Suresh Srinivas > Assignee: Suresh Srinivas > Fix For: 2.0.5-beta > > Attachments: HDFS-4679.patch, HDFS-4679.patch > > > Different operations performs checks in different order. I propose consistently checking the following in namenode operations: > # Print debug log related to the operation > # validate the input parameters, file names > # Grab read or write lock > #* check if system is ready for read or write operation > #* check if system is in safemode (for write operations) > #* check permissions to see if the user is owner, has access or is super user privileges > # Release the lock -- 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