You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Jordan Zimmerman (JIRA)" <ji...@apache.org> on 2013/09/25 05:51:03 UTC

[jira] [Resolved] (CURATOR-19) InterProcessSemaphoreV2.getParticipantNodes throws NoNodeException

     [ https://issues.apache.org/jira/browse/CURATOR-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jordan Zimmerman resolved CURATOR-19.
-------------------------------------

    Resolution: Fixed
    
> 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-incubating
>            Reporter: Andrew Chen
>            Assignee: Jordan Zimmerman
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> 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