| clear query|facets|time |
Search criteria: .
Results from 1 to 7 from
7 (0.155s).
|
|
|
Loading phrases to help you refine your search...
|
|
[ZOOKEEPER-1676] C client zookeeper_interest returning ZOK on Connection Loss - Zookeeper - [issue]
|
|
...I have a fairly simple single-threaded C client set up – single-threadedbecause we are embedding zk in the node.js/libuv runtime – which consists ofthe following algorithm:zookee...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1676
Author: Yunong Xiao,
2013-04-21, 06:39
|
|
|
Re: zookeeper_interest returning ZOK on Connection Loss - Zookeeper - [mail # dev]
|
|
...On Mar 27, 2013, at 10:49 AM, Marshall McMullen wrote: Michi-- Have you guys had a chance to look at the Jira and patch? I submitted the Jira https://issues.apache.org/jir...
|
|
|
Author: Yunong Xiao,
2013-04-09, 02:14
|
|
|
Re: zookeeper_interest returning ZOK on Connection Loss - Zookeeper - [mail # dev]
|
|
...On Mar 27, 2013, at 10:23 AM, Michi Mutsuzaki wrote: I've submitted the JIRA: https://issues.apache.org/jira/browse/ZOOKEEPER-1676 Of note I've submitted links to the patch...
|
|
|
Author: Yunong Xiao,
2013-03-28, 17:16
|
|
|
Re: zookeeper_interest returning ZOK on Connection Loss - Zookeeper - [mail # dev]
|
|
...Michi -- On Nov 5, 2012, at 11:24 PM, Michi Mutsuzaki wrote: I certainly don't disagree here. What you're suggesting makes sense here -- indeed my patch does a variation ...
|
|
|
Author: Yunong Xiao,
2012-11-14, 01:08
|
|
|
Re: zookeeper_interest returning ZOK on Connection Loss - Zookeeper - [mail # dev]
|
|
...Hi Michi, What happens if the server is offline? In the scenario you described, select() will never succeed, and zookeeper_interest() will never inform the upstream consumer th...
|
|
|
Author: Yunong Xiao,
2012-11-05, 22:16
|
|
|
Re: zookeeper_interest returning ZOK on Connection Loss - Zookeeper - [mail # dev]
|
|
...Michi, I don't think just returning error after checking SO_ERROR is sufficient here, since this indicates connection loss but not session expiration. The client could still connect to...
|
|
|
Author: Yunong Xiao,
2012-11-05, 21:19
|
|
|
zookeeper_interest returning ZOK on Connection Loss - Zookeeper - [mail # dev]
|
|
...I have a fairly simple single-threaded C client set up -- single-threaded because we are embedding zk in the node.js/libuv runtime -- which consists of the following algorithm: zookeep...
|
|
|
Author: Yunong Xiao,
2012-11-04, 22:11
|
|
|
|