Looking at:
public CatalogTracker(final ZooKeeperWatcher zk, final Configuration conf,
Abortable abortable, final int defaultTimeout)
throws IOException {
this(zk, conf, HConnectionManager.getConnection(conf), abortable,
defaultTimeout);
}
I think the situation should be much better in 0.92 since we retrieve
existing connection first.
On Mon, Dec 19, 2011 at 9:18 AM, Stack <[email protected]> wrote:
> On Mon, Dec 19, 2011 at 9:09 AM, Ted Yu <[email protected]> wrote:
> > From Ram:
> >>> We are using HBASE-0.90.4 + some patches. The backported version of
> > HBASE-3777 is not present.
> >
>
> Would be nice to know if 0.92 has this issue.
> St.Ack
>