all nodes node del in zookeeper when reconnected zookeeper
Closed this issue · 1 comments
takeseem commented
when zookeeper session timeout, the node in the zookeeper all del.
when my node reconnected, it's not create the node in the zookeeper: /io.vertx/cluster/nodes
2017-07-26 16:14:07,671 INFO [vert.x-worker-thread-0-EventThread] State change: RECONNECTED (org.apache.curator.framework.state.ConnectionStateManager) (ConnectionStateManager.java:228)
[zk: 127.0.0.1:2181(CONNECTED) 13] ls /io.vertx/cluster/nodes
[]
stream-iori commented
Hi
The node type of /io.vertx/cluster/nodes
is EPHEMERAL
.