unfortunatelly there was no such LOG entry... :-(
our versions:
hadoop-0.20.2-CDH3B4
hbase-0.90.1-CDH3B4
zookeeper-3.3.2-CDH3B4
either the map HConnectionManager.HBASE_INSTANCES does not contain the
connection for the current config, or HConnectionImplementation.zooKeeper is
null
but the zookeeper connections are there, i can see them with "lsof | grep 2181"
andre
schrieb Ted Yu:
Andre:
So you didn't see the following in client log (HConnectionManager line 1067)
?
LOG.info("Closed zookeeper sessionid=0x" +
Long.toHexString(this.zooKeeper.getZooKeeper().getSessionId()));
HConnectionManager.deleteConnection(conf, true) is supposed to close zk
connection in 0.90.x