Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 367 invoked from network); 18 Aug 2007 16:04:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2007 16:04:53 -0000 Received: (qmail 33822 invoked by uid 500); 18 Aug 2007 16:04:49 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 33799 invoked by uid 500); 18 Aug 2007 16:04:49 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 33790 invoked by uid 99); 18 Aug 2007 16:04:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Aug 2007 09:04:49 -0700 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB,RCVD_IN_DOB X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Aug 2007 16:04:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5EE2C7141FD for ; Sat, 18 Aug 2007 09:04:31 -0700 (PDT) Message-ID: <21140944.1187453071386.JavaMail.jira@brutus> Date: Sat, 18 Aug 2007 09:04:31 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-1734) [hbase] Region split broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [hbase] Region split broken --------------------------- Key: HADOOP-1734 URL: https://issues.apache.org/jira/browse/HADOOP-1734 Project: Hadoop Issue Type: Bug Components: contrib/hbase Affects Versions: 0.15.0 Reporter: Jim Kellerman Assignee: stack Fix For: 0.15.0 Attachments: console.txt testSplitRegionIsDeleted failed in Hadoop-Nightly #207. From the log for that test (attached), it appears that it tries to split the region 3 times instead of just once. I did see the error: [junit] Exception in thread "HMaster.metaScanner" java.lang.IllegalArgumentException: Can't build a writable with empty bytes array [junit] at org.apache.hadoop.hbase.util.Writables.getWritable(Writables.java:77) [junit] at org.apache.hadoop.hbase.HMaster$BaseScanner.scanRegion(HMaster.java:272) [junit] at org.apache.hadoop.hbase.HMaster$MetaScanner.scanOneMetaRegion(HMaster.java:602) [junit] at org.apache.hadoop.hbase.HMaster$MetaScanner.maintenanceScan(HMaster.java:659) [junit] at org.apache.hadoop.hbase.HMaster$BaseScanner.run(HMaster.java:175) [junit] at java.lang.Thread.run(Thread.java:595) and afterwards there were no reports from the metaScanner so this may be related to HADOOP-1730 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.