| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
198 (0.256s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: identify the cause of a large quantity of zookeeper threads - Zookeeper - [mail # user]
|
|
...Are you properly reusing your ZooKeeper clients? You should (probably) create one client and share it throughout your process to send requests to the server, not create a new client per usag...
|
|
|
Author: Camille Fournier,
2012-10-03, 19:24
|
|
|
[ZOOKEEPER-1197] Incorrect socket handling of 4 letter words for NIO - Zookeeper - [issue]
|
|
...When transferring a large amount of information from a 4 letter word, especially in interactive mode (telnet or nc) over a slower network link, the connection can be closed before all of the...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1197
Author: Camille Fournier,
2012-10-01, 23:39
|
|
|
Re: split ZK cluster across DCs? - Zookeeper - [mail # user]
|
|
...Good point. The monitor and restart trick is if you need the second DC to be voting for BCP purposes (over 3 datacenters), but otherwise an Observer is the way to go. C On Fri, S...
|
|
|
Author: Camille Fournier,
2012-09-28, 17:55
|
|
|
Re: split ZK cluster across DCs? - Zookeeper - [mail # user]
|
|
...If these nodes in the remote DC just need to read, you can do this via observers in the remote DC. If they need to write as well, you're in a tough spot. If most of the clients will be in on...
|
|
|
Author: Camille Fournier,
2012-09-28, 14:57
|
|
|
Re: Millions of opened connections to Zookeeper cluster possible? - Zookeeper - [mail # user]
|
|
...You'll run out of file descriptors on the ZK servers, most likely, and when you do, the processes will behave VERY badly. I do not recommend this if you can design some other way. C &n...
|
|
|
Author: Camille Fournier,
2012-09-18, 00:35
|
|
|
Meetup during Strata/Hadoop World - Zookeeper - [mail # user]
|
|
...Hi everyone, For those of you attending Strata/Hadoop World here in lovely New York, we're hosting a meetup! http://www.meetup.com/zookeeperusergroup/events/81954542/ It will be ...
|
|
|
Author: Camille Fournier,
2012-09-11, 23:13
|
|
|
Re: ZooKeeper Cluster Crash resulted in not loadable database - Zookeeper - [mail # user]
|
|
...You can try running them through org.apache.zookeeper.server.LogFormatter and see what comes out. That's where I would start. C On Wed, Sep 5, 2012 at 3:43 AM, Gunnar Wagenknecht...
|
|
|
Author: Camille Fournier,
2012-09-05, 19:41
|
|
|
[ZOOKEEPER-1347] Fix the cnxns to use a concurrent data structures - Zookeeper - [issue]
|
|
...Cnxns is currently stored as a HashSet but may be accessed by multiple threads concurrently. Instead of doing our own sync we should investigate using a proper concurrent data structure for ...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1347
Author: Camille Fournier,
2012-08-30, 06:22
|
|
|
Re: 3.3.6 and 3.4.4 releases - Zookeeper - [mail # dev]
|
|
...Can we get a more concrete date on 3.4? What can I help with this weekend to get 3.4 ready for a new release? Thanks, C On Sun, Aug 26, 2012 at 5:03 PM, Mahadev Konar wrote: &nbs...
|
|
|
Author: Camille Fournier,
2012-08-30, 01:00
|
|
|
Re: Node being there and not at the same time - Zookeeper - [mail # user]
|
|
...In my experience helping people with ZK, this sort of thing is almost always due to a bug in the client's code. If you want to share your code with us we might be able to help, but I strongl...
|
|
|
Author: Camille Fournier,
2012-08-25, 01:17
|
|
|
|