Merge branch 'cassandra-3.0' into cassandra-3.11
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/35823fce Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/35823fce Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/35823fce Branch: refs/heads/cassandra-3.11 Commit: 35823fcefde66c38fb06ff494058c1200b8683de Parents: a31a848 eaf9bf1 Author: Aleksey Yeshchenko <[email protected]> Authored: Wed Apr 18 11:31:51 2018 +0100 Committer: Aleksey Yeshchenko <[email protected]> Committed: Wed Apr 18 11:31:51 2018 +0100 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ NEWS.txt | 6 ++++ .../cql3/statements/TableAttributes.java | 36 ++++++++++++++++++-- 3 files changed, 42 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/35823fce/CHANGES.txt ---------------------------------------------------------------------- diff --cc CHANGES.txt index da048e7,847f347..990c5db --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,16 -1,6 +1,18 @@@ -3.0.17 +3.11.3 + * Allow existing nodes to use all peers in shadow round (CASSANDRA-13851) + * Fix cqlsh to read connection.ssl cqlshrc option again (CASSANDRA-14299) + * Downgrade log level to trace for CommitLogSegmentManager (CASSANDRA-14370) + * CQL fromJson(null) throws NullPointerException (CASSANDRA-13891) + * Serialize empty buffer as empty string for json output format (CASSANDRA-14245) + * Allow logging implementation to be interchanged for embedded testing (CASSANDRA-13396) + * SASI tokenizer for simple delimiter based entries (CASSANDRA-14247) + * Fix Loss of digits when doing CAST from varint/bigint to decimal (CASSANDRA-14170) + * RateBasedBackPressure unnecessarily invokes a lock on the Guava RateLimiter (CASSANDRA-14163) + * Fix wildcard GROUP BY queries (CASSANDRA-14209) +Merged from 3.0: + * Deprecate background repair and probablistic read_repair_chance table options + (CASSANDRA-13910) + * Add missed CQL keywords to documentation (CASSANDRA-14359) * Fix unbounded validation compactions on repair / revert CASSANDRA-13797 (CASSANDRA-14332) * Avoid deadlock when running nodetool refresh before node is fully up (CASSANDRA-14310) * Handle all exceptions when opening sstables (CASSANDRA-14202) http://git-wip-us.apache.org/repos/asf/cassandra/blob/35823fce/NEWS.txt ---------------------------------------------------------------------- diff --cc NEWS.txt index 9af8439,234154e..3cfd9a3 --- a/NEWS.txt +++ b/NEWS.txt @@@ -47,13 -47,20 +47,19 @@@ using the provided 'sstableupgrade' too Upgrading --------- - - Materialized view users upgrading from 3.0.15 or later that have performed range movements (join, decommission, move, etc), - should run repair on the base tables, and subsequently on the views to ensure data affected by CASSANDRA-14251 is correctly - propagated to all replicas. + - Materialized view users upgrading from 3.0.15 (3.0.X series) or 3.11.1 (3.11.X series) and later that have performed range movements (join, decommission, move, etc), + should run repair on the base tables, and subsequently on the views to ensure data affected by CASSANDRA-14251 is correctly propagated to all replicas. - Changes to bloom_filter_fp_chance will no longer take effect on existing sstables when the node is restarted. Only - compactions/upgradesstables regenerates bloom filters and Summaries sstable components. See CASSANDRA-11163 + compactions/upgradesstables regenerates bloom filters and Summaries sstable components. See CASSANDRA-11163 + Deprecation + ----------- + - Background read repair has been deprecated. dclocal_read_repair_chance and + read_repair_chance table options have been deprecated, and will be removed entirely in 4.0. + See CASSANDRA-13910 for details. + -3.0.16 -===== +3.11.2 +====== Upgrading --------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/35823fce/src/java/org/apache/cassandra/cql3/statements/TableAttributes.java ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
