Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 17311 invoked from network); 12 Aug 2008 23:56:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Aug 2008 23:56:34 -0000 Received: (qmail 81611 invoked by uid 500); 12 Aug 2008 23:56:33 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 81600 invoked by uid 500); 12 Aug 2008 23:56:33 -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 81589 invoked by uid 99); 12 Aug 2008 23:56:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2008 16:56:33 -0700 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; Tue, 12 Aug 2008 23:55:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3DBD9234C1AB for ; Tue, 12 Aug 2008 16:55:44 -0700 (PDT) Message-ID: <1527618556.1218585344251.JavaMail.jira@brutus> Date: Tue, 12 Aug 2008 16:55:44 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-18) [hbase] A sequence of create/delete/create/etc. generates 'info:regioninfo is empty; has keys:' and eventually fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622036#action_12622036 ] stack commented on HBASE-18: ---------------------------- Just wrote a little loop in shell doing create/delete. Runs for a good while but then craps out with: {code} hbase(main):001:0> list NativeException: java.lang.NullPointerException: null from org/apache/hadoop/hbase/client/HConnectionManager.java:300:in `processRow' from org/apache/hadoop/hbase/client/MetaScanner.java:62:in `metaScan' from org/apache/hadoop/hbase/client/MetaScanner.java:29:in `metaScan' from org/apache/hadoop/hbase/client/HConnectionManager.java:307:in `listTables' {code} Eventually recovers. So I suppose its better than it was. Goes too fast. I see the create/delete messages in master but not the opening of the region out on the regionserver. This is async I suppose? > [hbase] A sequence of create/delete/create/etc. generates 'info:regioninfo is empty; has keys:' and eventually fails > -------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-18 > URL: https://issues.apache.org/jira/browse/HBASE-18 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Priority: Minor > Attachments: hbase-dave-master-hendrix.log > > > Marking as minor issue since its a concurrency issue in admin function. Though that said, this is a guaranteed way to generate rows in META that are without their regioninfo (Looks like we might add startcode and servername after a row has had its regioninfo removed). > Issue was found by Dave Simpson running a create/delete/create sequence. Attaching log. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.