Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 68207 invoked from network); 17 Jul 2009 14:33:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jul 2009 14:33:32 -0000 Received: (qmail 15536 invoked by uid 500); 17 Jul 2009 14:34:37 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 15470 invoked by uid 500); 17 Jul 2009 14:34:37 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 15460 invoked by uid 99); 17 Jul 2009 14:34:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 14:34:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 14:34:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CDF23234C044 for ; Fri, 17 Jul 2009 07:34:14 -0700 (PDT) Message-ID: <1234550651.1247841254829.JavaMail.jira@brutus> Date: Fri, 17 Jul 2009 07:34:14 -0700 (PDT) From: "Alex Newman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-1359) After a large truncating table HBase becomes unresponsive In-Reply-To: <643739989.1241113230264.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732546#action_12732546 ] Alex Newman commented on HBASE-1359: ------------------------------------ Rerunning my test. On Jul 17, 2009 12:41am, "stack (JIRA)" wrote: > After a large truncating table HBase becomes unresponsive > ---------------------------------------------------------- > > Key: HBASE-1359 > URL: https://issues.apache.org/jira/browse/HBASE-1359 > Project: Hadoop HBase > Issue Type: Bug > Environment: linux r769665 > Reporter: Alex Newman > Assignee: Alex Newman > Priority: Critical > Fix For: 0.20.0 > > > If you see **** I removed and ip or something for security reasons > Once I truncate the table, hbase freaks out for about 10 seconds and all the thrift servers die. > Thrift server log: > 2009-04-02 12:09:08,971 INFO org.apache.hadoop.ipc.HBaseClass: Retrying connect > to server: /*****:60020. Already tried 0 time(s). > You see this a bunch of times and then it times out > The hbase shell > nhbase(main):001:0> truncate 't2' > 09/04/30 13:01:08 INFO zookeeper.ZooKeeperWrapper: Quorum servers: > **** > Truncating t2; it may take a while > Disabling table... > 09/04/30 13:01:19 INFO client.HBaseAdmin: Disabled t2 > 0 row(s) in 10.3417 seconds > Dropping table... > 09/04/30 13:01:19 INFO client.HBaseAdmin: Deleted t2 > 0 row(s) in 0.1592 seconds > Creating table... > 0 row(s) in 14.7567 seconds > hbase(main):002:0> lsit > NameError: undefined local variable or method `lsit' for # > from (hbase):3 > hbase(main):003:0> lsit > NameError: undefined local variable or method `lsit' for # > from (hbase):4 > hbase(main):004:0> list > NativeException: java.lang.NullPointerException: null > from org/apache/hadoop/hbase/client/HConnectionManager.java:344:in `proc > essRow' > from org/apache/hadoop/hbase/client/MetaScanner.java:64:in `metaScan' > from org/apache/hadoop/hbase/client/MetaScanner.java:29:in `metaScan' > from org/apache/hadoop/hbase/client/HConnectionManager.java:351:in `list > Tables' > from org/apache/hadoop/hbase/client/HBaseAdmin.java:121:in `listTables' > from sun/reflect/NativeMethodAccessorImpl.java:-2:in `invoke0' > from sun/reflect/NativeMethodAccessorImpl.java:39:in `invoke' > from sun/reflect/DelegatingMethodAccessorImpl.java:25:in `invoke' > from java/lang/reflect/Method.java:597:in `invoke' > from org/jruby/javasupport/JavaMethod.java:298:in `invokeWithExceptionHa > ndling' > from org/jruby/javasupport/JavaMethod.java:259:in `invoke' > from org/jruby/java/invokers/InstanceMethodInvoker.java:36:in `call' > from org/jruby/runtime/callsite/CachingCallSite.java:260:in `cacheAndCal > l' > from org/jruby/runtime/callsite/CachingCallSite.java:75:in `call' > from org/jruby/ast/CallNoArgNode.java:61:in `interpret' > from org/jruby/ast/ForNode.java:101:in `interpret' > ... 113 levels... > from org/jruby/internal/runtime/methods/DynamicMethod.java:226:in `call' > from org/jruby/internal/runtime/methods/CompiledMethod.java:216:in `call > ' > from org/jruby/internal/runtime/methods/CompiledMethod.java:71:in `call' > from org/jruby/runtime/callsite/CachingCallSite.java:260:in `cacheAndCal > l' > from org/jruby/runtime/callsite/CachingCallSite.java:75:in `call' > from home/fds/ts/hadoop/hbase/bin/$_dot_dot_/bin/hirb.rb:441:in `__file_ > _' > from home/fds/ts/hadoop/hbase/bin/$_dot_dot_/bin/hirb.rb:-1:in `__file__ > ' > from home/fds/ts/hadoop/hbase/bin/$_dot_dot_/bin/hirb.rb:-1:in `load' > from org/jruby/Ruby.java:564:in `runScript' > from org/jruby/Ruby.java:467:in `runNormally' > from org/jruby/Ruby.java:340:in `runFromMain' > from org/jruby/Main.java:214:in `run' > from org/jruby/Main.java:100:in `run' > from org/jruby/Main.java:84:in `main' > from /home/fds/ts/hadoop/hbase/bin/../bin/hirb.rb:300:in `list' > from (hbase):5hbase(main):005:0> > hbase(main):006:0* -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.