Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exception on ip_port property #18

Open
eitan101 opened this issue Jun 17, 2013 · 0 comments
Open

exception on ip_port property #18

eitan101 opened this issue Jun 17, 2013 · 0 comments
Labels

Comments

@eitan101
Copy link
Contributor

9:16:39.270 #11                 co.paralleluniverse.galaxy.core.AbstractCluster [INFO   ] New node added: node-0000000004 
java.lang.Exception: Stack trace
    at java.lang.Thread.dumpStack(Thread.java:1342)
    at co.paralleluniverse.galaxy.core.AbstractCluster.nodeAdded(AbstractCluster.java:432)
    at co.paralleluniverse.galaxy.core.AbstractCluster.access$600(AbstractCluster.java:55)
    at co.paralleluniverse.galaxy.core.AbstractCluster$3.nodeChildAdded(AbstractCluster.java:222)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.nodeCompleted(DistributedBranchHelper.java:174)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.access$800(DistributedBranchHelper.java:44)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$Node.testComplete(DistributedBranchHelper.java:310)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$Node.testProperty(DistributedBranchHelper.java:297)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$Node.<init>(DistributedBranchHelper.java:273)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.nodeAdded(DistributedBranchHelper.java:158)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.access$000(DistributedBranchHelper.java:44)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$1.nodeChildAdded(DistributedBranchHelper.java:64)
    at co.paralleluniverse.galaxy.zookeeper.ZooKeeperDistributedTree$1.processResult(ZooKeeperDistributedTree.java:87)
    at com.netflix.curator.framework.imps.CuratorFrameworkImpl.sendToBackgroundCallback(CuratorFrameworkImpl.java:535)
    at com.netflix.curator.framework.imps.CuratorFrameworkImpl.processBackgroundOperation(CuratorFrameworkImpl.java:446)
    at com.netflix.curator.framework.imps.GetChildrenBuilderImpl$2.processResult(GetChildrenBuilderImpl.java:136)
    at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:600)
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:497)
19:16:39.274 #11    co.paralleluniverse.galaxy.zookeeper.ZooKeeperDistributedTree [INFO   ] Adding listener NODE node-0000000004 id: -1 on /co.paralleluniverse.galaxy/nodes/node-0000000004 
19:16:39.768 #11    co.paralleluniverse.galaxy.zookeeper.ZooKeeperDistributedTree [SEVERE ] Node /co.paralleluniverse.galaxy/nodes/node-0000000004/ip_port getData has failed! 
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /co.paralleluniverse.galaxy/nodes/node-0000000004/ip_port
    at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
    at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
    at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1131)
    at com.netflix.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:254)
    at com.netflix.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:243)
    at com.netflix.curator.RetryLoop.callWithRetry(RetryLoop.java:85)
    at com.netflix.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:239)
    at com.netflix.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:231)
    at com.netflix.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:39)
    at co.paralleluniverse.galaxy.zookeeper.ZooKeeperDistributedTree.get(ZooKeeperDistributedTree.java:195)
    at co.paralleluniverse.galaxy.core.AbstractCluster$NodeInfoImpl.nodeChildUpdated(AbstractCluster.java:974)
    at co.paralleluniverse.galaxy.core.AbstractCluster$NodeInfoImpl.<init>(AbstractCluster.java:860)
    at co.paralleluniverse.galaxy.core.AbstractCluster.createNodeInfo(AbstractCluster.java:624)
    at co.paralleluniverse.galaxy.core.AbstractCluster.nodeAdded(AbstractCluster.java:433)
    at co.paralleluniverse.galaxy.core.AbstractCluster.access$600(AbstractCluster.java:55)
    at co.paralleluniverse.galaxy.core.AbstractCluster$3.nodeChildAdded(AbstractCluster.java:222)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.nodeCompleted(DistributedBranchHelper.java:174)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.access$800(DistributedBranchHelper.java:44)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$Node.testComplete(DistributedBranchHelper.java:310)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$Node.testProperty(DistributedBranchHelper.java:297)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$Node.<init>(DistributedBranchHelper.java:273)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.nodeAdded(DistributedBranchHelper.java:158)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.access$000(DistributedBranchHelper.java:44)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$1.nodeChildAdded(DistributedBranchHelper.java:64)
    at co.paralleluniverse.galaxy.zookeeper.ZooKeeperDistributedTree$1.processResult(ZooKeeperDistributedTree.java:87)
    at com.netflix.curator.framework.imps.CuratorFrameworkImpl.sendToBackgroundCallback(CuratorFrameworkImpl.java:535)
    at com.netflix.curator.framework.imps.CuratorFrameworkImpl.processBackgroundOperation(CuratorFrameworkImpl.java:446)
    at com.netflix.curator.framework.imps.GetChildrenBuilderImpl$2.processResult(GetChildrenBuilderImpl.java:136)
    at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:600)
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:497)

19:16:39.775 #11                 co.paralleluniverse.galaxy.core.AbstractCluster [SEVERE ] Exception while reading control tree value. 
java.lang.RuntimeException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /co.paralleluniverse.galaxy/nodes/node-0000000004/ip_port
    at com.google.common.base.Throwables.propagate(Throwables.java:156)
    at co.paralleluniverse.galaxy.zookeeper.ZooKeeperDistributedTree.get(ZooKeeperDistributedTree.java:201)
    at co.paralleluniverse.galaxy.core.AbstractCluster$NodeInfoImpl.nodeChildUpdated(AbstractCluster.java:974)
    at co.paralleluniverse.galaxy.core.AbstractCluster$NodeInfoImpl.<init>(AbstractCluster.java:860)
    at co.paralleluniverse.galaxy.core.AbstractCluster.createNodeInfo(AbstractCluster.java:624)
    at co.paralleluniverse.galaxy.core.AbstractCluster.nodeAdded(AbstractCluster.java:433)
    at co.paralleluniverse.galaxy.core.AbstractCluster.access$600(AbstractCluster.java:55)
    at co.paralleluniverse.galaxy.core.AbstractCluster$3.nodeChildAdded(AbstractCluster.java:222)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.nodeCompleted(DistributedBranchHelper.java:174)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.access$800(DistributedBranchHelper.java:44)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$Node.testComplete(DistributedBranchHelper.java:310)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$Node.testProperty(DistributedBranchHelper.java:297)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$Node.<init>(DistributedBranchHelper.java:273)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.nodeAdded(DistributedBranchHelper.java:158)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper.access$000(DistributedBranchHelper.java:44)
    at co.paralleluniverse.galaxy.cluster.DistributedBranchHelper$1.nodeChildAdded(DistributedBranchHelper.java:64)
    at co.paralleluniverse.galaxy.zookeeper.ZooKeeperDistributedTree$1.processResult(ZooKeeperDistributedTree.java:87)
    at com.netflix.curator.framework.imps.CuratorFrameworkImpl.sendToBackgroundCallback(CuratorFrameworkImpl.java:535)
    at com.netflix.curator.framework.imps.CuratorFrameworkImpl.processBackgroundOperation(CuratorFrameworkImpl.java:446)
    at com.netflix.curator.framework.imps.GetChildrenBuilderImpl$2.processResult(GetChildrenBuilderImpl.java:136)
    at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:600)
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:497)
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /co.paralleluniverse.galaxy/nodes/node-0000000004/ip_port
    at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
    at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
    at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1131)
    at com.netflix.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:254)
    at com.netflix.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:243)
    at com.netflix.curator.RetryLoop.callWithRetry(RetryLoop.java:85)
    at com.netflix.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:239)
    at com.netflix.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:231)
    at com.netflix.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:39)
    at co.paralleluniverse.galaxy.zookeeper.ZooKeeperDistributedTree.get(ZooKeeperDistributedTree.java:195)
    ... 20 more

19:16:39.780 #11                 co.paralleluniverse.galaxy.core.AbstractCluster [INFO   ] nodes: {node-0000000004=NODE node-0000000004 id: 1 ip_addr: /10.197.82.95 ip_slave_port: 8051, node-0000000000=NODE node-0000000000 id: 0 ip_addr: /10.197.57.247 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant