Say I have two clients, Alice and Bob

1. Alice creates ephemeral node /foo
2. Bob sees ephemeral node /foo
3. Alice's session expires.
4. Bob sees ephemeral /foo disappear.
5. Alice checks ZooKeeper.getState().isAlive()

Is there a guarantee that Alice's ZooKeeper.getState().isAlive() will always 
return false  at step 5?

Reply via email to