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 C99F61024B for ; Wed, 19 Nov 2014 16:26:34 +0000 (UTC) Received: (qmail 91995 invoked by uid 500); 19 Nov 2014 16:26:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 91957 invoked by uid 500); 19 Nov 2014 16:26: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 91741 invoked by uid 99); 19 Nov 2014 16:26:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2014 16:26:34 +0000 Date: Wed, 19 Nov 2014 16:26:34 +0000 (UTC) From: "Sean Busbey (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HBASE-12535) NPE in WALFactory close of base provider in failed TestReplicationSmallTests 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-12535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey reassigned HBASE-12535: ----------------------------------- Assignee: Sean Busbey > NPE in WALFactory close of base provider in failed TestReplicationSmallTests > ---------------------------------------------------------------------------- > > Key: HBASE-12535 > URL: https://issues.apache.org/jira/browse/HBASE-12535 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: Sean Busbey > > From trunk build last night.... > https://builds.apache.org/view/H-L/view/HBase/job/HBase-TRUNK/5796/consoleText > {code} > ... > 2014-11-19 09:23:06,000 ERROR [RS:0;asf900:49047.replicationSource,2] regionserver.ReplicationSource$1(778): Unexpected exception in ReplicationSource, currentPath=hdfs://localhost:53151/user/jenkins/hbase/WALs/asf900.gq1.ygridcore.net,49047,1416388982221/asf900.gq1.ygridcore.net%2C49047%2C1416388982221.default.1416388983009 > java.lang.NullPointerException > at org.apache.hadoop.hbase.wal.WALFactory.close(WALFactory.java:190) > at org.apache.hadoop.hbase.wal.WALFactory.getInstance(WALFactory.java:365) > at org.apache.hadoop.hbase.wal.WALFactory.createReader(WALFactory.java:382) > at org.apache.hadoop.hbase.replication.regionserver.ReplicationWALReaderManager.openReader(ReplicationWALReaderManager.java:69) > at org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.openReader(ReplicationSource.java:518) > at org.apache.hadoop.hbase.replication.regionserver.ReplicationSource.run(ReplicationSource.java:331) > 2014-11-19 09:23:06,006 INFO [M:0;asf900:60818] wal.FSHLog(543): WAL configuration: blocksize=128 MB, rollsize=39.32 KB, > ... > {code} > You want to take a looksee [~busbey]? -- This message was sent by Atlassian JIRA (v6.3.4#6332)