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

[1/2] cassandra git commit: Update build.xml and CHANGES.txt for 3.8

Repository: cassandra
Updated Branches:
  refs/heads/trunk 7a06b3930 -> 7b7ca79a6


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

Branch: refs/heads/trunk
Commit: 7e3eac5f3ef49117367ad833b0dd3c14b920c0b0
Parents: 2aa7663
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Mon Jul 18 16:47:52 2016 +0100
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Mon Jul 18 16:49:30 2016 +0100

----------------------------------------------------------------------
 CHANGES.txt | 49 +++++++++++++++++++++++--------------------------
 1 file changed, 23 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/7e3eac5f/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 3307fb3..ce58153 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,33 +1,10 @@
 3.9
- * Fix hdr logging for single operation workloads (CASSANDRA-12145)
- * Fix SASI PREFIX search in CONTAINS mode with partial terms (CASSANDRA-12073)
- * Increase size of flushExecutor thread pool (CASSANDRA-12071)
-Merged from 3.0:
- * Fix paging logic for deleted partitions with static columns (CASSANDRA-12107)
- * Wait until the message is being send to decide which serializer must be used (CASSANDRA-11393)
- * Fix migration of static thrift column names with non-text comparators (CASSANDRA-12147)
- * Fix upgrading sparse tables that are incorrectly marked as dense (CASSANDRA-11315)
- * Fix reverse queries ignoring range tombstones (CASSANDRA-11733)
- * Avoid potential race when rebuilding CFMetaData (CASSANDRA-12098)
- * Avoid missing sstables when getting the canonical sstables (CASSANDRA-11996)
- * Always select the live sstables when getting sstables in bounds (CASSANDRA-11944)
- * Fix column ordering of results with static columns for Thrift requests in
-   a mixed 2.x/3.x cluster, also fix potential non-resolved duplication of
-   those static columns in query results (CASSANDRA-12123)
- * Avoid digest mismatch with empty but static rows (CASSANDRA-12090)
- * Fix EOF exception when altering column type (CASSANDRA-11820)
-Merged from 2.2:
- * Synchronize ThriftServer::stop() (CASSANDRA-12105)
- * Use dedicated thread for JMX notifications (CASSANDRA-12146)
- * Improve streaming synchronization and fault tolerance (CASSANDRA-11414)
- * MemoryUtil.getShort() should return an unsigned short also for architectures not supporting unaligned memory accesses (CASSANDRA-11973)
-Merged from 2.1:
- * Fix filtering on clustering columns when 2i is used (CASSANDRA-11907)
- * Avoid stalling paxos when the paxos state expires (CASSANDRA-12043)
- * Remove finished incoming streaming connections from MessagingService (CASSANDRA-11854)
 
 
 3.8
+ * Fix hdr logging for single operation workloads (CASSANDRA-12145)
+ * Fix SASI PREFIX search in CONTAINS mode with partial terms (CASSANDRA-12073)
+ * Increase size of flushExecutor thread pool (CASSANDRA-12071)
  * Partial revert of CASSANDRA-11971, cannot recycle buffer in SP.sendMessagesToNonlocalDC (CASSANDRA-11950)
  * Upgrade netty to 4.0.39 (CASSANDRA-12032, CASSANDRA-12034)
  * Improve details in compaction log message (CASSANDRA-12080)
@@ -53,18 +30,38 @@ Merged from 2.1:
  * Add repaired percentage metric (CASSANDRA-11503)
  * Add Change-Data-Capture (CASSANDRA-8844)
 Merged from 3.0:
+ * Fix paging logic for deleted partitions with static columns (CASSANDRA-12107)
+ * Wait until the message is being send to decide which serializer must be used (CASSANDRA-11393)
+ * Fix migration of static thrift column names with non-text comparators (CASSANDRA-12147)
+ * Fix upgrading sparse tables that are incorrectly marked as dense (CASSANDRA-11315)
+ * Fix reverse queries ignoring range tombstones (CASSANDRA-11733)
+ * Avoid potential race when rebuilding CFMetaData (CASSANDRA-12098)
+ * Avoid missing sstables when getting the canonical sstables (CASSANDRA-11996)
+ * Always select the live sstables when getting sstables in bounds (CASSANDRA-11944)
+ * Fix column ordering of results with static columns for Thrift requests in
+   a mixed 2.x/3.x cluster, also fix potential non-resolved duplication of
+   those static columns in query results (CASSANDRA-12123)
+ * Avoid digest mismatch with empty but static rows (CASSANDRA-12090)
+ * Fix EOF exception when altering column type (CASSANDRA-11820)
  * cqlsh: fix error handling in rare COPY FROM failure scenario (CASSANDRA-12070)
  * Disable autocompaction during drain (CASSANDRA-11878)
  * Add a metrics timer to MemtablePool and use it to track time spent blocked on memory in MemtableAllocator (CASSANDRA-11327)
  * Fix upgrading schema with super columns with non-text subcomparators (CASSANDRA-12023)
  * Add TimeWindowCompactionStrategy (CASSANDRA-9666)
 Merged from 2.2:
+ * Synchronize ThriftServer::stop() (CASSANDRA-12105)
+ * Use dedicated thread for JMX notifications (CASSANDRA-12146)
+ * Improve streaming synchronization and fault tolerance (CASSANDRA-11414)
+ * MemoryUtil.getShort() should return an unsigned short also for architectures not supporting unaligned memory accesses (CASSANDRA-11973)
  * Allow nodetool info to run with readonly JMX access (CASSANDRA-11755)
  * Validate bloom_filter_fp_chance against lowest supported
    value when the table is created (CASSANDRA-11920)
  * Don't send erroneous NEW_NODE notifications on restart (CASSANDRA-11038)
  * StorageService shutdown hook should use a volatile variable (CASSANDRA-11984)
 Merged from 2.1:
+ * Fix filtering on clustering columns when 2i is used (CASSANDRA-11907)
+ * Avoid stalling paxos when the paxos state expires (CASSANDRA-12043)
+ * Remove finished incoming streaming connections from MessagingService (CASSANDRA-11854)
  * Don't try to get sstables for non-repairing column families (CASSANDRA-12077)
  * Avoid marking too many sstables as repaired (CASSANDRA-11696)
  * Prevent select statements with clustering key > 64k (CASSANDRA-11882)


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

Posted by al...@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/7b7ca79a
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7b7ca79a
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/7b7ca79a

Branch: refs/heads/trunk
Commit: 7b7ca79a68bca95c64f889461d8e0de34efa73bb
Parents: 7a06b39 7e3eac5
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Mon Jul 18 16:50:45 2016 +0100
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Mon Jul 18 16:50:45 2016 +0100

----------------------------------------------------------------------
 CHANGES.txt | 49 +++++++++++++++++++++++--------------------------
 1 file changed, 23 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/7b7ca79a/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index 54a5281,ce58153..c974467
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,45 -1,4 +1,19 @@@
 +3.10
 + * Support json/yaml output in nodetool tpstats (CASSANDRA-12035)
 + * Expose metrics for successful/failed authentication attempts (CASSANDRA-10635)
 + * Prepend snapshot name with "truncated" or "dropped" when a snapshot
 +   is taken before truncating or dropping a table (CASSANDRA-12178)
 + * Optimize RestrictionSet (CASSANDRA-12153)
 + * cqlsh does not automatically downgrade CQL version (CASSANDRA-12150)
 + * Omit (de)serialization of state variable in UDAs (CASSANDRA-9613)
 + * Create a system table to expose prepared statements (CASSANDRA-8831)
 + * Reuse DataOutputBuffer from ColumnIndex (CASSANDRA-11970)
 + * Remove DatabaseDescriptor dependency from SegmentedFile (CASSANDRA-11580)
 + * Add supplied username to authentication error messages (CASSANDRA-12076)
 + * Remove pre-startup check for open JMX port (CASSANDRA-12074)
 +
 +
  3.9
-  * Fix hdr logging for single operation workloads (CASSANDRA-12145)
-  * Fix SASI PREFIX search in CONTAINS mode with partial terms (CASSANDRA-12073)
-  * Increase size of flushExecutor thread pool (CASSANDRA-12071)
- Merged from 3.0:
-  * Fix paging logic for deleted partitions with static columns (CASSANDRA-12107)
-  * Wait until the message is being send to decide which serializer must be used (CASSANDRA-11393)
-  * Fix migration of static thrift column names with non-text comparators (CASSANDRA-12147)
-  * Fix upgrading sparse tables that are incorrectly marked as dense (CASSANDRA-11315)
-  * Fix reverse queries ignoring range tombstones (CASSANDRA-11733)
-  * Avoid potential race when rebuilding CFMetaData (CASSANDRA-12098)
-  * Avoid missing sstables when getting the canonical sstables (CASSANDRA-11996)
-  * Always select the live sstables when getting sstables in bounds (CASSANDRA-11944)
-  * Fix column ordering of results with static columns for Thrift requests in
-    a mixed 2.x/3.x cluster, also fix potential non-resolved duplication of
-    those static columns in query results (CASSANDRA-12123)
-  * Avoid digest mismatch with empty but static rows (CASSANDRA-12090)
-  * Fix EOF exception when altering column type (CASSANDRA-11820)
- Merged from 2.2:
-  * Synchronize ThriftServer::stop() (CASSANDRA-12105)
-  * Use dedicated thread for JMX notifications (CASSANDRA-12146)
-  * Improve streaming synchronization and fault tolerance (CASSANDRA-11414)
-  * MemoryUtil.getShort() should return an unsigned short also for architectures not supporting unaligned memory accesses (CASSANDRA-11973)
- Merged from 2.1:
-  * Fix filtering on clustering columns when 2i is used (CASSANDRA-11907)
-  * Avoid stalling paxos when the paxos state expires (CASSANDRA-12043)
-  * Remove finished incoming streaming connections from MessagingService (CASSANDRA-11854)
  
  
  3.8