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/6214b1ec Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6214b1ec Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/6214b1ec Branch: refs/heads/cassandra-3.11 Commit: 6214b1ec86ce349757450f6679e5ef068c9e8783 Parents: e4cef08 62092e4 Author: Sam Tunnicliffe <[email protected]> Authored: Wed May 24 19:09:32 2017 +0100 Committer: Sam Tunnicliffe <[email protected]> Committed: Wed May 24 19:09:32 2017 +0100 ---------------------------------------------------------------------- CHANGES.txt | 1 + .../cassandra/db/UnfilteredDeserializer.java | 28 +++++++++++-- ...es-legacy_ka_indexed-ka-1-CompressionInfo.db | Bin 0 -> 91 bytes ...legacy_tables-legacy_ka_indexed-ka-1-Data.db | Bin 0 -> 196203 bytes ...cy_tables-legacy_ka_indexed-ka-1-Digest.sha1 | 1 + ...gacy_tables-legacy_ka_indexed-ka-1-Filter.db | Bin 0 -> 16 bytes ...egacy_tables-legacy_ka_indexed-ka-1-Index.db | Bin 0 -> 332 bytes ..._tables-legacy_ka_indexed-ka-1-Statistics.db | Bin 0 -> 4450 bytes ...acy_tables-legacy_ka_indexed-ka-1-Summary.db | Bin 0 -> 92 bytes ...legacy_tables-legacy_ka_indexed-ka-1-TOC.txt | 8 ++++ ...cy_ka_indexed_static-ka-1-CompressionInfo.db | Bin 0 -> 91 bytes ...tables-legacy_ka_indexed_static-ka-1-Data.db | Bin 0 -> 196269 bytes ...es-legacy_ka_indexed_static-ka-1-Digest.sha1 | 1 + ...bles-legacy_ka_indexed_static-ka-1-Filter.db | Bin 0 -> 16 bytes ...ables-legacy_ka_indexed_static-ka-1-Index.db | Bin 0 -> 332 bytes ...-legacy_ka_indexed_static-ka-1-Statistics.db | Bin 0 -> 4446 bytes ...les-legacy_ka_indexed_static-ka-1-Summary.db | Bin 0 -> 92 bytes ...tables-legacy_ka_indexed_static-ka-1-TOC.txt | 8 ++++ .../cassandra/io/sstable/LegacySSTableTest.java | 39 +++++++++++++++++++ 19 files changed, 83 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/6214b1ec/CHANGES.txt ---------------------------------------------------------------------- diff --cc CHANGES.txt index fd9647e,fe6ab09..48f17c2 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,40 -1,5 +1,41 @@@ -3.0.14 +3.11.0 + * Fix the problem with duplicated rows when using paging with SASI (CASSANDRA-13302) + * Allow CONTAINS statements filtering on the partition key and itâs parts (CASSANDRA-13275) + * Fall back to even ranges calculation in clusters with vnodes when tokens are distributed unevenly (CASSANDRA-13229) + * Fix duration type validation to prevent overflow (CASSANDRA-13218) + * Forbid unsupported creation of SASI indexes over partition key columns (CASSANDRA-13228) + * Reject multiple values for a key in CQL grammar. (CASSANDRA-13369) + * UDA fails without input rows (CASSANDRA-13399) + * Fix compaction-stress by using daemonInitialization (CASSANDRA-13188) + * V5 protocol flags decoding broken (CASSANDRA-13443) + * Use write lock not read lock for removing sstables from compaction strategies. (CASSANDRA-13422) + * Use corePoolSize equal to maxPoolSize in JMXEnabledThreadPoolExecutors (CASSANDRA-13329) + * Avoid rebuilding SASI indexes containing no values (CASSANDRA-12962) + * Add charset to Analyser input stream (CASSANDRA-13151) + * Fix testLimitSSTables flake caused by concurrent flush (CASSANDRA-12820) + * cdc column addition strikes again (CASSANDRA-13382) + * Fix static column indexes (CASSANDRA-13277) + * DataOutputBuffer.asNewBuffer broken (CASSANDRA-13298) + * unittest CipherFactoryTest failed on MacOS (CASSANDRA-13370) + * Forbid SELECT restrictions and CREATE INDEX over non-frozen UDT columns (CASSANDRA-13247) + * Default logging we ship will incorrectly print "?:?" for "%F:%L" pattern (CASSANDRA-13317) + * Possible AssertionError in UnfilteredRowIteratorWithLowerBound (CASSANDRA-13366) + * Support unaligned memory access for AArch64 (CASSANDRA-13326) + * Improve SASI range iterator efficiency on intersection with an empty range (CASSANDRA-12915). + * Fix equality comparisons of columns using the duration type (CASSANDRA-13174) + * Obfuscate password in stress-graphs (CASSANDRA-12233) + * Move to FastThreadLocalThread and FastThreadLocal (CASSANDRA-13034) + * nodetool stopdaemon errors out (CASSANDRA-13030) + * Tables in system_distributed should not use gcgs of 0 (CASSANDRA-12954) + * Fix primary index calculation for SASI (CASSANDRA-12910) + * More fixes to the TokenAllocator (CASSANDRA-12990) + * NoReplicationTokenAllocator should work with zero replication factor (CASSANDRA-12983) + * Address message coalescing regression (CASSANDRA-12676) + * Delete illegal character from StandardTokenizerImpl.jflex (CASSANDRA-13417) + * Fix cqlsh automatic protocol downgrade regression (CASSANDRA-13307) + * Tracing payload not passed from QueryMessage to tracing session (CASSANDRA-12835) +Merged from 3.0: + * ReverseIndexedReader may drop rows during 2.1 to 3.0 upgrade (CASSANDRA-13525) * Fix repair process violating start/end token limits for small ranges (CASSANDRA-13052) * Add storage port options to sstableloader (CASSANDRA-13518) * Properly handle quoted index names in cqlsh DESCRIBE output (CASSANDRA-12847) http://git-wip-us.apache.org/repos/asf/cassandra/blob/6214b1ec/src/java/org/apache/cassandra/db/UnfilteredDeserializer.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/6214b1ec/test/unit/org/apache/cassandra/io/sstable/LegacySSTableTest.java ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
