You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2016/08/17 22:07:50 UTC

[1/6] cassandra git commit: Update NEWS.txt for 3.8

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.9 c72a7bbe8 -> b2a630973


Update NEWS.txt for 3.8


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

Branch: refs/heads/cassandra-3.9
Commit: 4e46ec926167e43dacd2afd2ccdc7cf84525e644
Parents: c1e9ad8
Author: Michael Shuler <ms...@apache.org>
Authored: Tue Aug 16 17:55:15 2016 -0500
Committer: Michael Shuler <ms...@apache.org>
Committed: Tue Aug 16 17:55:15 2016 -0500

----------------------------------------------------------------------
 NEWS.txt | 30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/4e46ec92/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 2edff8e..8725931 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -13,16 +13,6 @@ restore snapshots created with the previous major version using the
 'sstableloader' tool. You can upgrade the file format of your snapshots
 using the provided 'sstableupgrade' tool.
 
-3.9
-===
-
-Upgrading
----------
-   - The ReversedType behaviour has been corrected for clustering columns of
-     BYTES type containing empty value. Scrub should be run on the existing
-     SSTables containing a descending clustering column of BYTES type to correct
-     their ordering. See CASSANDRA-12127 for more details.
-
 3.8
 ===
 
@@ -54,14 +44,18 @@ New features
 
 Upgrading
 ---------
-    - Ec2MultiRegionSnitch will no longer automatically set broadcast_rpc_address
-      to the public instance IP if this property is defined on cassandra.yaml.
-    - The name "json" and "distinct" are not valid anymore a user-defined function
-      names (they are still valid as column name however). In the unlikely case where
-      you had defined functions with such names, you will need to recreate
-      those under a different name, change your code to use the new names and
-      drop the old versions, and this _before_ upgrade (see CASSANDRA-10783 for more
-      details).
+   - The ReversedType behaviour has been corrected for clustering columns of
+     BYTES type containing empty value. Scrub should be run on the existing
+     SSTables containing a descending clustering column of BYTES type to correct
+     their ordering. See CASSANDRA-12127 for more details.
+   - Ec2MultiRegionSnitch will no longer automatically set broadcast_rpc_address
+     to the public instance IP if this property is defined on cassandra.yaml.
+   - The name "json" and "distinct" are not valid anymore a user-defined function
+     names (they are still valid as column name however). In the unlikely case where
+     you had defined functions with such names, you will need to recreate
+     those under a different name, change your code to use the new names and
+     drop the old versions, and this _before_ upgrade (see CASSANDRA-10783 for more
+     details).
 
 Deprecation
 -----------


[5/6] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.8

Posted by ty...@apache.org.
Merge branch 'cassandra-3.0' into cassandra-3.8


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

Branch: refs/heads/cassandra-3.9
Commit: 062bd0730af1f5e9665e8873f7b336b221ec3226
Parents: 4e46ec9 01ae279
Author: Tyler Hobbs <ty...@gmail.com>
Authored: Wed Aug 17 17:05:15 2016 -0500
Committer: Tyler Hobbs <ty...@gmail.com>
Committed: Wed Aug 17 17:05:15 2016 -0500

----------------------------------------------------------------------
 build.xml                                          |  2 +-
 test/conf/logback-test.xml                         |  2 +-
 test/unit/org/apache/cassandra/cql3/CQLTester.java | 12 ++++++------
 3 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/062bd073/build.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/cassandra/blob/062bd073/test/conf/logback-test.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/cassandra/blob/062bd073/test/unit/org/apache/cassandra/cql3/CQLTester.java
----------------------------------------------------------------------


[4/6] cassandra git commit: Ninja: temporarily remove test-clientutil-jar from test-all

Posted by ty...@apache.org.
Ninja: temporarily remove test-clientutil-jar from test-all

This is a temporary measure to fix test-all until CASSANDRA-11635 can be
properly fixed and allow test-clientutil-jar to work again.


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

Branch: refs/heads/cassandra-3.9
Commit: 01ae2794e5f3f33d8755cb913f11d917cf7e6bd7
Parents: 5694a2a
Author: Tyler Hobbs <ty...@gmail.com>
Authored: Wed Aug 17 17:03:30 2016 -0500
Committer: Tyler Hobbs <ty...@gmail.com>
Committed: Wed Aug 17 17:03:30 2016 -0500

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/01ae2794/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index acc7c9e..532c944 100644
--- a/build.xml
+++ b/build.xml
@@ -1442,7 +1442,7 @@
   </target>
 
   <target name="test-all" 
-          depends="eclipse-warnings,test,long-test,test-compression,test-clientutil-jar" 
+          depends="eclipse-warnings,test,long-test,test-compression" 
           description="Run all tests except for those under test-burn" />
   
   <!-- Use JaCoCo ant extension without needing externally saved lib -->


[6/6] cassandra git commit: Merge branch 'cassandra-3.8' into cassandra-3.9

Posted by ty...@apache.org.
Merge branch 'cassandra-3.8' into cassandra-3.9


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

Branch: refs/heads/cassandra-3.9
Commit: b2a6309737d041b7af22085ba5719de00894d74c
Parents: c72a7bb 062bd07
Author: Tyler Hobbs <ty...@gmail.com>
Authored: Wed Aug 17 17:05:47 2016 -0500
Committer: Tyler Hobbs <ty...@gmail.com>
Committed: Wed Aug 17 17:05:47 2016 -0500

----------------------------------------------------------------------
 NEWS.txt                                           |  2 +-
 build.xml                                          |  2 +-
 test/conf/logback-test.xml                         |  2 +-
 test/unit/org/apache/cassandra/cql3/CQLTester.java | 12 ++++++------
 4 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b2a63097/build.xml
----------------------------------------------------------------------


[3/6] cassandra git commit: Debug logging for unit tests

Posted by ty...@apache.org.
Debug logging for unit tests

Patch by marcuse; reviewed by Michael Shuler for CASSANDRA-12425


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

Branch: refs/heads/cassandra-3.9
Commit: 5694a2ac3f227bdd22f1532059b566820deaf23e
Parents: 8b5b185
Author: Marcus Eriksson <ma...@apache.org>
Authored: Wed Aug 10 08:34:28 2016 +0200
Committer: Marcus Eriksson <ma...@apache.org>
Committed: Wed Aug 17 15:08:08 2016 +0200

----------------------------------------------------------------------
 test/conf/logback-test.xml                         |  2 +-
 test/unit/org/apache/cassandra/cql3/CQLTester.java | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/5694a2ac/test/conf/logback-test.xml
----------------------------------------------------------------------
diff --git a/test/conf/logback-test.xml b/test/conf/logback-test.xml
index abedc32..21c7142 100644
--- a/test/conf/logback-test.xml
+++ b/test/conf/logback-test.xml
@@ -68,7 +68,7 @@
       <appender-ref ref="TEE"/>
   </appender>
 
-  <root level="INFO">
+  <root level="DEBUG">
     <appender-ref ref="ASYNC" />
   </root>
 </configuration>

http://git-wip-us.apache.org/repos/asf/cassandra/blob/5694a2ac/test/unit/org/apache/cassandra/cql3/CQLTester.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/cql3/CQLTester.java b/test/unit/org/apache/cassandra/cql3/CQLTester.java
index c9c4631..7f5eb02 100644
--- a/test/unit/org/apache/cassandra/cql3/CQLTester.java
+++ b/test/unit/org/apache/cassandra/cql3/CQLTester.java
@@ -707,8 +707,8 @@ public abstract class CQLTester
         UntypedResultSet rs;
         if (usePrepared)
         {
-            if (logger.isDebugEnabled())
-                logger.debug("Executing: {} with values {}", query, formatAllValues(values));
+            if (logger.isTraceEnabled())
+                logger.trace("Executing: {} with values {}", query, formatAllValues(values));
             if (reusePrepared)
             {
                 rs = QueryProcessor.executeInternal(query, transformValues(values));
@@ -728,14 +728,14 @@ public abstract class CQLTester
         else
         {
             query = replaceValues(query, values);
-            if (logger.isDebugEnabled())
-                logger.debug("Executing: {}", query);
+            if (logger.isTraceEnabled())
+                logger.trace("Executing: {}", query);
             rs = QueryProcessor.executeOnceInternal(query);
         }
         if (rs != null)
         {
-            if (logger.isDebugEnabled())
-                logger.debug("Got {} rows", rs.size());
+            if (logger.isTraceEnabled())
+                logger.trace("Got {} rows", rs.size());
         }
         return rs;
     }


[2/6] cassandra git commit: Update build.xml and debian/changelog for 3.0.9

Posted by ty...@apache.org.
Update build.xml and debian/changelog for 3.0.9


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

Branch: refs/heads/cassandra-3.9
Commit: 8b5b1854c3a496dd13372aac896fb914f199ed88
Parents: bb56193
Author: Michael Shuler <ms...@apache.org>
Authored: Tue Aug 16 18:04:08 2016 -0500
Committer: Michael Shuler <ms...@apache.org>
Committed: Tue Aug 16 18:04:08 2016 -0500

----------------------------------------------------------------------
 build.xml        | 2 +-
 debian/changelog | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/8b5b1854/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 02e8687..acc7c9e 100644
--- a/build.xml
+++ b/build.xml
@@ -25,7 +25,7 @@
     <property name="debuglevel" value="source,lines,vars"/>
 
     <!-- default version and SCM information -->
-    <property name="base.version" value="3.0.8"/>
+    <property name="base.version" value="3.0.9"/>
     <property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
     <property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
     <property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>

http://git-wip-us.apache.org/repos/asf/cassandra/blob/8b5b1854/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 69b7cf9..d54d59a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (3.0.9) unstable; urgency=medium
+
+  * New release
+
+ -- Michael Shuler <ms...@apache.org>  Tue, 16 Aug 2016 18:02:20 -0500
+
 cassandra (3.0.8) unstable; urgency=medium
 
   * New release