| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
32 (0.339s).
|
|
|
Loading phrases to help you refine your search...
|
|
cluster confused...would not delete node until cluster restarted... - Zookeeper - [mail # user]
|
|
...My 3 node cluster would not let me delete a node saying it was not empty...but stat showed that it was in fact empty: [zk: localhost:2181(CONNECTED) 1] delete /ROOT_A/INSTANCES/ 10.244...
|
|
|
Author: Brian Tarbox,
2013-05-23, 13:21
|
|
|
Is there a way to get the first 'n' children of a node? - Zookeeper - [mail # user]
|
|
...We are building up some quite large (100,000) lists of items under a node. Each item is small but there are a lot of them. I need to process these items but certainly don't need ...
|
|
|
Author: Brian Tarbox,
2013-04-10, 14:15
|
|
|
Re: how do you examine the transaction log? - Zookeeper - [mail # user]
|
|
...Thank you so much! :-) On Mon, Mar 25, 2013 at 3:59 PM, Camille Fournier wrote: http://about.me/BrianTarbox...
|
|
|
Author: Brian Tarbox,
2013-03-25, 20:28
|
|
|
how do you examine the transaction log? - Zookeeper - [mail # user]
|
|
...I'm running on Amazon's EC2 and "sometimes" find myself with ephemeral nodes after all of my workers have exited or been terminated. I've seen other reports of this problem that turned...
|
|
|
Author: Brian Tarbox,
2013-03-25, 19:53
|
|
|
trying to understand the keep alive code - Zookeeper - [mail # user]
|
|
...I've been trying to debug a problem related to getting session timeouts when running an app that does tons of non-zookeeper related I/O. That I/O pressure has led to lots of zookeeper ...
|
|
|
Author: Brian Tarbox,
2013-02-27, 19:03
|
|
|
Re: excessive client timeouts tied to NIO select(timeout) - Zookeeper - [mail # user]
|
|
...Thanks . We're running on Amazon EC2 so the network is unpredictable. Our app is doing a ton of other I/O via Amazon S3 as well as to Cassandra. Even given that, asking for...
|
|
|
Author: Brian Tarbox,
2013-02-26, 18:53
|
|
|
excessive client timeouts tied to NIO select(timeout) - Zookeeper - [mail # user]
|
|
...The main client loop involves sending keep-alive pings in-between calls to the NIO selector.select call which looks for data from the server (including ping responses). What I've found...
|
|
|
Author: Brian Tarbox,
2013-02-26, 17:15
|
|
|
Re: Server seems not to be sending keep-alives so I lose my session ("have not heard from server....") - Zookeeper - [mail # user]
|
|
...The server logs don't say anything. I do have a theory based on reading the code, specifically the SendThread class within ClientCnxn.java It took me a while to figure that its t...
|
|
|
Author: Brian Tarbox,
2013-02-25, 18:05
|
|
|
Server seems not to be sending keep-alives so I lose my session ("have not heard from server....") - Zookeeper - [mail # user]
|
|
...I am getting the dreaded message: 10:59:45,871 INFO [org.apache.zookeeper.ClientCnxn] - and from looking at the logs it certainly seems that the keep alive messages are sometim...
|
|
|
Author: Brian Tarbox,
2013-02-25, 16:51
|
|
|
Re: why does ZK ignore null pointer errors? - Zookeeper - [mail # user]
|
|
...Your guess is correct about failing while accepting. We seem to periodically find ourselves in a case where we disconnect (perhaps from timing out the connection) and then somehow in t...
|
|
|
Author: Brian Tarbox,
2012-12-19, 12:38
|
|
|
|