| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
57 (0.17s).
|
|
|
Loading phrases to help you refine your search...
|
|
Fwd: C client & reconfiguration - Zookeeper - [mail # dev]
|
|
...Hey Alex, I am definitely (still) interested in helping out with this. Unfortunately things have been super busy for me for the last few weeks in my day job and it's required a lot of late n...
|
|
|
Author: Marshall McMullen,
2012-10-10, 21:24
|
|
|
Re: Testing expired sessions bug? - Zookeeper - [mail # user]
|
|
...There is also a proposed patch to zookeeper ( https://issues.apache.org/jira/browse/ZOOKEEPER-829) that creates a znode at /zookeeper/sessions that you could use to test session loss and rec...
|
|
|
Author: Marshall McMullen,
2012-08-22, 21:59
|
|
|
Re: Failure to rejoin ensemble after reboot - Zookeeper - [mail # user]
|
|
...I completely agree. This is not the first time this has caused problems for sure. At a minimum a more helpful error message when there is a missing myid file or a collision in server I...
|
|
|
Author: Marshall McMullen,
2012-07-09, 14:19
|
|
|
Re: Failure to rejoin ensemble after reboot - Zookeeper - [mail # user]
|
|
...As it turns out, it was a configuration problem. We use zookeeper in an embedded manner so our application code creates the myid file programatically when we start zookeeper. After the reboo...
|
|
|
Author: Marshall McMullen,
2012-07-09, 14:14
|
|
|
Failure to rejoin ensemble after reboot - Zookeeper - [mail # user]
|
|
...I'm trying to get to the bottom of a problem we're seeing where after I forcibly reboot an ensemble node (running on Linux) via "reboot -f" it is unable to rejoin the ensemble and no clients...
|
|
|
Author: Marshall McMullen,
2012-07-09, 04:44
|
|
|
Re: porting multi() to zookeeper 3.3 - Zookeeper - [mail # dev]
|
|
...Hey, I wrote most of the multi code and when I wrote it we were still using 3.3.x. So I have patches for the 3.3.x branch if you're interested. Let me know if you want me to post them in a j...
|
|
|
Author: Marshall McMullen,
2012-06-28, 03:17
|
|
|
Re: reverse name lookup? - Zookeeper - [mail # dev]
|
|
...OK, I think I may have found the culprit. There are lots of places where we call InetSocketAddress.getHostName(). The documentation on this is worthless, but looking at the openjdk sou...
|
|
|
Author: Marshall McMullen,
2012-05-23, 15:09
|
|
|
Re: reverse name lookup? - Zookeeper - [mail # dev]
|
|
...Sorry, had jury duty yesterday so wasn't able to respond until now.... No, leader election fails as well. What's interesting is it looks like the bind of the leader socket/port itself ...
|
|
|
Author: Marshall McMullen,
2012-05-23, 15:02
|
|
|
Re: fail connect to zookeeper - Zookeeper - [mail # user]
|
|
...You've specified the same server twice in that list -- zk01:2181 and zk01:2181 again. But to answer your question, yes, ZK C code will try all the servers in the provided list while co...
|
|
|
Author: Marshall McMullen,
2012-05-23, 04:09
|
|
|
reverse name lookup? - Zookeeper - [mail # dev]
|
|
...In our Linux environment, we're using IP addresses only for all our zookeeper servers. We've observed that without a functioning DNS server, zookeeper peers cannot communicate with one anoth...
|
|
|
Author: Marshall McMullen,
2012-05-22, 04:31
|
|
|
|