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 8AFDD10400 for ; Thu, 4 Apr 2013 13:09:21 +0000 (UTC) Received: (qmail 4129 invoked by uid 500); 4 Apr 2013 13:09:21 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 4088 invoked by uid 500); 4 Apr 2013 13:09:21 -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 4079 invoked by uid 99); 4 Apr 2013 13:09:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2013 13:09:21 +0000 Date: Thu, 4 Apr 2013 13:09:21 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8230) Possible NPE on regionserver abort if replication service has not been started 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-8230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622124#comment-13622124 ] Hudson commented on HBASE-8230: ------------------------------- Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #476 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/476/]) HBASE-8230 Possible NPE on regionserver abort if replication service has not been started (Revision 1464280) Result = FAILURE stack : Files : * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/Replication.java > Possible NPE on regionserver abort if replication service has not been started > ------------------------------------------------------------------------------ > > Key: HBASE-8230 > URL: https://issues.apache.org/jira/browse/HBASE-8230 > Project: HBase > Issue Type: Bug > Components: regionserver, Replication > Affects Versions: 0.94.6 > Reporter: Jieshan Bean > Assignee: Jieshan Bean > Fix For: 0.95.1, 0.94.7 > > Attachments: HBASE-8230-94.patch, HBASE-8230-trunk.patch > > > RegionServer got Exception on calling setupWALAndReplication, so entered abort flow. Since replicationSink had not been inialized yet, we got below exception: > {noformat} > Exception in thread "regionserver26003" java.lang.NullPointerException > at org.apache.hadoop.hbase.replication.regionserver.Replication.join(Replication.java:129) > at org.apache.hadoop.hbase.replication.regionserver.Replication.stopReplicationService(Replication.java:120) > at org.apache.hadoop.hbase.regionserver.HRegionServer.join(HRegionServer.java:1803) > at org.apache.hadoop.hbase.regionserver.HRegionServer.run(HRegionServer.java:834) > at java.lang.Thread.run(Thread.java:662) > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira