This is an automated email from the ASF dual-hosted git repository. dcapwell pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 9e49a2b21d7e7234d580df840d59a4f1e93a5ee9 Merge: 9584887040 89fbb1acf4 Author: David Capwell <[email protected]> AuthorDate: Tue May 10 15:24:56 2022 -0700 Merge branch 'cassandra-4.1' into trunk CHANGES.txt | 1 + .../org/apache/cassandra/repair/consistent/CoordinatorSession.java | 7 ++++--- .../org/apache/cassandra/distributed/test/RepairErrorsTest.java | 4 ++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --cc CHANGES.txt index eae4db0236,6bb59f8f58..1bcda27ebf --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,14 -1,6 +1,15 @@@ -4.1 +4.2 + * Add guardrail for ALTER TABLE ADD / DROP / REMOVE column operations (CASSANDRA-17495) + * Rename DisableFlag class to EnableFlag on guardrails (CASSANDRA-17544) +Merged from 4.1: + * Incremental repair leaks SomeRepairFailedException after switch away from flatMap (CASSANDRA-17620) * StorageService read threshold get methods throw NullPointerException due to not handling null configs (CASSANDRA-17593) +Merged from 4.0: +Merged from 3.11: +Merged from 3.0: + + +4.1 * Rename truncate_drop guardrail to drop_truncate_table (CASSANDRA-17592) * nodetool enablefullquerylog can NPE when directory has no files (CASSANDRA-17595) * Add auto_snapshot_ttl configuration (CASSANDRA-16790) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
