| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
271 (0.194s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Zookeeper multiserver setup? - Zookeeper - [mail # user]
|
|
...Yes - they should. Keep in mind that the zoo.cfg, and the ID file must be correct and in agreement on each instance. You can do a stat on each instance to see what state it's in: &nbs...
|
|
|
Author: Jordan Zimmerman,
2012-05-08, 21:45
|
|
|
Re: Zookeeper multiserver setup? - Zookeeper - [mail # user]
|
|
...Yes, you must start them all individually. ZooKeeper does not currently have any cluster-wide management tools built in. FYI - we've open sourced a cluster management tool for ZooKeepe...
|
|
|
Author: Jordan Zimmerman,
2012-05-08, 21:36
|
|
|
Re: adding/removing a zookeeper server - Zookeeper - [mail # user]
|
|
...Technically, ZK does not support it. However, there is a methodology for reconfiguring and updated an ensemble. I believe ZK-107 will allow the changes to be made without needing to restart/...
|
|
|
Author: Jordan Zimmerman,
2012-04-30, 18:54
|
|
|
Re: adding/removing a zookeeper server - Zookeeper - [mail # user]
|
|
...See #6 in the FAQ: http://wiki.apache.org/hadoop/ZooKeeper/FAQ Also, FYI, we recently open sourced a ZooKeeper supervisor app that makes these kinds of tasks simpler: https://gi...
|
|
|
Author: Jordan Zimmerman,
2012-04-26, 21:48
|
|
|
Re: Delegating Load within Quorum - Zookeeper - [mail # user]
|
|
...FYI - here's the exception: Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 8080; nested exception is: java.net.BindException: Address alr...
|
|
|
Author: Jordan Zimmerman,
2012-04-25, 22:57
|
|
|
Port 8080 - Zookeeper - [mail # user]
|
|
...Doh - wrong subject. Is there any way to tell zkCli.sh to now register JMX or to not use port 8080 for it? It's conflicting with another process on our server. -JZ On 4/25/...
|
|
|
Author: Jordan Zimmerman,
2012-04-25, 22:01
|
|
|
Re: Delegating Load within Quorum - Zookeeper - [mail # user]
|
|
...zkCli.sh seems to use port 8080. Is there any config/argument to change this? I couldn't find one. It's conflicting with another process on the machine. -JZ...
|
|
|
Author: Jordan Zimmerman,
2012-04-25, 21:56
|
|
|
Re: Delegating Load within Quorum - Zookeeper - [mail # user]
|
|
...Have a look at the constructor for StaticHostProvider. You'll see that it does a Collections.shuffle(this.serverAddresses) - so each client should connect to a random server in the ensemble....
|
|
|
Author: Jordan Zimmerman,
2012-04-21, 01:31
|
|
|
Re: How to replace a zookeeper server ? - Zookeeper - [mail # user]
|
|
...FYI - making this process more reliable is one of the main reasons for Exhibitor: http://techblog.netflix.com/2012/04/introducing-exhibitor-supervisor-system .html On 4/18/12 8:...
|
|
|
Author: Jordan Zimmerman,
2012-04-18, 16:34
|
|
|
ANN: Exhibitor - Zookeeper - [mail # user]
|
|
...Introducing Exhibitor - A Supervisor System for Apache ZooKeeper Exhibitor provides a number of features that make managing a ZooKeeper ensemble much easier: * Instance Monitori...
|
|
|
Author: Jordan Zimmerman,
2012-04-16, 18:26
|
|
|
|