Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11A8017FFF for ; Fri, 3 Oct 2014 04:09:35 +0000 (UTC) Received: (qmail 19003 invoked by uid 500); 3 Oct 2014 04:09:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 18951 invoked by uid 500); 3 Oct 2014 04:09:34 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 18934 invoked by uid 99); 3 Oct 2014 04:09:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2014 04:09:34 +0000 Date: Fri, 3 Oct 2014 04:09:33 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12165) TestEndToEndSplitTransaction.testFromClientSideWhileSplitting fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-12165: -------------------------- Attachment: 12165.debug.txt Throw exceptions if daughters are null rather than NPE. Let me add this and other logging to see if can figure root cause. > TestEndToEndSplitTransaction.testFromClientSideWhileSplitting fails > ------------------------------------------------------------------- > > Key: HBASE-12165 > URL: https://issues.apache.org/jira/browse/HBASE-12165 > Project: HBase > Issue Type: Bug > Components: test > Affects Versions: 2.0.0 > Reporter: stack > Assignee: stack > Fix For: 2.0.0, 0.99.1 > > Attachments: 12165.debug.txt > > > Test fails but exhibited fail reason is complaining about an NPE. > java.lang.NullPointerException: null > at org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction.blockUntilRegionIsInMeta(TestEndToEndSplitTransaction.java:474) > at org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction.blockUntilRegionSplit(TestEndToEndSplitTransaction.java:451) > Looks like we are timing out waiting on split but NPE obscures actual reason for failure. > Failed here https://builds.apache.org/job/PreCommit-HBASE-Build/11204//testReport/org.apache.hadoop.hbase.regionserver/TestEndToEndSplitTransaction/testFromClientSideWhileSplitting/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)