Hi there,
I have found a case in which CuratorFramework is not recovering connection with ZK servers. The use case is the following: - Start ZK servers - Start application with CuratorFramework - ZK servers goes down. - ZK servers start again. - CuratorFramework app it is not notified that connection is reconnected , but neither notifies that can not recover connection in any way, so application can not recover. Only option is to restart the app. Notice that if CuratorFRamework client is not making any transaction (just comment create() TX), the client is able to reconnect. I attach a program able to reproduce the problem Regards, Evaristo
CuratorFails.java
Description: Binary data
