7980818283848586878889
{ ZKConnection conn = new ZKConnection(CONNECT, TIMEOUT); try { conn.start(); conn.waitForState(Watcher.Event.KeeperState.SyncConnected, TIMEOUT, TimeUnit.SECONDS); } catch (Exception e) { throw new RuntimeException(e); }