Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 61A4FE6FE for ; Thu, 24 Jan 2013 10:25:58 +0000 (UTC) Received: (qmail 35306 invoked by uid 500); 24 Jan 2013 10:25:56 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 35241 invoked by uid 500); 24 Jan 2013 10:25:56 -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 35228 invoked by uid 99); 24 Jan 2013 10:25:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2013 10:25:56 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dontariq@gmail.com designates 209.85.219.46 as permitted sender) Received: from [209.85.219.46] (HELO mail-oa0-f46.google.com) (209.85.219.46) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2013 10:25:49 +0000 Received: by mail-oa0-f46.google.com with SMTP id h16so9648058oag.33 for ; Thu, 24 Jan 2013 02:25:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=0lvNA/avEbSUzmT6p4C6sh16duZy40pO/kQrNE5BijY=; b=Kjrv/8KaHl6Ddy9S/brVhdsTUxHUJ0j0HdbS1jh8i2EjhYRnwpzqbDBq1QzO3X6l3+ h8C353O6ROKBvazaJFvpYazfrLwIRbUXfnMpDHZMu5yl7Wfb4vjB0ebmenF013EruXV5 1SOl0s+Hu1oMaPRZZFU/0ufiCjdeAoj525/jUnhznVz7ZgewbnBVog8PdZiIJfoVOO9+ BSG80wKY/TIFiJwX9wSvDQ38lObLl2uS4Ge1cgFpkTueLwN8lueTLenmPd7Wdhq/6pct EiR/ji939Th8Dy6VZSxeN3m5SuVGG1Z1JzBXEU4FMKlor8Ona1jtyqGO/vnPny3Pl+1T m49g== X-Received: by 10.182.192.65 with SMTP id he1mr1040295obc.52.1359023128764; Thu, 24 Jan 2013 02:25:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.107.44 with HTTP; Thu, 24 Jan 2013 02:24:48 -0800 (PST) In-Reply-To: References: From: Mohammad Tariq Date: Thu, 24 Jan 2013 15:54:48 +0530 Message-ID: Subject: Re: drop table problem To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=bcaec54fae82d4e27f04d4063a89 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec54fae82d4e27f04d4063a89 Content-Type: text/plain; charset=ISO-8859-1 Which version are you using?Try hbck and see if you find anything interesting. This problem was faced by a couple of folks few weeks ago. Try to search through the mailing list. Probably there is some problem with the znode holding this table. Remove it and restart everything. Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot.com On Thu, Jan 24, 2013 at 3:48 PM, hua beatls wrote: > HI, > i have a table in 'transition' state, which couldn't be 'disable' or > enable. I try to 'drop' it but failed. below is the error messages. > > hbase(main):012:0> drop 'T21_0513_201301_bigtable' > ERROR: org.apache.hadoop.hbase.TableNotDisabledException: > org.apache.hadoop.hbase.TableNotDisabledException: T21_0513_201301_bigtable > at > > org.apache.hadoop.hbase.master.HMaster.checkTableModifiable(HMaster.java:1240) > at > > org.apache.hadoop.hbase.master.handler.TableEventHandler.(TableEventHandler.java:70) > at > > org.apache.hadoop.hbase.master.handler.DeleteTableHandler.(DeleteTableHandler.java:42) > at org.apache.hadoop.hbase.master.HMaster.deleteTable(HMaster.java:1099) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:601) > at > > org.apache.hadoop.hbase.ipc.WritableRpcEngine$Server.call(WritableRpcEngine.java:364) > at > org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:1345) > below is the excerpts from webui: > Regions in > TransitionRegionStatebd8d2bf3ef04d0f8d3dac5ca2f612f42T21_0513_201301_bigtable,27100750000000000000000000000000000000000000000000000000000,1358994123350.bd8d2bf3ef04d0f8d3dac5ca2f612f42. > state=PENDING_OPEN, ts=Thu Jan 24 16:58:34 CST 2013 (699s ago), > server=hadoop1,60020,1358993820407 > --bcaec54fae82d4e27f04d4063a89--