| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
198 (0.096s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Use zookeeper as Load Blancer - Zookeeper - [mail # user]
|
|
...You can certainly use ZK for this use case. You'll have to implement the load balancing algorithm yourself but zookeeper can certainly be used for this. You might look at some related open s...
|
|
|
Author: Camille Fournier,
2013-05-15, 15:55
|
|
|
Re: how do you examine the transaction log? - Zookeeper - [mail # user]
|
|
...org.apache.zookeeper.server.SnapshotFormatter and org.apache.zookeeper.server.LogFormatter can both be used to print out Snapshots and Txn Logs. That's what we use for stuff like this....
|
|
|
Author: Camille Fournier,
2013-03-25, 19:59
|
|
|
Re: zookeeper build failure on as008.sp2.ygridcore.net - Zookeeper - [mail # dev]
|
|
...Awesome, thanks Michi. On Fri, Mar 22, 2013 at 9:11 PM, Michi Mutsuzaki wrote: ...
|
|
|
Author: Camille Fournier,
2013-03-23, 01:27
|
|
|
Re: zookeeper build failure on as008.sp2.ygridcore.net - Zookeeper - [mail # dev]
|
|
...Michi, did you ever get access to this box? It looks like we're getting a segfault for this clover issue and I can't figure out what is wrong. We've gotta get this stuff cleaned up so we can...
|
|
|
Author: Camille Fournier,
2013-03-23, 00:45
|
|
|
Re: Is this a bug? - Zookeeper - [mail # dev]
|
|
...I think in general if you want Curator to behave well in the environment you describe, where threads may be interrupted as part of a partial or complete shut down, you might need to implemen...
|
|
|
Author: Camille Fournier,
2013-03-21, 15:13
|
|
|
Re: Error Path when creating a node - Zookeeper - [mail # user]
|
|
...Did you create this path on the unix file system, or in ZooKeeper? ZooKeeper isn't reading the unix file system for nodes, it's reading its own internal data tree. You need to create the nod...
|
|
|
Author: Camille Fournier,
2013-03-20, 22:06
|
|
|
Re: Error Path when creating a node - Zookeeper - [mail # user]
|
|
...The path /apps/neo4j/zookeeper/data has not been created in the ZK on your unix box. You need to create that path before you can write an ephemeral node to it. You probably did this already ...
|
|
|
Author: Camille Fournier,
2013-03-20, 21:29
|
|
|
Re: flexible replication - Zookeeper - [mail # user]
|
|
...No. Why do you want to do this? On Thu, Mar 14, 2013 at 9:14 AM, abhigyan.sharma wrote: ...
|
|
|
Author: Camille Fournier,
2013-03-14, 14:23
|
|
|
Re: RFC: Behavior of QuotaExceededException - Zookeeper - [mail # dev]
|
|
...This is fundamentally one of the huge problems with running "ZooKeeper as a service", I would be very interested to see how you get around it. ZK is so sensitive to client (ill)behavior, as ...
|
|
|
Author: Camille Fournier,
2013-03-01, 17:15
|
|
|
[ZOOKEEPER-1654] bad documentation link on site - Zookeeper - [issue]
|
|
...If you go to this page:http://zookeeper.apache.org/doc/trunk/zookeeperProgrammers.htmlThen try to click on Developer -> API Docs you'll get to http://zookeeper.apache.org/doc/trunk/api/in...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1654
Author: Camille Fournier,
2013-02-27, 21:00
|
|
|
|