Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 14 (0.264s).
Loading phrases to help you
refine your search...
[ZOOKEEPER-1705] Certain implementations of C's rand() function coupled with the shuffle in libzookeeper_mt's getaddrs() produce a biased distribution of connections. - Zookeeper - [issue]
...Using libzookeeper_mt on an unsupported platform (OpenVMS) with a 5 server connection string, the fourth server in the connection string gets selected approximately only 6% of the time. This...
http://issues.apache.org/jira/browse/ZOOKEEPER-1705    Author: Stephen Tyree, 2013-05-10, 19:56
[ZOOKEEPER-1461] Zookeeper C client doesn't check for NULL before dereferencing in prepend_string - Zookeeper - [issue]
...prepend_string, called before any checks for NULL in the c client for many API functions, has this line (zookeeper 3.3.5):    if (zh->chroot == NULL)That means that before ...
http://issues.apache.org/jira/browse/ZOOKEEPER-1461    Author: Stephen Tyree, 2012-07-29, 05:37
[ZOOKEEPER-1446] C API makes it difficult to implement a timed wait_until_connected method correctly - Zookeeper - [issue]
...When using the C API, one might feel inclined to create a zookeeper_wait_until_connected method which waits for some amount for a connected state event to occur. The code might look like the...
http://issues.apache.org/jira/browse/ZOOKEEPER-1446    Author: Stephen Tyree, 2012-05-30, 20:30
[ZOOKEEPER-1451] C API improperly logs getaddrinfo failures on Linux when using glibc - Zookeeper - [issue]
...This is how the code currently logs getaddrinfo errors:                errno = getaddrinfo_errno(rc);           &nb...
http://issues.apache.org/jira/browse/ZOOKEEPER-1451    Author: Stephen Tyree, 2012-04-25, 20:29
[ZOOKEEPER-1396] Create zoo_append API - Zookeeper - [issue]
...I was trying to append data to a znode from the C library and I realized the workflow for that is pretty unfortunate. Essentially you need to do the following: call zoo_exists to get the Sta...
http://issues.apache.org/jira/browse/ZOOKEEPER-1396    Author: Stephen Tyree, 2012-02-22, 01:36
How to use zookeeper.DigestAuthenticationProvider.superDigest? - Zookeeper - [mail # user]
...Hello,  I added the following line to my zookeeper config file:   zookeeper.DigestAuthenticationProvider.superDigest=super:4LVnEr8VX5VVtn/KiU6Aff8jqh8  Which I generated using...
   Author: Stephen Tyree, 2011-12-28, 16:13
Re: Locks based on ephemeral nodes - Handling network outage correctly - Zookeeper - [mail # user]
...For sequential znodes, if the user of the library is willing to guarantee that sequential znode name prefixes are unique, a retry strategy could pars e the list of children of the parent zno...
   Author: Stephen Tyree, 2011-10-14, 20:53
Re: Using MSG_NOSIGNAL on socket sends in libzookeeper_mt - Zookeeper - [mail # user]
...Well, I made that JIRA a few months ago to track the issue but then no one ever commented on it so I assumed there wasn't interest for fixing it. If there is interest in fixing it wouldn't t...
   Author: Stephen Tyree, 2011-08-22, 17:06
Using MSG_NOSIGNAL on socket sends in libzookeeper_mt - Zookeeper - [mail # user]
...Right now when send is called after the cluster has closed the connection (say on session expiration) SIGPIPE is fired for the entire application. This seems like something we shouldn't be l...
   Author: Stephen Tyree, 2011-08-22, 14:44
Re: libzookeeper_mt and GDB - Zookeeper - [mail # user]
...Thanks for the replies everyone. re: Camillie, thanks for the link to the RPD, there is a lot of valuable insight in there that will help for solving this problem for us. I agree that saying...
   Author: Stephen Tyree, 2011-07-18, 17:07
Sort:
project
Zookeeper (14)
type
mail # user (7)
issue (5)
mail # dev (2)
date
last 7 days (0)
last 30 days (1)
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)
Stephen Tyree