|
|
+
Brian Tarbox 2012-10-24, 14:33
-
Re: Seems like "leaderServes" default changed to false in 3.4.4Patrick Hunt 2012-10-24, 16:04
Hm, the default hasn't changed, here's the default in the 3.4.4 release source:
434 : if (!System.getProperty("zookeeper.leaderServes", "yes").equals("no")) { Perhaps try removing the system property and try again? I haven't see this issue in my testing. Patrick On Wed, Oct 24, 2012 at 7:33 AM, Brian Tarbox <[EMAIL PROTECTED]> wrote: > I recently upgraded from 3.4.3 to 3.4.4 and it seems that "leaderServes" is > now false by default (my leader would not take clients until I manually set > this flag to true). > > I didn't see anything in the Release Notes about it which was surprising... > > Also, my zkCli.sh command now crashes a bunch...though I can still run the > 3.4.3 zkCli.sh just fine against my cluster. > > Brian > > -- > http://about.me/BrianTarbox |