Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The following page has been changed by EricEvans: http://wiki.apache.org/cassandra/FAQ The comment on the change is: escape dead wiki links ------------------------------------------------------------------------------ [[Anchor(cant_listen_on_ip_any)]] == Why can't I make Cassandra listen on 0.0.0.0 (all my addresses)? == - Cassandra is a gossip-based distributed system. ListenAddress is also "contact me here address," i.e., the address it tells other nodes to reach it at. Telling other nodes "contact me on any of my addresses" is a bad idea; if different nodes in the cluster pick different addresses for you, Bad Things happen. + Cassandra is a gossip-based distributed system. !ListenAddress is also "contact me here address," i.e., the address it tells other nodes to reach it at. Telling other nodes "contact me on any of my addresses" is a bad idea; if different nodes in the cluster pick different addresses for you, Bad Things happen. - If you don't want to manually specify an IP to ListenAddress for each node in your cluster (understandable!), leave it blank and Cassandra will use InetAddress.getLocalHost() to pick an address. Then it's up to you or your ops team to make things resolve correctly (/etc/hosts/, dns, etc). + If you don't want to manually specify an IP to !ListenAddress for each node in your cluster (understandable!), leave it blank and Cassandra will use !InetAddress.getLocalHost() to pick an address. Then it's up to you or your ops team to make things resolve correctly (/etc/hosts/, dns, etc). See https://issues.apache.org/jira/browse/CASSANDRA-256 and https://issues.apache.org/jira/browse/CASSANDRA-43 for more gory details.
