| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
454 (0.452s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: ZK on EC2 micro instances? - Zookeeper - [mail # user]
|
|
...I have tried it on small instances (a few years ago) and it didn't work well. I attributed the problems at the time to the fact that the small instances could check out for significant...
|
|
|
Author: Ted Dunning,
2012-12-15, 16:10
|
|
|
Re: Znodes are really wait-free objects? - Zookeeper - [mail # user]
|
|
...Wait-free means that from the user's point of view, all operations will proceed or fail immediately. Synchronization internal to the server to ensure coherent memory access doesn't rea...
|
|
|
Author: Ted Dunning,
2012-12-10, 17:58
|
|
|
Re: determining zookeeper capacity requirements - Zookeeper - [mail # user]
|
|
...On Fri, Dec 7, 2012 at 6:50 PM, Ian Kallen wrote: Good theory except that it may compromise getting cores. Excellent....
|
|
|
Author: Ted Dunning,
2012-12-07, 19:24
|
|
|
Re: determining zookeeper capacity requirements - Zookeeper - [mail # user]
|
|
...Is there any swap activity on the client or server boxes? On Thu, Dec 6, 2012 at 8:25 PM, Ian Kallen wrote: ...
|
|
|
Author: Ted Dunning,
2012-12-07, 01:34
|
|
|
Re: very uneven distribution of clients to servers... - Zookeeper - [mail # user]
|
|
...Next test would be to incorporate a small patch to seed the shuffling of server names by the client ID or something. On Thu, Dec 6, 2012 at 12:32 PM, Brian Tarbox wrote: ...
|
|
|
Author: Ted Dunning,
2012-12-07, 01:25
|
|
|
Re: determining zookeeper capacity requirements - Zookeeper - [mail # user]
|
|
...This sounds like configuration somewhere. Have you checked the usual suspects: a) GC on client or ZK cluster? b) bad configuration on ZK which allows split quorum? (r...
|
|
|
Author: Ted Dunning,
2012-12-06, 04:51
|
|
|
Re: determining zookeeper capacity requirements - Zookeeper - [mail # user]
|
|
...THis looks like very low load. What is the rate of change on znodes (i.e. what is the desired watch signal rate)? On Wed, Dec 5, 2012 at 10:10 PM, Ian Kallen wrote: ...
|
|
|
Author: Ted Dunning,
2012-12-05, 23:37
|
|
|
Re: very uneven distribution of clients to servers... - Zookeeper - [mail # user]
|
|
...Shuffle depends on Math.random which is seeded by time of start. That should be just fine. On Wed, Dec 5, 2012 at 11:35 PM, Camille Fournier wrote: ...
|
|
|
Author: Ted Dunning,
2012-12-05, 22:54
|
|
|
Re: very uneven distribution of clients to servers... - Zookeeper - [mail # user]
|
|
...Kishore, That should be a good explanation, but it depends on where the returning node gets put into the replication chain. Most replicating systems get put at the end of a repli...
|
|
|
Author: Ted Dunning,
2012-12-05, 22:53
|
|
|
Re: Network partition and ephemeral nodes - Zookeeper - [mail # user]
|
|
...Any single ZK operation will throw an error if a disconnect from the quorum is detected during an operation. The way that you would normally see this in the middle of a fast sequence o...
|
|
|
Author: Ted Dunning,
2012-11-25, 21:30
|
|
|
|