Yes, [ maxClientCnxns=100 ]. I've used full hostnames and ports as well in 
Accumulo-site.

I noticed the pattern of crashes when I was testing Zookeeper's JVM garbage 
collector settings. I would take one node out at a time to restart its JVM, and 
individual Tablet Servers (and eventually the master) would crash depending on 
the Zookeeper node that I took down.

Drew

From: Eric Newton [mailto:[email protected]]
Sent: Monday, July 15, 2013 2:31 PM
To: [email protected]
Subject: Re: Zookeeper Implementation

You are giving the names of all the zookeeper nodes in accumulo-site.xml, right?

  <property>
    <name>instance.zookeeper.host</name>
    <value>zoo1,zoo2,zoo3,zoo4,zoo5</value>
  </property>

Have you increased maxClientCnxns as described in the accumulo README?

-Eric


On Mon, Jul 15, 2013 at 2:04 PM, Drew Thornton 
<[email protected]<mailto:[email protected]>> wrote:
Hello,

I'm running a small cluster of 10 tablet servers and 5 zookeeper nodes (CDH 
4.3, Zookeeper 3.4.5, Accumulo 1.5.0).

I have noticed that when a zookeeper node dies, the connected tablet server 
clients also die instead of failing-over to another zookeeper. If the clients 
on the failed zookeeper are only tablet servers, Accumulo reassigns the 
tablets. If the Accumulo Master is one of the clients on the failed node, then 
the master goes down and the cluster with it.

Anyone else have this problem or know of a workaround/solution to keep the 
cluster up when zookeeper changes state?

Thanks,
Drew



Reply via email to