Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "StorageConfiguration" page has been changed by BenjaminBlack. http://wiki.apache.org/cassandra/StorageConfiguration?action=diff&rev1=12&rev2=13 -------------------------------------------------- </DataFileDirectories> }}} - == Hosts == + == Seeds == Addresses of hosts that are deemed contact points. Cassandra nodes use this list of hosts to find each other and learn the topology of the ring. You must change this if you are running multiple nodes! {{{ @@ -135, +135 @@ <Seed>127.0.0.1</Seed> </Seeds> }}} + + Never use a node's own address as a seed if you are bootstrapping it by setting AutoBootstrap to true. + == Miscellaneous == Time to wait for a reply from other nodes before failing the command @@ -150, +153 @@ Address to bind to and tell other nodes to connect to. You _must_ change this if you want multiple nodes to be able to communicate! - Leaving it blank leaves it up to {{{InetAddress.getLocalHost()}}}. This will always do the Right Thing *if* the node is properly configured (hostname, name resolution, etc), and the Right Thing is to use the address associated with the hostname (it might not be). + Leaving it blank leaves it up to {{{InetAddress.getLocalHost()}}}. This will always do the Right Thing *if* the node is properly configured (hostname, name resolution, etc), and the Right Thing is to use the address associated with the hostname (it might not be). The ControlPort setting is deprecated in 0.6 and can be safely removed from configuration. {{{ <ListenAddress>localhost</ListenAddress>
