public void init() {
   if (zk != null) {
     try {
       zk.close();
     } catch (InterruptedException e) {
       logger.warn("can not interrupted ", e);
     }
   }
   zk = ZooKeeperFactory.newZooKeeper(watcher);
 }