You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2016/01/07 16:26:47 UTC

[1/9] cassandra git commit: Add notice for CASSANDRA-10880 in NEWS file

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.0 601203cbc -> b477c0f27
  refs/heads/cassandra-3.2 85b8d02aa -> aeaa5016e
  refs/heads/cassandra-3.3 15cfeb779 -> f7843d26d
  refs/heads/trunk 6c6c7067a -> 8047d5a76


Add notice for CASSANDRA-10880 in NEWS file


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

Branch: refs/heads/cassandra-3.0
Commit: b477c0f27dc6d76ae806508efc669079fa24bf35
Parents: 601203c
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Jan 7 16:22:34 2016 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Jan 7 16:22:34 2016 +0100

----------------------------------------------------------------------
 NEWS.txt | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b477c0f2/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index c88f47b..89fc4a7 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -21,6 +21,11 @@ New features
    - Hinted handoff now supports compression. Reference cassandra.yaml:hints_compression.
      Note: hints compression is currently disabled by default.
 
+Upgrading
+---------
+    - Nothing specific to 3.0.3 but please see previous versions upgrading section,
+      especially if you are upgrading from 2.2.
+
 
 3.0.1
 =====
@@ -68,6 +73,9 @@ New features
 
 Upgrading
 ---------
+   - Clients must use the native protocol version 3 when upgrading from 2.2.X as
+     the native protocol version 4 is not compatible between 2.2.X and 3.Y. See
+     https://www.mail-archive.com/user@cassandra.apache.org/msg45381.html for details.
    - A new argument of type InetAdress has been added to IAuthenticator::newSaslNegotiator,
      representing the IP address of the client attempting authentication. It will be a breaking
      change for any custom implementations.


[6/9] cassandra git commit: Typo fix

Posted by sl...@apache.org.
Typo fix


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

Branch: refs/heads/cassandra-3.3
Commit: f7843d26dcb34e0902ca4a4e4cea37b47bbd03ee
Parents: 53969d5
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Jan 7 16:25:39 2016 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Jan 7 16:25:39 2016 +0100

----------------------------------------------------------------------
 NEWS.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f7843d26/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 48b7996..dcdd309 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -31,7 +31,7 @@ New features
 
 Upgrading
 ---------
-    - Nothing specific to 3.0.3 but please see previous versions upgrading section,
+    - Nothing specific to 3.2 but please see previous versions upgrading section,
       especially if you are upgrading from 2.2.
 
 


[5/9] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.3

Posted by sl...@apache.org.
Merge branch 'cassandra-3.0' into cassandra-3.3


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

Branch: refs/heads/trunk
Commit: 53969d52fc3ceb7952b6fc6d3b7e004033fa3f9b
Parents: 15cfeb7 b477c0f
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Jan 7 16:24:48 2016 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Jan 7 16:24:48 2016 +0100

----------------------------------------------------------------------
 NEWS.txt | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/53969d52/NEWS.txt
----------------------------------------------------------------------
diff --cc NEWS.txt
index 20ab202,89fc4a7..48b7996
--- a/NEWS.txt
+++ b/NEWS.txt
@@@ -29,19 -21,13 +29,24 @@@ New feature
     - Hinted handoff now supports compression. Reference cassandra.yaml:hints_compression.
       Note: hints compression is currently disabled by default.
  
+ Upgrading
+ ---------
+     - Nothing specific to 3.0.3 but please see previous versions upgrading section,
+       especially if you are upgrading from 2.2.
+ 
  
 -3.0.1
 +Upgrading
 +---------
 +   - The compression ratio metrics computation has been modified to be more accurate.
 +   - Running Cassandra as root is prevented by default.
 +   - JVM options are moved from cassandra-env.(sh|ps1) to jvm.options file
 +
 +Deprecation
 +-----------
 +   - The Thrift API is deprecated and will be removed in Cassandra 4.0.
 +
 +
 +3.1
  =====
  
  Upgrading


[3/9] cassandra git commit: Add notice for CASSANDRA-10880 in NEWS file

Posted by sl...@apache.org.
Add notice for CASSANDRA-10880 in NEWS file


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

Branch: refs/heads/trunk
Commit: b477c0f27dc6d76ae806508efc669079fa24bf35
Parents: 601203c
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Jan 7 16:22:34 2016 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Jan 7 16:22:34 2016 +0100

----------------------------------------------------------------------
 NEWS.txt | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b477c0f2/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index c88f47b..89fc4a7 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -21,6 +21,11 @@ New features
    - Hinted handoff now supports compression. Reference cassandra.yaml:hints_compression.
      Note: hints compression is currently disabled by default.
 
+Upgrading
+---------
+    - Nothing specific to 3.0.3 but please see previous versions upgrading section,
+      especially if you are upgrading from 2.2.
+
 
 3.0.1
 =====
@@ -68,6 +73,9 @@ New features
 
 Upgrading
 ---------
+   - Clients must use the native protocol version 3 when upgrading from 2.2.X as
+     the native protocol version 4 is not compatible between 2.2.X and 3.Y. See
+     https://www.mail-archive.com/user@cassandra.apache.org/msg45381.html for details.
    - A new argument of type InetAdress has been added to IAuthenticator::newSaslNegotiator,
      representing the IP address of the client attempting authentication. It will be a breaking
      change for any custom implementations.


[2/9] cassandra git commit: Add notice for CASSANDRA-10880 in NEWS file

Posted by sl...@apache.org.
Add notice for CASSANDRA-10880 in NEWS file


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

Branch: refs/heads/cassandra-3.3
Commit: b477c0f27dc6d76ae806508efc669079fa24bf35
Parents: 601203c
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Jan 7 16:22:34 2016 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Jan 7 16:22:34 2016 +0100

----------------------------------------------------------------------
 NEWS.txt | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b477c0f2/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index c88f47b..89fc4a7 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -21,6 +21,11 @@ New features
    - Hinted handoff now supports compression. Reference cassandra.yaml:hints_compression.
      Note: hints compression is currently disabled by default.
 
+Upgrading
+---------
+    - Nothing specific to 3.0.3 but please see previous versions upgrading section,
+      especially if you are upgrading from 2.2.
+
 
 3.0.1
 =====
@@ -68,6 +73,9 @@ New features
 
 Upgrading
 ---------
+   - Clients must use the native protocol version 3 when upgrading from 2.2.X as
+     the native protocol version 4 is not compatible between 2.2.X and 3.Y. See
+     https://www.mail-archive.com/user@cassandra.apache.org/msg45381.html for details.
    - A new argument of type InetAdress has been added to IAuthenticator::newSaslNegotiator,
      representing the IP address of the client attempting authentication. It will be a breaking
      change for any custom implementations.


[8/9] cassandra git commit: Merge branch 'cassandra-3.3' into trunk

Posted by sl...@apache.org.
Merge branch 'cassandra-3.3' into trunk


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

Branch: refs/heads/trunk
Commit: 8047d5a7609a23c8af5c754c82221ef02b09a07e
Parents: 6c6c706 f7843d2
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Jan 7 16:26:01 2016 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Jan 7 16:26:01 2016 +0100

----------------------------------------------------------------------
 NEWS.txt | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------



[7/9] cassandra git commit: Typo fix

Posted by sl...@apache.org.
Typo fix


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

Branch: refs/heads/trunk
Commit: f7843d26dcb34e0902ca4a4e4cea37b47bbd03ee
Parents: 53969d5
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Jan 7 16:25:39 2016 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Jan 7 16:25:39 2016 +0100

----------------------------------------------------------------------
 NEWS.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f7843d26/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 48b7996..dcdd309 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -31,7 +31,7 @@ New features
 
 Upgrading
 ---------
-    - Nothing specific to 3.0.3 but please see previous versions upgrading section,
+    - Nothing specific to 3.2 but please see previous versions upgrading section,
       especially if you are upgrading from 2.2.
 
 


[9/9] cassandra git commit: Add notice for CASSANDRA-10880 in NEWS file

Posted by sl...@apache.org.
Add notice for CASSANDRA-10880 in NEWS file


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

Branch: refs/heads/cassandra-3.2
Commit: aeaa5016e0a71d2ad9b0f4b4b07463820f652a87
Parents: 85b8d02
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Jan 7 16:22:34 2016 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Jan 7 16:26:22 2016 +0100

----------------------------------------------------------------------
 NEWS.txt | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/aeaa5016/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 3d468b6..c995d89 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -29,6 +29,11 @@ New features
    - Hinted handoff now supports compression. Reference cassandra.yaml:hints_compression.
      Note: hints compression is currently disabled by default.
 
+Upgrading
+---------
+    - Nothing specific to 3.2 but please see previous versions upgrading section,
+      especially if you are upgrading from 2.2.
+
 
 Upgrading
 ---------
@@ -85,6 +90,9 @@ New features
 
 Upgrading
 ---------
+   - Clients must use the native protocol version 3 when upgrading from 2.2.X as
+     the native protocol version 4 is not compatible between 2.2.X and 3.Y. See
+     https://www.mail-archive.com/user@cassandra.apache.org/msg45381.html for details.
    - A new argument of type InetAdress has been added to IAuthenticator::newSaslNegotiator,
      representing the IP address of the client attempting authentication. It will be a breaking
      change for any custom implementations.


[4/9] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.3

Posted by sl...@apache.org.
Merge branch 'cassandra-3.0' into cassandra-3.3


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

Branch: refs/heads/cassandra-3.3
Commit: 53969d52fc3ceb7952b6fc6d3b7e004033fa3f9b
Parents: 15cfeb7 b477c0f
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Jan 7 16:24:48 2016 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Jan 7 16:24:48 2016 +0100

----------------------------------------------------------------------
 NEWS.txt | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/53969d52/NEWS.txt
----------------------------------------------------------------------
diff --cc NEWS.txt
index 20ab202,89fc4a7..48b7996
--- a/NEWS.txt
+++ b/NEWS.txt
@@@ -29,19 -21,13 +29,24 @@@ New feature
     - Hinted handoff now supports compression. Reference cassandra.yaml:hints_compression.
       Note: hints compression is currently disabled by default.
  
+ Upgrading
+ ---------
+     - Nothing specific to 3.0.3 but please see previous versions upgrading section,
+       especially if you are upgrading from 2.2.
+ 
  
 -3.0.1
 +Upgrading
 +---------
 +   - The compression ratio metrics computation has been modified to be more accurate.
 +   - Running Cassandra as root is prevented by default.
 +   - JVM options are moved from cassandra-env.(sh|ps1) to jvm.options file
 +
 +Deprecation
 +-----------
 +   - The Thrift API is deprecated and will be removed in Cassandra 4.0.
 +
 +
 +3.1
  =====
  
  Upgrading