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