Authored by simba

update

@@ -92,7 +92,7 @@ public class ZkMonitorHandleServiceImpl implements IZkMonitorHandleService { @@ -92,7 +92,7 @@ public class ZkMonitorHandleServiceImpl implements IZkMonitorHandleService {
92 client.start(); 92 client.start();
93 List<String> children = client.getChildren().forPath("/"); 93 List<String> children = client.getChildren().forPath("/");
94 } catch (Exception e) { 94 } catch (Exception e) {
95 - log.error("get zookeeper children failed"); 95 + log.error("get zookeeper children failed param ip {}:",ip);
96 return 0; 96 return 0;
97 }finally { 97 }finally {
98 client.close(); 98 client.close();