ZooKeeper
235236237238239240241242243244245
waitForConnected(); } catch (Exception e) { throw new IllegalStateException("Error waiting for ZooKeeper connection", e); } } IZooKeeper zk = _zk; if (zk == null) { throw new IllegalStateException("No ZooKeeper connection available"); } return zk; }