| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
48 (0.113s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: zookeeper shell prompt - Zookeeper - [mail # user]
|
|
...Please just copy-and-paste the text output you see in your shell. Images do not work well on this list. Henry On 13 June 2013 14:17, Shaikh Ahmed wrote: Henry...
|
|
|
Author: Henry Robinson,
2013-06-13, 21:19
|
|
|
[ZOOKEEPER-1473] Committed proposal log retains triple the memory it needs to - Zookeeper - [issue]
|
|
...ZKDatabase.committedLog retains the past 500 transactions to enable fast catch-up. This works great, but it's using triple the memory it needs to by retaining three copies of the data part o...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1473
Author: Henry Robinson,
2013-04-12, 19:15
|
|
|
Re: Zookeeper does not clean up deleted nodes - Zookeeper - [mail # user]
|
|
...As Ben says, this is a feature, not a bug. However, the memory usage is still excessive; see this jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1473 Henry On 8 April 2013...
|
|
|
Author: Henry Robinson,
2013-04-08, 16:35
|
|
|
Re: Review Request: ZOOKEEPER-1346: Handle 4lws and monitoring on separate port (creating jetty server) - Zookeeper - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8094/#review14281 Ship it! Looks good to me. src/java/main/org/apache/zookeeper/s...
|
|
|
Author: Henry Robinson,
2012-12-11, 01:25
|
|
|
Re: leader election, scheduled tasks, losing leadership - Zookeeper - [mail # user]
|
|
...On 8 December 2012 21:18, Jordan Zimmerman wrote: My point is that by the time that VM sees SUSPENDED/LOST, another VM may have been elected leader and have started running another pro...
|
|
|
Author: Henry Robinson,
2012-12-09, 05:30
|
|
|
Re: leader election, scheduled tasks, losing leadership - Zookeeper - [mail # user]
|
|
...You can't assume that the notification is received locally before another leader election finishes elsewhere (particularly if you are running slowly for some reason!), so it's not sufficient...
|
|
|
Author: Henry Robinson,
2012-12-09, 05:12
|
|
|
Re: leader election, scheduled tasks, losing leadership - Zookeeper - [mail # user]
|
|
...What about a network disconnection? Presumably leadership is revoked when the leader appears to have failed, which can be for more reasons than a VM crash (VM running slow, network event, GC...
|
|
|
Author: Henry Robinson,
2012-12-09, 05:02
|
|
|
Re: leader election, scheduled tasks, losing leadership - Zookeeper - [mail # user]
|
|
...Eric - Might be helpful if you post the code that you had as one of your slides so that we can see exactly what you're doing. Henry On 8 December 2012 20:56, Eric Pederson ...
|
|
|
Author: Henry Robinson,
2012-12-09, 04:59
|
|
|
[ZOOKEEPER-1361] Leader.lead iterates over 'learners' set without proper synchronisation - Zookeeper - [issue]
|
|
...This block:HashSet<Long> followerSet = new HashSet<Long>();for(LearnerHandler f : learners) followerSet.add(f.getSid());is executed without holding the lock on ...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1361
Author: Henry Robinson,
2012-09-17, 06:04
|
|
|
Re: Zookeeper in Kafka has gets a very low Performance - Zookeeper - [mail # user]
|
|
...On 12 September 2012 03:07, sun liwei wrote: I How big (in terms of bytes) are the topic nodes that you are getting? Are they the same size as the nodes in the better-perf...
|
|
|
Author: Henry Robinson,
2012-09-12, 18:49
|
|
|
|