hibari / hibari

Hibari is a production-ready, distributed, ordered key-value, big data store. Hibari uses chain replication for strong consistency, high-availability, and durability. Hibari has excellent performance especially for read and large value operations.
Other
273 stars 30 forks source link

Hibari - config file and rebar-related changes for R15B #10

Open norton opened 12 years ago

norton commented 12 years ago

As of R15B on Hibari's dev branch, the following changes are in progress:

vm.args has moved to the releases/X.Y.Z directory app.args has been renamed to sys.args and moved to the releases/X.Y.Z directory congestion_watcher.config needs to be moved to the releases/X.Y.Z directory

Hibari's helper script for multi-node installation "clus-hibari.sh" and Hibari's documentation need updating as well.

Further testing is also required.

tatsuya6502 commented 11 years ago

As a part of v0.1.10 release process, vm.args, sys.args, and congestion_watcher.config were tested.

Hibari's helper script for multi-node installation "clus-hibari.sh" and Hibari's documentation need updating as well.

I'll leave these for v0.6 release. So I change the target milestone from v0.1.10 to v0.6.