hibari / hibari-doc

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.
http://hibari.github.com/hibari-doc
Other
9 stars 1 forks source link

Application Developer’s Guide - Suggest DNS for node lookup instead of /etc/hosts #12

Open tatsuya6502 opened 12 years ago

tatsuya6502 commented 12 years ago

A suggestion from @kumagi

Installing a Multi-Node Hibari Cluster:

As final configuration steps, on each Hibari node: Make sure that the /etc/hosts file has entries for all Hibari nodes in the cluster.

Using DNS is more practical especially for adding more nodes later to the cluster. The manual should suggest DNS (bind, dnsmasq) first and mention /etc/hosts as an alternative solution.