Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 15388 invoked from network); 12 Feb 2008 18:25:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2008 18:25:35 -0000 Received: (qmail 65465 invoked by uid 500); 12 Feb 2008 18:25:27 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 65454 invoked by uid 500); 12 Feb 2008 18:25:27 -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 65441 invoked by uid 99); 12 Feb 2008 18:25:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 10:25:27 -0800 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.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 18:24:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E3A1B714075 for ; Tue, 12 Feb 2008 10:25:10 -0800 (PST) Message-ID: <16980651.1202840710929.JavaMail.jira@brutus> Date: Tue, 12 Feb 2008 10:25:10 -0800 (PST) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Assigned: (HBASE-435) TestTableMapReduce failed in HBase-Patch #15 In-Reply-To: <25648680.1202613487789.JavaMail.jira@brutus> 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-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman reassigned HBASE-435: ----------------------------------- Assignee: Jim Kellerman > TestTableMapReduce failed in HBase-Patch #15 > -------------------------------------------- > > Key: HBASE-435 > URL: https://issues.apache.org/jira/browse/HBASE-435 > Project: Hadoop HBase > Issue Type: Bug > Components: test > Affects Versions: 0.2.0 > Reporter: Jim Kellerman > Assignee: Jim Kellerman > > TestTableMapReduce failed in HBase-Patch #15 see: http://hudson.zones.apache.org/hudson/job/HBase-Patch/15/testReport/ > java.lang.NullPointerException > at org.apache.hadoop.hbase.HRegionServer$QueueEntry.hashCode(HRegionServer.java:187) > at org.apache.hadoop.hbase.HRegionServer$QueueEntry.equals(HRegionServer.java:181) > at java.util.AbstractCollection.contains(AbstractCollection.java:101) > at org.apache.hadoop.hbase.HRegionServer$Flusher.flushRequested(HRegionServer.java:494) > at org.apache.hadoop.hbase.MultiRegionTable.makeMultiRegionTable(MultiRegionTable.java:107) > at org.apache.hadoop.hbase.mapred.TestTableMapReduce.localTestMultiRegionTable(TestTableMapReduce.java:284) > at org.apache.hadoop.hbase.mapred.TestTableMapReduce.testTableMapReduce(TestTableMapReduce.java:205) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.