| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
454 (0.117s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Input on a change - Zookeeper - [mail # user]
|
|
...It would be lovely to have a ZK test jar that facilitates mock testing like this. I have done as Camille has, but the result is that we have probably replicated work without resulting ...
|
|
|
Author: Ted Dunning,
2012-04-16, 19:53
|
|
|
Re: Pure Python bindings - Zookeeper - [mail # dev]
|
|
...Far from having a problem, I think that you would get a fair bit of support if you wanted to work on this! On Tue, Mar 20, 2012 at 9:26 AM, Alan D. Cabrera wrote: ...
|
|
|
Author: Ted Dunning,
2012-03-20, 16:53
|
|
|
Re: Zookeeper on short lived VMs and ZOOKEEPER-107 - Zookeeper - [mail # user]
|
|
...On Fri, Mar 16, 2012 at 9:56 AM, Christian Ziech wrote: This is a bizarre way to start a post on HA considerations. Detecting failures is always subject to errors. You can...
|
|
|
Author: Ted Dunning,
2012-03-16, 15:51
|
|
|
Re: Zookeeper on short lived VMs and ZOOKEEPER-107 - Zookeeper - [mail # user]
|
|
...The problem is that the old server could come back after you have decided it was gone. You now have an inconsistent cluster where the old server is saying things that the other servers...
|
|
|
Author: Ted Dunning,
2012-03-16, 05:41
|
|
|
Re: Zookeeper on short lived VMs and ZOOKEEPER-107 - Zookeeper - [mail # user]
|
|
...Alexander's comment still applies. VM's can function or go away completely, but they can also malfunction in more subtle ways such that they just go VEEEERRRRY slowly. You have t...
|
|
|
Author: Ted Dunning,
2012-03-15, 18:50
|
|
|
Re: Question about watcher guarantees - Zookeeper - [mail # user]
|
|
...On Wed, Mar 14, 2012 at 12:50 PM, Patrick Hunt wrote: I would add that sometimes it is important, but not always....
|
|
|
Author: Ted Dunning,
2012-03-14, 19:36
|
|
|
Re: Rolling upgrades - Zookeeper - [mail # user]
|
|
...Any even number that is greater than half of the configured number of nodes is fine. The only *really* bad even number of servers is 0. On Thu, Mar 8, 2012 at 4:24 PM, Ted Dunnin...
|
|
|
Author: Ted Dunning,
2012-03-09, 00:25
|
|
|
Re: Rolling upgrades - Zookeeper - [mail # user]
|
|
...It won't be any different than a temporary state when one of 3 or 5 nodes is down. On Thu, Mar 8, 2012 at 4:10 PM, Jordan Zimmerman wr ote: ...
|
|
|
Author: Ted Dunning,
2012-03-09, 00:24
|
|
|
Re: Unable to restart ZK - Zookeeper - [mail # user]
|
|
...Ahh... I see. Look in the zoo.cfg file that your ZK is using for a dataDir setting. That will tell you where ZK has its data including snapshots and logs. On Thu, Mar 8, 20...
|
|
|
Author: Ted Dunning,
2012-03-09, 00:23
|
|
|
Re: multi() and getData() - Zookeeper - [mail # dev]
|
|
...Looks like a cut and paste error in the first line of the GetData constructor: + super(ZooDefs.OpCode.setData, path); Perhaps you meant ZooDefs...
|
|
|
Author: Ted Dunning,
2012-03-09, 00:10
|
|
|
|