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

On Wed, Jul 20, 2011 at 1:15 PM, Andre Reiter <[email protected]> wrote:

> Hi St.Ack,
>
> actually calling HConnectionManager.**deleteConnection(conf, true); does
> not close the connection to the zookeeper
> i still can see the connection established...
>
> andre
>
>
>
>
> Stack wrote:
>
>> Then similarly, can you do the deleteConnection above in your client
>> or reuse the Configuration client-side that you use setting up the
>> job?
>> St.Ack
>>
>>
>

Reply via email to