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 09AC110785 for ; Sat, 13 Apr 2013 00:12:17 +0000 (UTC) Received: (qmail 3057 invoked by uid 500); 13 Apr 2013 00:12:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 3019 invoked by uid 500); 13 Apr 2013 00:12:16 -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 3010 invoked by uid 99); 13 Apr 2013 00:12:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Apr 2013 00:12:16 +0000 Date: Sat, 13 Apr 2013 00:12:16 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8205) HBCK support for table locks 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-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13630803#comment-13630803 ] Hudson commented on HBASE-8205: ------------------------------- Integrated in HBase-TRUNK #4059 (See [https://builds.apache.org/job/HBase-TRUNK/4059/]) HBASE-8205. HBCK support for table locks. Addendum for adding new class (Revision 1467499) HBASE-8205. HBCK support for table locks (Revision 1467497) Result = SUCCESS enis : Files : * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/util/hbck/TableLockChecker.java enis : Files : * /hbase/trunk/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ZooKeeperProtos.java * /hbase/trunk/hbase-protocol/src/main/protobuf/ZooKeeper.proto * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/InterProcessLock.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/InterProcessReadWriteLock.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/TableLockManager.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/lock/ZKInterProcessLockBase.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/lock/ZKInterProcessReadLock.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/lock/ZKInterProcessWriteLock.java * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestTableLockManager.java * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/util/hbck/HbckTestingUtil.java > HBCK support for table locks > ---------------------------- > > Key: HBASE-8205 > URL: https://issues.apache.org/jira/browse/HBASE-8205 > Project: HBase > Issue Type: Improvement > Components: hbck, master, regionserver > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 0.98.0, 0.95.1 > > Attachments: hbase-8205_v1.patch, hbase-8205_v2.patch, hbase-8205_v4.patch, hbase-8205_v5.patch, hbase-8205_v6.patch, hbase-8205_v7.patch > > > Table locks have been introduced in HBASE-7305, HBASE-7546, and others (see the design doc at HBASE-7305). > This issue adds support in HBCK to report and fix possible conditions about table locks. Namely, if due to some bug, the table lock remains not-released, then HBCK should be able to report it, and remove the lock, so that normal table operations will continue. > Also see the comments in HBASE-7977. -- 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