Andrew Chen created CURATOR-19:
----------------------------------

             Summary: InterProcessSemaphoreV2.getParticipantNodes throws 
NoNodeException
                 Key: CURATOR-19
                 URL: https://issues.apache.org/jira/browse/CURATOR-19
             Project: Apache Curator
          Issue Type: Bug
          Components: Recipes
    Affects Versions: 2.0.1
            Reporter: Andrew Chen
            Assignee: Jordan Zimmerman
            Priority: Minor


Calls to getParticipantNodes() always throws an exception:

org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode 
for /c4/my-path/leases/lease-
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1586)
        at 
com.netflix.curator.framework.imps.GetChildrenBuilderImpl$3.call(GetChildrenBuilderImpl.java:213)
        at 
com.netflix.curator.framework.imps.GetChildrenBuilderImpl$3.call(GetChildrenBuilderImpl.java:202)
        at com.netflix.curator.RetryLoop.callWithRetry(RetryLoop.java:106)
        at 
com.netflix.curator.framework.imps.GetChildrenBuilderImpl.pathInForeground(GetChildrenBuilderImpl.java:198)
        at 
com.netflix.curator.framework.imps.GetChildrenBuilderImpl.forPath(GetChildrenBuilderImpl.java:190)
        at 
com.netflix.curator.framework.imps.GetChildrenBuilderImpl.forPath(GetChildrenBuilderImpl.java:37)
        at 
com.netflix.curator.framework.recipes.locks.InterProcessSemaphoreV2.getParticipantNodes(InterProcessSemaphoreV2.java:161)

--
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

Reply via email to