Issue Details (XML | Word | Printable)

Key: KATTA-14
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Stefan Groschupf
Reporter: Ted Dunning
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Katta

Katta should be able to use an external zookeeper cluster

Created: 07/Jan/09 09:44 PM   Updated: 01/May/09 05:55 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.6


 Description  « Hide
It is nice to have an integrated zookeeper cluster, but it should be possible to use an external cluster for production deployments.

 All   Comments   Change History   git Commits      Sort Order: Ascending order - Click to sort in descending order
Ted Dunning added a comment - 30/Apr/09 08:09 PM

Has this been addressed/fixed in 0.5?

Stefan Groschupf added a comment - 01/May/09 07:19 AM
I introduced a 'zookeeper.embedded' property in katta.zk.properties, it is set to true in the src/test/resources/katta.zk.properties as well in conf/katta.zk.properties.
If you want to use a stand alone zookeeper server set zookeeper.embedded to false and configure the zookeeper servers comma seperated in zookeeper.servers.

In case you want to use embedded zookeeper servers, set zookeeper.embedded to true and set zookeeper servers to 'masterHostName:port,scondaryMasterHostName:port'. This will start a zookeeper server on the master and secondary master machine.


Ted Dunning added a comment - 01/May/09 05:55 PM
That looks nicely done.