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:03 UTC

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

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 <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


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

Posted by jb...@apache.org.
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-2.0
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


[6/6] git commit: Merge branch 'cassandra-2.0' into trunk

Posted by jb...@apache.org.
Merge branch 'cassandra-2.0' into trunk


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bce594f3
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bce594f3
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bce594f3

Branch: refs/heads/trunk
Commit: bce594f38b2507266610e092058bd08095e56255
Parents: 2520f2f 2fb089e
Author: Jonathan Ellis <jb...@apache.org>
Authored: Thu Sep 26 17:10:51 2013 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Thu Sep 26 17:10:51 2013 -0500

----------------------------------------------------------------------
 conf/cassandra.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------



[4/6] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

Posted by jb...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2fb089e4
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2fb089e4
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2fb089e4

Branch: refs/heads/trunk
Commit: 2fb089e4c8430e4e46f335cf85ee791e1299de35
Parents: 7a87fc1 bdb269a
Author: Jonathan Ellis <jb...@apache.org>
Authored: Thu Sep 26 17:10:39 2013 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Thu Sep 26 17:10:39 2013 -0500

----------------------------------------------------------------------
 conf/cassandra.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/2fb089e4/conf/cassandra.yaml
----------------------------------------------------------------------


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

Posted by jb...@apache.org.
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


[5/6] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

Posted by jb...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2fb089e4
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2fb089e4
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2fb089e4

Branch: refs/heads/cassandra-2.0
Commit: 2fb089e4c8430e4e46f335cf85ee791e1299de35
Parents: 7a87fc1 bdb269a
Author: Jonathan Ellis <jb...@apache.org>
Authored: Thu Sep 26 17:10:39 2013 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Thu Sep 26 17:10:39 2013 -0500

----------------------------------------------------------------------
 conf/cassandra.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/2fb089e4/conf/cassandra.yaml
----------------------------------------------------------------------