Github user maoling commented on the issue:
https://github.com/apache/zookeeper/pull/667
@eolivelli @dineshappavoo
you're right. I was mislead by `void primeConnection() throws IOException`
which don't throw an IOException.
But,Follow the paradigm,put the `firstConnect.countDown()` into `finally`
block is better?---
