Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A3FC104F6 for ; Thu, 5 Sep 2013 18:24:54 +0000 (UTC) Received: (qmail 81049 invoked by uid 500); 5 Sep 2013 18:24:53 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 81024 invoked by uid 500); 5 Sep 2013 18:24:53 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 80995 invoked by uid 99); 5 Sep 2013 18:24:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2013 18:24:52 +0000 Date: Thu, 5 Sep 2013 18:24:52 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9434) hbck tries to sideline file to root dir 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/HBASE-9434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759287#comment-13759287 ] Hudson commented on HBASE-9434: ------------------------------- SUCCESS: Integrated in HBase-TRUNK #4469 (See [https://builds.apache.org/job/HBase-TRUNK/4469/]) HBASE-9434 hbck tries to sideline file to root dir (jxiang: rev 1520356) * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java > hbck tries to sideline file to root dir > --------------------------------------- > > Key: HBASE-9434 > URL: https://issues.apache.org/jira/browse/HBASE-9434 > Project: HBase > Issue Type: Bug > Components: hbck > Affects Versions: 0.95.2 > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Priority: Minor > Fix For: 0.98.0, 0.96.0 > > Attachments: trunk-9434.patch > > > It seems not to be like this before. Anyway, we should fix it. > {noformat} > 13/09/04 09:23:31 INFO util.HBaseFsck: Trying to sildeline reference filehdfs://test-1.cloud.cloudera.com:8020/hbase/data/default/usertable/5dbfd775b15a383caab6131b992e1d37/f/864fa006a4814f1f9b42e2bd34ea6543.6bbe5472a333772ec4b2c5c87de503e0 to hdfs://test-1.cloud.cloudera.com:8020/864fa006a4814f1f9b42e2bd34ea6543.6bbe5472a333772ec4b2c5c87de503e0 > Exception in thread "main" org.apache.hadoop.security.AccessControlException: Permission denied: user=hbase, access=WRITE, inode="/":hdfs:supergroup:drwxr-xr-x > at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.check(FSPermissionChecker.java:234) > {noformat} -- 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