vert-x3 / vertx-zookeeper

Zookeeper based cluster manager implementation
Other
73 stars 67 forks source link

Lock is not released when node goes down #33

Closed tsegismont closed 8 years ago

tsegismont commented 8 years ago

Following up on eclipse/vert.x#1609, I have tried to apply the new lock tests, which verify that a lock is released when the holding node is killed or goes down.

It seems the current implementation does not support this. Is it because Zookeeper locks are valid for a whole JVM?

stream-iori commented 8 years ago

fix by #36