You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/09/03 18:50:44 UTC

[cassandra] 01/01: Merge branch 'cassandra-2.2' into cassandra-3.0

This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 615372f9087a622e20dfa25159d366e4fc8451f6
Merge: 67eb22e 2e547df
Author: Brandon Williams <br...@apache.org>
AuthorDate: Fri Sep 3 13:46:52 2021 -0500

    Merge branch 'cassandra-2.2' into cassandra-3.0

 CHANGES.txt           | 2 ++
 redhat/cassandra.spec | 5 +++++
 2 files changed, 7 insertions(+)

diff --cc CHANGES.txt
index 666dd92,a380853..e96e1fa
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,46 -1,7 +1,48 @@@
 -2.2.20
 +3.0.26:
 + * Fix materialized view schema backup as table (CASSANDRA-12734)
 + * Avoid signaling DigestResolver until the minimum number of responses are guaranteed to be visible (CASSANDRA-16883)
 + * Fix secondary indexes on primary key columns skipping some writes (CASSANDRA-16868)
 + * Fix incorrect error message in LegacyLayout (CASSANDRA-15136)
 + * Use JMX to validate nodetool --jobs parameter (CASSANDRA-16104)
 + * Handle properly UnsatisfiedLinkError in NativeLibrary#getProcessID() (CASSANDRA-16578)
 + * Remove mutation data from error log message (CASSANDRA-16817)
++Merged from 2.2:
+  * Add python2 location to RPMs (CASSANDRA-16822)
 +
 +
 +3.0.25:
 + * Binary releases no longer bundle the apidocs (javadoc) (CASSANDRA-16557)
 + * Migrate dependency handling from maven-ant-tasks to resolver-ant-tasks, removing lib/ directory from version control (CASSANDRA-16557)
 + * Don't allow seeds to replace without using unsafe (CASSANDRA-14463)
 + * Calculate time remaining correctly for all compaction types in compactionstats (CASSANDRA-14701)
 + * Receipt of gossip shutdown notification updates TokenMetadata (CASSANDRA-16796)
 + * Count bloom filter misses correctly (CASSANDRA-12922)
 + * Reject token() in MV WHERE clause (CASSANDRA-13464)
 + * Ensure java executable is on the path (CASSANDRA-14325)
 + * Make speculative retry parameter case-insensitive for backward compatibility with 2.1 (CASSANDRA-16467)
 + * Push digest mismatch exceptions to trace (CASSANDRA-14900)
 + * Support long names in nodetool output (CASSANDRA-14162)
 + * Handle correctly the exceptions thrown by custom QueryHandler constructors (CASSANDRA-16703)
 + * Adding columns via ALTER TABLE can generate corrupt sstables (CASSANDRA-16735)
 + * Add flag to disable ALTER...DROP COMPACT STORAGE statements (CASSANDRA-16733)
 + * Clean transaction log leftovers at the beginning of sstablelevelreset and sstableofflinerelevel (CASSANDRA-12519)
   * CQL shell should prefer newer TLS version by default (CASSANDRA-16695)
 - * Fix Debian init start/stop (CASSANDRA-15770)
 + * Ensure that existing empty rows are properly returned (CASSANDRA-16671)
 + * Invalidate prepared statements on DROP COMPACT (CASSANDRA-16712)
 + * Failure to execute queries should emit a KPI other than read timeout/unavailable so it can be alerted/tracked (CASSANDRA-16581)
 + * Don't wait on schema versions from replacement target when replacing (CASSANDRA-16692)
 + * StandaloneVerifier does not fail when unable to verify SSTables, it only fails if Corruption is thrown (CASSANDRA-16683)
 + * Fix bloom filter false ratio calculation by including true negatives (CASSANDRA-15834)
 + * Prevent loss of commit log data when moving sstables between nodes (CASSANDRA-16619)
 + * Fix materialized view builders inserting truncated data (CASSANDRA-16567)
 + * Don't wait for schema migrations from removed nodes (CASSANDRA-16577)
 + * Scheduled (delayed) schema pull tasks should not run after MIGRATION stage shutdown during decommission (CASSANDRA-16495)
 + * Ignore trailing zeros in hint files (CASSANDRA-16523)
 + * Refuse DROP COMPACT STORAGE if some 2.x sstables are in use (CASSANDRA-15897)
 + * Fix ColumnFilter::toString not returning a valid CQL fragment (CASSANDRA-16483)
 + * Fix ColumnFilter behaviour to prevent digest mitmatches during upgrades (CASSANDRA-16415)
 + * Avoid pushing schema mutations when setting up distributed system keyspaces locally (CASSANDRA-16387)
 +Merged from 2.2:
   * Remove ant targets list-jvm-dtests and ant list-jvm-upgrade-dtests (CASSANDRA-16519)
   * Fix centos packaging for arm64, >=4.0 rpm's now require python3 (CASSANDRA-16477)
   * Make TokenMetadata's ring version increments atomic (CASSANDRA-16286)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org