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 58A0711FE9 for ; Fri, 18 Jul 2014 03:54:05 +0000 (UTC) Received: (qmail 40221 invoked by uid 500); 18 Jul 2014 03:54:05 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 40117 invoked by uid 500); 18 Jul 2014 03:54:04 -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 40094 invoked by uid 99); 18 Jul 2014 03:54:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2014 03:54:04 +0000 Date: Fri, 18 Jul 2014 03:54:04 +0000 (UTC) From: "Mike Drob (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-2150) IllegalArgument while checking on recovery job 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-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob resolved ACCUMULO-2150. --------------------------------- Resolution: Cannot Reproduce Development on 1.4 branch is EOL, please re-open if you see this on a newer version. > IllegalArgument while checking on recovery job > ---------------------------------------------- > > Key: ACCUMULO-2150 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2150 > Project: Accumulo > Issue Type: Bug > Components: master > Affects Versions: 1.4.5 > Reporter: Sean Busbey > Priority: Minor > > I had this error come up while running a continuous ingest with agitation on 1.4.5-SNAPSHOT > {noformat} > Error checking on job > java.lang.IllegalArgumentException: Path cannot be null > at org.apache.zookeeper.common.PathUtils.validatePath(PathUtils.java:45) > at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1020) > at org.apache.accumulo.core.zookeeper.ZooCache$2.run(ZooCache.java:208) > at org.apache.accumulo.core.zookeeper.ZooCache.retry(ZooCache.java:130) > at org.apache.accumulo.core.zookeeper.ZooCache.get(ZooCache.java:233) > at org.apache.accumulo.core.zookeeper.ZooCache.get(ZooCache.java:188) > at org.apache.accumulo.server.master.CoordinateRecoveryTask$RecoveryJob.isComplete(CoordinateRecoveryTask.java:176) > at org.apache.accumulo.server.master.CoordinateRecoveryTask.run(CoordinateRecoveryTask.java:374) > at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34) > at java.lang.Thread.run(Thread.java:662) > {noformat} > Haven't chased it down enough yet to know if it impacts other versions. -- This message was sent by Atlassian JIRA (v6.2#6252)