Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50BBF1781A for ; Thu, 9 Oct 2014 02:21:34 +0000 (UTC) Received: (qmail 59766 invoked by uid 500); 9 Oct 2014 02:21:34 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 59729 invoked by uid 500); 9 Oct 2014 02:21:34 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 59615 invoked by uid 99); 9 Oct 2014 02:21:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2014 02:21:34 +0000 Date: Thu, 9 Oct 2014 02:21:34 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-3214) NPE checking if replication is enabled during tablet assignment 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/ACCUMULO-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated ACCUMULO-3214: --------------------------------- Component/s: (was: replication) > NPE checking if replication is enabled during tablet assignment > --------------------------------------------------------------- > > Key: ACCUMULO-3214 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3214 > Project: Accumulo > Issue Type: Bug > Components: tserver > Reporter: Josh Elser > Assignee: Josh Elser > Priority: Minor > Fix For: 1.7.0 > > Attachments: 0001-ACCUMULO-3214-Clear-zoocache-and-retry-when-fail-to-.patch > > > In the Tablet constructor, the generated AccumuloConfiguration happened to be null > {noformat} > 2014-10-08 13:43:08,550 [tserver.TabletServer] WARN : exception trying to assign tablet 2y<< hdfs://node1.example.com:8020/apps/accumulo/tables/2y/default_tablet > java.lang.NullPointerException > at org.apache.accumulo.core.replication.ReplicationConfigurationUtil.isEnabled(ReplicationConfigurationUtil.java:39) > at org.apache.accumulo.tserver.Tablet.(Tablet.java:1285) > at org.apache.accumulo.tserver.Tablet.(Tablet.java:1264) > at org.apache.accumulo.tserver.Tablet.(Tablet.java:1120) > at org.apache.accumulo.tserver.Tablet.(Tablet.java:1097) > at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2932) > at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34) > at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at org.apache.accumulo.trace.instrument.TraceRunnable.run(TraceRunnable.java:47) > at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34) > at java.lang.Thread.run(Thread.java:745) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)