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 7B64118859 for ; Sat, 14 Nov 2015 06:43:11 +0000 (UTC) Received: (qmail 59767 invoked by uid 500); 14 Nov 2015 06:43:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 59716 invoked by uid 500); 14 Nov 2015 06:43:11 -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 59705 invoked by uid 99); 14 Nov 2015 06:43:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2015 06:43:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0D5C52C1F5A for ; Sat, 14 Nov 2015 06:43:11 +0000 (UTC) Date: Sat, 14 Nov 2015 06:43:11 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-14798) NPE reporting server load causes regionserver abort; causes TestAcidGuarantee to fail 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-14798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-14798: -------------------------- Attachment: 14798.patch Retry. I think the failed test flakey. Will look at it next. > NPE reporting server load causes regionserver abort; causes TestAcidGuarantee to fail > ------------------------------------------------------------------------------------- > > Key: HBASE-14798 > URL: https://issues.apache.org/jira/browse/HBASE-14798 > Project: HBase > Issue Type: Sub-task > Components: test > Reporter: stack > Assignee: stack > Attachments: 14798.patch, 14798.patch > > > Below crashed out a RS. Caused TestAcidGuarantees to fail because then there were not RS to assign too... > {code} > 2015-11-11 11:36:23,092 ERROR [B.defaultRpcServer.handler=4,queue=0,port=58655] master.MasterRpcServices(388): Region server asf907.gq1.ygridcore.net,55184,1447241756717 reported a fatal error: > ABORTING region server asf907.gq1.ygridcore.net,55184,1447241756717: Unhandled: null > Cause: > java.lang.NullPointerException > at org.apache.hadoop.hbase.regionserver.HRegion.getOldestHfileTs(HRegion.java:1643) > at org.apache.hadoop.hbase.regionserver.HRegionServer.createRegionLoad(HRegionServer.java:1503) > at org.apache.hadoop.hbase.regionserver.HRegionServer.buildServerLoad(HRegionServer.java:1210) > at org.apache.hadoop.hbase.regionserver.HRegionServer.tryRegionServerReport(HRegionServer.java:1153) > at org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:969) > at org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterRegionServer.runRegionServer(MiniHBaseCluster.java:156) > at org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterRegionServer.access$000(MiniHBaseCluster.java:108) > at org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterRegionServer$1.run(MiniHBaseCluster.java:140) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:360) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1637) > at org.apache.hadoop.hbase.security.User$SecureHadoopUser.runAs(User.java:307) > at org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterRegionServer.run(MiniHBaseCluster.java:138) > at java.lang.Thread.run(Thread.java:745) > {code} > Here is the failure: https://builds.apache.org/view/H-L/view/HBase/job/HBase-Trunk_matrix/457/jdk=latest1.8,label=Hadoop/artifact/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.TestAcidGuarantees-output.txt -- This message was sent by Atlassian JIRA (v6.3.4#6332)