Hi, I have been trying to use the LeaderLatch to implement Leader Election in my project and had written some scripts to simulate the situations when the zk ensemble become unstable due to network problems. It worked well and as expected so far.
However, by digging into both zookeeper-users and curator-users mailing lists, there are indeed some bugs/edge cases reported, like LeaderLatch bug causing extra znodes appearing in Zookeeper<https://groups.google.com/forum/?fromgroups#!searchin/curator-users/LeaderLatch/curator-users/to8ViZp6p-E/xYbKbzqkZQYJ> and multiple participants thought they are leader<https://listserv.netflix.com/pipermail/curator-users/2012-October/000201.html> which worried me about the reliability of this. So, my question is that: are there any real world projects are using this recipe which have proved the quality of it, or are there any other known edge cases or open issues? Thanks & Regards, -- ChuChao
