Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 14 (2.905s).
Loading phrases to help you
refine your search...
[ZOOKEEPER-1519] Zookeeper Async calls can reference free()'d memory - Zookeeper - [issue]
...zoo_acreate() and zoo_aset() take a char * argument for data and prepare a call to zookeeper.  This char * doesn't seem to be duplicated at any point, making it possible that the caller...
http://issues.apache.org/jira/browse/ZOOKEEPER-1519    Author: Mark Gius, 2013-02-26, 21:11
Re: high connection-churn solutions - Zookeeper - [mail # user]
...Assuming you can't modify the code to keep sessions around longer and your queries to zookeeper aren't too varied you could have a REST endpoint web service type somewhere that creates a sin...
   Author: Mark Gius, 2012-06-12, 07:36
Re: Memory leak caused by a watch that will never be triggered - Zookeeper - [mail # user]
...What language are you using?  Does it have some equivalent of Python's http://docs.python.org/library/weakref.html?  If so you can pass this weak reference to the watcher (and have...
   Author: Mark Gius, 2012-05-30, 18:56
Re: The State of Python Zookeeper libraries and collaboration - Zookeeper - [mail # user]
...On Mon, May 21, 2012 at 12:58 PM, Ben Bangert  wrote:  +1 on avoiding complexity, and wrangling python_zk so that it behaves with eventlet/gevent is very complex.  The advanta...
   Author: Mark Gius, 2012-05-21, 20:23
Re: The State of Python Zookeeper libraries and collaboration - Zookeeper - [mail # user]
...Are your patches to Jute available somewhere?  Mark  On Thu, May 17, 2012 at 8:24 PM, Alan D. Cabrera wrote:  ...
   Author: Mark Gius, 2012-05-18, 17:11
Re: The State of Python Zookeeper libraries and collaboration - Zookeeper - [mail # user]
...Are you planning on writing a pure-python client (does not call out to the C bindings via zkpython) or are you planning on writing a solid wrapper around the C bindings. Implementing a pure-...
   Author: Mark Gius, 2012-05-17, 16:24
Re: Does Leader Election Have a "Settling" period? - Zookeeper - [mail # user]
...Hmm... so then it looks like the problem was that I needed to give 3 a little more time to join the quorum before shooting 1 so as to maintain quorum throughout the test.  I'll give tha...
   Author: Mark Gius, 2012-05-11, 17:08
Does Leader Election Have a "Settling" period? - Zookeeper - [mail # user]
...I'm doing some testing around a Client being connected to a zookeeper endpoint that goes away and I'm seeing what appears to be a "settling" period that is causing some errors.  The tes...
   Author: Mark Gius, 2012-05-10, 20:35
Re: Possible issue with cluster availability following new Leader Election - ZK 3.4 - Zookeeper - [mail # user]
...I'm encountering a similar issue with a more or less empty dataset.  I bring up a cluster of 3 servers and shoot one of them in the head.  It takes ~20 seconds for the two remainin...
   Author: Mark Gius, 2012-05-09, 17:17
Re: ImportError zookeeper python binding - Zookeeper - [mail # user]
...I am using the python bindings for zookeeper, but I'm using the ones that are packaged with Ubuntu 11.10.  I'm guessing you don't have /usr/local/lib on your library path.  Reading...
   Author: Mark Gius, 2012-04-26, 20:25
Sort:
project
Zookeeper (14)
type
mail # user (13)
issue (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (1)
last 9 months (14)
author
Patrick Hunt (752)
Ted Dunning (454)
Mahadev Konar (306)
Jordan Zimmerman (271)
Camille Fournier (198)
Benjamin Reed (194)
Flavio Junqueira (141)
Alexander Shraer (123)
Michi Mutsuzaki (90)
Thomas Koch (69)
Fournier, Camille F. (67)
Marshall McMullen (57)
Ted Yu (50)
Vishal Kher (50)
Henry Robinson (47)
Mark Gius