Updated Branches:
  refs/heads/cassandra-1.2 95cf9a5f0 -> c3ff774de
  refs/heads/trunk 0e4bf0916 -> 03a1fb10f


enable native protocol by default


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

Branch: refs/heads/cassandra-1.2
Commit: c3ff774dee93de4e64282f86556a32cbb0cab5cd
Parents: 95cf9a5
Author: Jonathan Ellis <jbel...@apache.org>
Authored: Fri May 10 08:51:52 2013 -0500
Committer: Jonathan Ellis <jbel...@apache.org>
Committed: Fri May 10 08:53:22 2013 -0500

----------------------------------------------------------------------
 NEWS.txt            |    4 ++++
 conf/cassandra.yaml |    4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c3ff774d/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 905e7de..63d1e58 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -17,6 +17,10 @@ Features
       CQL3 documentation (http://cassandra.apache.org/doc/cql3/CQL.html)
       for details and examples.
 
+Upgrading
+---------
+    - The native CQL transport is enabled by default on part 9042.
+
 
 1.2.4
 =====

http://git-wip-us.apache.org/repos/asf/cassandra/blob/c3ff774d/conf/cassandra.yaml
----------------------------------------------------------------------
diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml
index c386a78..cf7b139 100644
--- a/conf/cassandra.yaml
+++ b/conf/cassandra.yaml
@@ -330,11 +330,9 @@ listen_address: localhost
 # internode_authenticator: 
org.apache.cassandra.auth.AllowAllInternodeAuthenticator
 
 # Whether to start the native transport server.
-# Currently, only the thrift server is started by default because the native
-# transport is considered beta.
 # Please note that the address on which the native transport is bound is the
 # same as the rpc_address. The port however is different and specified below.
-start_native_transport: false
+start_native_transport: true
 # port for the CQL native transport to listen for clients on
 native_transport_port: 9042
 # The minimum and maximum threads for handling requests when the native

Reply via email to