Updated Branches: refs/heads/cassandra-1.2 389ff55e2 -> bdb269af0 refs/heads/cassandra-2.0 7a87fc118 -> 2fb089e4c refs/heads/trunk 2520f2f87 -> bce594f38
stronger warning to avoid 0.0.0.0 rpc_address Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bdb269af Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bdb269af Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bdb269af Branch: refs/heads/cassandra-1.2 Commit: bdb269af00b31ef8bf0a15c386175170deec42ac Parents: 389ff55 Author: Jonathan Ellis <[email protected]> Authored: Thu Sep 26 17:10:21 2013 -0500 Committer: Jonathan Ellis <[email protected]> Committed: Thu Sep 26 17:10:21 2013 -0500 ---------------------------------------------------------------------- conf/cassandra.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/bdb269af/conf/cassandra.yaml ---------------------------------------------------------------------- diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index a3cdec7..712f134 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -361,9 +361,8 @@ start_rpc: true # (i.e. it will be based on the configured hostname of the node). # # Note that unlike ListenAddress above, it is allowed to specify 0.0.0.0 -# here if you want to listen on all interfaces but is not best practice -# as it is known to confuse the node auto-discovery features of some -# client drivers. +# here if you want to listen on all interfaces, but that will break clients +# that rely on node auto-discovery. rpc_address: localhost # port for Thrift to listen for clients on rpc_port: 9160
