Hi Eugene,

Thx for the link! I quickly traversed the jira and need to take more time to understand the work done so far on it.

However, the default 1000 value is already a large one and I don't think I hit it (but who knows...).

In general, the tests reuse the configuration from the miniHbaseCluster.
eg: new HBaseAdmin(miniHbaseCluster.getConfiguration())

Here, I try to create a new Configuration and access the miniHbaseCluster using that newly created Configuration.

I mean, if I was using so many ZK connections, I would have the exception in both cases (reusing the conf from miniHbaseCluster as well as with the newly created one).

Thx a lot,

Eric

On 09/10/11 18:01, Eugene Koontz wrote:
On 10/8/11 5:31 AM, Eric Charles wrote:
Sorry, fallback situation is
https://svn.apache.org/repos/asf/james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/spring-mailbox-hbase.xml


The link [1] in previous mail is what we want to achieve but we get
the ZooKeeperConnectionException.

Eric

Hi Eric,
I think you might be hitting this:

https://issues.apache.org/jira/browse/HBASE-3861
("MiniZooKeeperCluster.startup() should refer to
hbase.zookeeper.property.maxClientCnxns")

As the bug report states, the fix had to be pulled out due to apparently
causing an OOME in unit tests. I will try digging into it again and see
if we can get this fix in.

-Eugene



--
Eric
http://about.echarles.net

Reply via email to