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:08:04 UTC

[1/9] cassandra git commit: Update CHANGES.txt for 3.8

Repository: cassandra
Updated Branches:
  refs/heads/trunk 5c6cdc60a -> 1e8533a31


Update CHANGES.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/c1e9ad8c
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c1e9ad8c
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c1e9ad8c

Branch: refs/heads/trunk
Commit: c1e9ad8cde9f0eec6c87fc19db45460eb8e8f500
Parents: cb97649
Author: Michael Shuler <ms...@apache.org>
Authored: Tue Aug 16 17:37:37 2016 -0500
Committer: Michael Shuler <ms...@apache.org>
Committed: Tue Aug 16 17:37:37 2016 -0500

----------------------------------------------------------------------
 CHANGES.txt | 54 ++++++++++++++++++++----------------------------------
 1 file changed, 20 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c1e9ad8c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 2c83c42..b27d974 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,43 +1,10 @@
-3.9
+3.8
  * Fix value skipping with counter columns (CASSANDRA-11726)
  * Fix nodetool tablestats miss SSTable count (CASSANDRA-12205)
  * Fixed flacky SSTablesIteratedTest (CASSANDRA-12282)
  * Fixed flacky SSTableRewriterTest: check file counts before calling validateCFS (CASSANDRA-12348)
  * cqlsh: Fix handling of $$-escaped strings (CASSANDRA-12189)
  * Fix SSL JMX requiring truststore containing server cert (CASSANDRA-12109)
-Merged from 3.0:
- * Fix clean interval not sent to commit log for empty memtable flush (CASSANDRA-12436)
- * Fix potential resource leak in RMIServerSocketFactoryImpl (CASSANDRA-12331)
- * Make sure compaction stats are updated when compaction is interrupted (CASSANDRA-12100)
- * Change commitlog and sstables to track dirty and clean intervals (CASSANDRA-11828)
- * NullPointerException during compaction on table with static columns (CASSANDRA-12336)
- * Fixed ConcurrentModificationException when reading metrics in GraphiteReporter (CASSANDRA-11823)
- * Fix upgrade of super columns on thrift (CASSANDRA-12335)
- * Fixed flacky BlacklistingCompactionsTest, switched to fixed size types and increased corruption size (CASSANDRA-12359)
- * Rerun ReplicationAwareTokenAllocatorTest on failure to avoid flakiness (CASSANDRA-12277)
- * Exception when computing read-repair for range tombstones (CASSANDRA-12263)
- * Lost counter writes in compact table and static columns (CASSANDRA-12219)
- * AssertionError with MVs on updating a row that isn't indexed due to a null value (CASSANDRA-12247)
- * Disable RR and speculative retry with EACH_QUORUM reads (CASSANDRA-11980)
- * Add option to override compaction space check (CASSANDRA-12180)
- * Faster startup by only scanning each directory for temporary files once (CASSANDRA-12114)
- * Respond with v1/v2 protocol header when responding to driver that attempts
-   to connect with too low of a protocol version (CASSANDRA-11464)
- * NullPointerExpception when reading/compacting table (CASSANDRA-11988)
- * Fix problem with undeleteable rows on upgrade to new sstable format (CASSANDRA-12144)
-Merged from 2.2:
- * Fix hanging stream session (CASSANDRA-10992)
- * Fix INSERT JSON, fromJson() support of smallint, tinyint types (CASSANDRA-12371)
- * Release sstables of failed stream sessions only when outgoing transfers are finished (CASSANDRA-11345)
- * Wait for tracing events before returning response and query at same consistency level client side (CASSANDRA-11465)
- * cqlsh copyutil should get host metadata by connected address (CASSANDRA-11979)
- * Fixed cqlshlib.test.remove_test_db (CASSANDRA-12214)
-Merged from 2.1:
- * cannot use cql since upgrading python to 2.7.11+ (CASSANDRA-11850)
- * Allow STCS-in-L0 compactions to reduce scope with LCS (CASSANDRA-12040)
-
-
-3.8
  * RTE from new CDC column breaks in flight queries (CASSANDRA-12236)
  * Fix hdr logging for single operation workloads (CASSANDRA-12145)
  * Fix SASI PREFIX search in CONTAINS mode with partial terms (CASSANDRA-12073)
@@ -67,6 +34,25 @@ Merged from 2.1:
  * Add repaired percentage metric (CASSANDRA-11503)
  * Add Change-Data-Capture (CASSANDRA-8844)
 Merged from 3.0:
+ * Fix clean interval not sent to commit log for empty memtable flush (CASSANDRA-12436)
+ * Fix potential resource leak in RMIServerSocketFactoryImpl (CASSANDRA-12331)
+ * Make sure compaction stats are updated when compaction is interrupted (CASSANDRA-12100)
+ * Change commitlog and sstables to track dirty and clean intervals (CASSANDRA-11828)
+ * NullPointerException during compaction on table with static columns (CASSANDRA-12336)
+ * Fixed ConcurrentModificationException when reading metrics in GraphiteReporter (CASSANDRA-11823)
+ * Fix upgrade of super columns on thrift (CASSANDRA-12335)
+ * Fixed flacky BlacklistingCompactionsTest, switched to fixed size types and increased corruption size (CASSANDRA-12359)
+ * Rerun ReplicationAwareTokenAllocatorTest on failure to avoid flakiness (CASSANDRA-12277)
+ * Exception when computing read-repair for range tombstones (CASSANDRA-12263)
+ * Lost counter writes in compact table and static columns (CASSANDRA-12219)
+ * AssertionError with MVs on updating a row that isn't indexed due to a null value (CASSANDRA-12247)
+ * Disable RR and speculative retry with EACH_QUORUM reads (CASSANDRA-11980)
+ * Add option to override compaction space check (CASSANDRA-12180)
+ * Faster startup by only scanning each directory for temporary files once (CASSANDRA-12114)
+ * Respond with v1/v2 protocol header when responding to driver that attempts
+   to connect with too low of a protocol version (CASSANDRA-11464)
+ * NullPointerExpception when reading/compacting table (CASSANDRA-11988)
+ * Fix problem with undeleteable rows on upgrade to new sstable format (CASSANDRA-12144)
  * Fix potential bad messaging service message for paged range reads
    within mixed-version 3.x clusters (CASSANDRA-12249)
  * Fix paging logic for deleted partitions with static columns (CASSANDRA-12107)


[8/9] 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/trunk
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
----------------------------------------------------------------------


[7/9] 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/trunk
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
----------------------------------------------------------------------


[3/9] cassandra git commit: Update build.xml and debian/changelog for 3.9

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


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

Branch: refs/heads/trunk
Commit: 5d23afc15f13ef1815b42c11082444286426dae3
Parents: 24e1fd6
Author: Michael Shuler <ms...@apache.org>
Authored: Tue Aug 16 17:52:19 2016 -0500
Committer: Michael Shuler <ms...@apache.org>
Committed: Tue Aug 16 17:52:19 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/5d23afc1/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index b312376..dd104b6 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.8"/>
+    <property name="base.version" value="3.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/5d23afc1/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index e071140..b5e1f8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (3.9) unstable; urgency=medium
+
+  * New release
+
+ -- Michael Shuler <ms...@apache.org>  Tue, 16 Aug 2016 17:50:13 -0500
+
 cassandra (3.8) unstable; urgency=medium
 
   * New release


[6/9] 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/trunk
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 -->


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

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


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

Branch: refs/heads/trunk
Commit: 1e8533a316562e4aaed27a069e28f88d5d480ef2
Parents: 5c6cdc6 b2a6309
Author: Tyler Hobbs <ty...@gmail.com>
Authored: Wed Aug 17 17:06:57 2016 -0500
Committer: Tyler Hobbs <ty...@gmail.com>
Committed: Wed Aug 17 17:06:57 2016 -0500

----------------------------------------------------------------------
 NEWS.txt  | 2 +-
 build.xml | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1e8533a3/NEWS.txt
----------------------------------------------------------------------
diff --cc NEWS.txt
index a8ba483,8725931..53cb389
--- a/NEWS.txt
+++ b/NEWS.txt
@@@ -13,77 -13,7 +13,77 @@@ restore snapshots created with the prev
  'sstableloader' tool. You can upgrade the file format of your snapshots
  using the provided 'sstableupgrade' tool.
  
 +3.10
 +====
 +
 +New features
 +------------
 +   - A slow query log has been added: slow queries will be logged at DEBUG level.
 +     For more details refer to CASSANDRA-12403 and slow_query_log_timeout_in_ms
 +     in cassandra.yaml.
 +   - Support for GROUP BY queries has been added.
 +   - A new compaction-stress tool has been added to test the throughput of compaction
 +     for any cassandra-stress user schema.  see compaction-stress help for how to use.
 +   - Compaction can now take into account overlapping tables that don't take part
 +     in the compaction to look for deleted or overwritten data in the compacted tables.
 +     Then such data is found, it can be safely discarded, which in turn should enable
 +     the removal of tombstones over that data.
 +
 +     The behavior can be engaged in two ways:
 +       - as a "nodetool garbagecollect -g CELL/ROW" operation, which applies
 +         single-table compaction on all sstables to discard deleted data in one step.
 +       - as a "provide_overlapping_tombstones:CELL/ROW/NONE" compaction strategy flag,
 +         which uses overlapping tables as a source of deletions/overwrites during all
 +         compactions.
 +     The argument specifies the granularity at which deleted data is to be found:
 +       - If ROW is specified, only whole deleted rows (or sets of rows) will be
 +         discarded.
 +       - If CELL is specified, any columns whose value is overwritten or deleted
 +         will also be discarded.
 +       - NONE (default) specifies the old behavior, overlapping tables are not used to
 +         decide when to discard data.
 +     Which option to use depends on your workload, both ROW and CELL increase the
 +     disk load on compaction (especially with the size-tiered compaction strategy),
 +     with CELL being more resource-intensive. Both should lead to better read
 +     performance if deleting rows (resp. overwriting or deleting cells) is common.
 +   - Prepared statements are now persisted in the table prepared_statements in
 +     the system keyspace. Upon startup, this table is used to preload all
 +     previously prepared statements - i.e. in many cases clients do not need to
 +     re-prepare statements against restarted nodes.
 +   - cqlsh can now connect to older Cassandra versions by downgrading the native
 +     protocol version. Please note that this is currently not part of our release
 +     testing and, as a consequence, it is not guaranteed to work in all cases.
 +     See CASSANDRA-12150 for more details.
 +   - Snapshots that are automatically taken before a table is dropped or truncated
 +     will have a "dropped" or "truncated" prefix on their snapshot tag name.
 +   - Metrics are exposed for successful and failed authentication attempts.
 +     These can be located using the object names org.apache.cassandra.metrics:type=Client,name=AuthSuccess
 +     and org.apache.cassandra.metrics:type=Client,name=AuthFailure respectively.
 +   - Add support to "unset" JSON fields in prepared statements by specifying DEFAULT UNSET.
 +     See CASSANDRA-11424 for details
 +   - Allow TTL with null value on insert and update. It will be treated as equivalent to inserting a 0.
 +
 +Upgrading
 +---------
 +    - Request timeouts in cassandra.yaml (read_request_timeout_in_ms, etc) now apply to the
 +      "full" request time on the coordinator.  Previously, they only covered the time from
 +      when the coordinator sent a message to a replica until the time that the replica
 +      responded.  Additionally, the previous behavior was to reset the timeout when performing
 +      a read repair, making a second read to fix a short read, and when subranges were read
 +      as part of a range scan or secondary index query.  In 3.10 and higher, the timeout
 +      is no longer reset for these "subqueries".  The entire request must complete within
 +      the specified timeout.  As a consequence, your timeouts may need to be adjusted
 +      to account for this.  See CASSANDRA-12256 for more details.
 +    - Logs written to stdout are now consistent with logs written to files.
 +      Time is now local (it was UTC on the console and local in files). Date, thread, file
 +      and line info where added to stdout. (see CASSANDRA-12004)
 +    - The 'clientutil' jar, which has been somewhat broken on the 3.x branch, is not longer provided.
 +      The features provided by that jar are provided by any good java driver and we advise relying on drivers rather on
 +      that jar, but if you need that jar for backward compatiblity until you do so, you should use the version provided
 +      on previous Cassandra branch, like the 3.0 branch (by design, the functionality provided by that jar are stable
 +      accross versions so using the 3.0 jar for a client connecting to 3.x should work without issues).
 +
- 3.9
+ 3.8
  ===
  
  New features

http://git-wip-us.apache.org/repos/asf/cassandra/blob/1e8533a3/build.xml
----------------------------------------------------------------------
diff --cc build.xml
index df6d469,ed40eb6..8ae42b8
--- a/build.xml
+++ b/build.xml
@@@ -1492,7 -1557,7 +1492,11 @@@
    </target>
  
    <target name="test-all" 
++<<<<<<< HEAD
 +          depends="eclipse-warnings,test,long-test,test-compression,stress-test"
++=======
+           depends="eclipse-warnings,test,long-test,test-compression" 
++>>>>>>> cassandra-3.9
            description="Run all tests except for those under test-burn" />
    
    <!-- Use JaCoCo ant extension without needing externally saved lib -->


[2/9] cassandra git commit: Update CHANGES.txt for 3.9

Posted by ty...@apache.org.
Update CHANGES.txt for 3.9


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

Branch: refs/heads/trunk
Commit: 24e1fd666b9912bb8e97c94441c22f7c67961bf0
Parents: c1e9ad8
Author: Michael Shuler <ms...@apache.org>
Authored: Tue Aug 16 17:48:35 2016 -0500
Committer: Michael Shuler <ms...@apache.org>
Committed: Tue Aug 16 17:48:35 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/24e1fd66/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index b27d974..7bfe659 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-3.8
+3.9
  * Fix value skipping with counter columns (CASSANDRA-11726)
  * Fix nodetool tablestats miss SSTable count (CASSANDRA-12205)
  * Fixed flacky SSTablesIteratedTest (CASSANDRA-12282)


[5/9] cassandra git commit: Update NEWS.txt for 3.9

Posted by ty...@apache.org.
Update NEWS.txt for 3.9


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

Branch: refs/heads/trunk
Commit: c72a7bbe85ae0a693d44772cb0967c7c9971a893
Parents: 5d23afc
Author: Michael Shuler <ms...@apache.org>
Authored: Tue Aug 16 17:57:21 2016 -0500
Committer: Michael Shuler <ms...@apache.org>
Committed: Tue Aug 16 17:57:21 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c72a7bbe/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 2edff8e..202d53b 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -16,16 +16,6 @@ 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
-===
-
 New features
 ------------
    - Shared pool threads are now named according to the stage they are executing
@@ -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
 -----------


[4/9] cassandra git commit: Update NEWS.txt for 3.8

Posted by ty...@apache.org.
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/trunk
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
 -----------