Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 44174 invoked from network); 19 Feb 2009 18:15:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 18:15:24 -0000 Received: (qmail 23400 invoked by uid 500); 19 Feb 2009 18:15:23 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 23375 invoked by uid 500); 19 Feb 2009 18:15:23 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 23364 invoked by uid 99); 19 Feb 2009 18:15:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 10:15:23 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.132.244 as permitted sender) Received: from [209.85.132.244] (HELO an-out-0708.google.com) (209.85.132.244) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 18:15:16 +0000 Received: by an-out-0708.google.com with SMTP id d14so184173and.29 for ; Thu, 19 Feb 2009 10:14:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=vdoAJhSr2crMnNtKPmizNu7EZBFFIMk7tYLuS1UPnJo=; b=LrUjX94oi0oyC3uTqykEQXsdHaMWBc941CwXcqajgNTXXoK9BNDhUZX8/9pszqkOae MXTnf8AeE++XrDauqARqMQOAMoRjhR5div2RNApEf7iSWoWhq/J3BAapsWr2jyBdQ6tp i5cVCuiDJErviITJCLqfnA9R5Ic/vLeyZbYSM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=GPKNCuOYmsnF8OVF+OP67URflZN3Wwe6KIMQRKBYUVnEM4HQ+e29z6c8cD8lrOh1hI taFjzKGI+sWQgMtdJNT3ji1fktcWr4rYnF0AIA9UGp7O6n1HR9h+m57ZDIIGXuX7VWFC fTZuBjwF0h1bUzIhb242SDH1yFyUPmjC4Es9M= MIME-Version: 1.0 Sender: saint.ack@gmail.com Received: by 10.100.251.8 with SMTP id y8mr608253anh.2.1235067295778; Thu, 19 Feb 2009 10:14:55 -0800 (PST) In-Reply-To: References: Date: Thu, 19 Feb 2009 10:14:55 -0800 X-Google-Sender-Auth: f566ac61aefaf63d Message-ID: <7c962aed0902191014x626809ecu3865f1b9d1b3b31b@mail.gmail.com> Subject: Re: Exception on HBaseAdmin.disableTable From: stack To: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001636af034270485d046349835c X-Virus-Checked: Checked by ClamAV on apache.org --001636af034270485d046349835c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Which version of hbase Slava (line numbers don't align with my current version). Thanks, St.Ack On Thu, Feb 19, 2009 at 8:57 AM, Slava Gorelik wrote: > Hi.I have very strange problem with disabling table, calling first time > throws this exception : > > Exception in thread "main" *java.lang.ArrayIndexOutOfBoundsException*: 0 > > at > > org.apache.hadoop.hbase.client.HConnectionManager$TableServers.isTableEnabled( > *HConnectionManager.java:344*) > > at org.apache.hadoop.hbase.client.HBaseAdmin.isTableEnabled(* > HBaseAdmin.java:392*) > > at org.apache.hadoop.hbase.client.HBaseAdmin.disableTable(* > HBaseAdmin.java:355*) > > at org.apache.hadoop.hbase.client.HBaseAdmin.disableTable(* > HBaseAdmin.java:333*) > > at UnitTests.TestDBHandler.deleteTestTables(*TestDBHandler.java:154*) > > at com.SAP.BizDB.Sample.BOSerializationSample.main(* > BOSerializationSample.java:75*) > > > Second execution on the same table is passing ok. > > > Thank You and Best Regards. > --001636af034270485d046349835c--