Merge branch 'cassandra-2.2' into trunk
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/88e534a4 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/88e534a4 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/88e534a4 Branch: refs/heads/trunk Commit: 88e534a4fe2def014d43890c427b2fc3ed23fd60 Parents: a892dd8 b334f51 Author: Yuki Morishita <yu...@apache.org> Authored: Wed Jul 29 19:59:38 2015 -0500 Committer: Yuki Morishita <yu...@apache.org> Committed: Wed Jul 29 19:59:38 2015 -0500 ---------------------------------------------------------------------- CHANGES.txt | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/88e534a4/CHANGES.txt ---------------------------------------------------------------------- diff --cc CHANGES.txt index 73edd83,2fe6a22..13e3acf --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,33 -1,5 +1,31 @@@ +3.0 + * Implement proper sandboxing for UDFs (CASSANDRA-9402) + * Simplify (and unify) cleanup of compaction leftovers (CASSANDRA-7066) + * Allow extra schema definitions in cassandra-stress yaml (CASSANDRA-9850) + * Metrics should use up to date nomenclature (CASSANDRA-9448) + * Change CREATE/ALTER TABLE syntax for compression (CASSANDRA-8384) + * Cleanup crc and adler code for java 8 (CASSANDRA-9650) + * Storage engine refactor (CASSANDRA-8099, 9743, 9746, 9759, 9781, 9808, 9825, + 9848, 9705, 9859, 9867, 9874, 9828, 9801) + * Update Guava to 18.0 (CASSANDRA-9653) + * Bloom filter false positive ratio is not honoured (CASSANDRA-8413) + * New option for cassandra-stress to leave a ratio of columns null (CASSANDRA-9522) + * Change hinted_handoff_enabled yaml setting, JMX (CASSANDRA-9035) + * Add algorithmic token allocation (CASSANDRA-7032) + * Add nodetool command to replay batchlog (CASSANDRA-9547) + * Make file buffer cache independent of paths being read (CASSANDRA-8897) + * Remove deprecated legacy Hadoop code (CASSANDRA-9353) + * Decommissioned nodes will not rejoin the cluster (CASSANDRA-8801) + * Change gossip stabilization to use endpoit size (CASSANDRA-9401) + * Change default garbage collector to G1 (CASSANDRA-7486) + * Populate TokenMetadata early during startup (CASSANDRA-9317) + * Undeprecate cache recentHitRate (CASSANDRA-6591) + * Add support for selectively varint encoding fields (CASSANDRA-9499, 9865) + * Materialized Views (CASSANDRA-6477) + + 2.2.1 * UDF / UDA execution time in trace (CASSANDRA-9723) - * Remove repair snapshot leftover on startup (CASSANDRA-7357) - * Use random nodes for batch log when only 2 racks (CASSANDRA-8735) * Fix broken internode SSL (CASSANDRA-9884) Merged from 2.1: * Fix handling of enable/disable autocompaction (CASSANDRA-9899)