You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2014/01/07 18:25:51 UTC

[jira] [Created] (ACCUMULO-2150) IllegalArgument while checking on job

Sean Busbey created ACCUMULO-2150:
-------------------------------------

             Summary: IllegalArgument while checking on 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.1.5#6160)