Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 46622 invoked from network); 30 Aug 2010 07:20:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Aug 2010 07:20:03 -0000 Received: (qmail 2870 invoked by uid 500); 30 Aug 2010 07:20:02 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 2600 invoked by uid 500); 30 Aug 2010 07:19:59 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 2592 invoked by uid 99); 30 Aug 2010 07:19:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Aug 2010 07:19:58 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjhhu-hbase-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Aug 2010 07:19:50 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OpybL-0006Hx-1M for user@hbase.apache.org; Mon, 30 Aug 2010 09:16:19 +0200 Received: from yota.ru ([94.25.208.252]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Aug 2010 09:16:19 +0200 Received: from atimerbaev by yota.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Aug 2010 09:16:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@hbase.apache.org From: Andrey Timerbaev Subject: Re: RegionServer can't recover after a failure Date: Mon, 30 Aug 2010 07:16:11 +0000 (UTC) Lines: 23 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 94.25.210.15 (Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 GTB7.1 ( .NET CLR 3.5.30729)) > The issue is that the global transaction log table is not created yet. You can do so simply by calling > HBaseBackedTransactionLogger.createTable() at the time when you are seeding the rest of your tables. > James Kennedy > Project Manager > Troove Inc. Hello James, Thank you for the comment. Do I understand right, that the createTable() method should be called before the very first transaction performed? In other words, in our situation, when region servers report "Region log has 9 unfinished transactions" and the just created table __GLOBAL_TRX_LOG__ exists, but it's empty, this won't help? Maybe, just for the moment we can clean the log, where the number of unfinished transactions is logged? And then maybe RegionServers won't try to recover the unfinished transactions? Could you kindly suggest, where it is logged? Thank you, Andrey