You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2013/09/27 00:11:05 UTC

[3/6] git commit: stronger warning to avoid 0.0.0.0 rpc_address

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/trunk
Commit: bdb269af00b31ef8bf0a15c386175170deec42ac
Parents: 389ff55
Author: Jonathan Ellis <jb...@apache.org>
Authored: Thu Sep 26 17:10:21 2013 -0500
Committer: Jonathan Ellis <jb...@apache.org>
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