You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Jean-Daniel Cryans <jd...@apache.org> on 2011/10/27 02:10:48 UTC

Re: rest leaking ZooKeeper connections

Joshua,

I don't know if you are still around, but I took another look at this
and found a big culprit:
https://issues.apache.org/jira/browse/HBASE-4684

J-D

On Tue, Sep 20, 2011 at 7:13 AM, Joshua Napoli <jn...@swipely.com> wrote:
> In our HBase 0.90.0 installation, the rest interface quickly exhausts the
> limit on ZooKeeper connections. Each connection to the rest server leaks a
> Zookeeper connection. We note that fewer ZooKeeper connections will be
> required in 0.92 due to
> HBASE-3777<https://issues.apache.org/jira/browse/HBASE-3777>.
> Is there a way to use the rest interface with HBase 0.90.x? How soon should
> we expect 0.92 to be released?
>