This is an automated email from the ASF dual-hosted git repository. edimitrova pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit b94bf3f2186aa083a25ddb6cf7f6b2f45fc8b566 Merge: 0e3bdeab73 fe28f482db Author: Ekaterina Dimitrova <[email protected]> AuthorDate: Fri Jul 29 13:27:30 2022 -0400 Merge branch 'cassandra-4.1' into trunk .build/build-rat.xml | 2 ++ CHANGES.txt | 2 ++ NEWS.txt | 6 +++- build.xml | 2 +- conf/cassandra.yaml | 2 ++ src/java/org/apache/cassandra/config/Config.java | 6 +++- .../org/apache/cassandra/config/Converters.java | 32 +++++++++--------- .../cassandra/config/DatabaseDescriptor.java | 9 ++++- .../cassandra/config/YamlConfigurationLoader.java | 7 +++- .../apache/cassandra/service/StorageService.java | 2 ++ ...ssandra-converters-special-cases-old-names.yaml | 7 ++++ test/conf/cassandra-converters-special-cases.yaml | 7 ++++ .../config/YamlConfigurationLoaderTest.java | 38 ++++++++++++++++++++++ .../cassandra/db/virtual/SettingsTableTest.java | 18 ++++++++++ .../cassandra/service/StorageServiceTest.java | 8 +++++ 15 files changed, 128 insertions(+), 20 deletions(-) diff --cc CHANGES.txt index 47d08b305d,5f02fd3464..7c9137f824 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,25 -1,6 +1,27 @@@ -4.1-alpha2 +4.2 + * When doing a host replacement, -Dcassandra.broadcast_interval_ms is used to know when to check the ring but checks that the ring wasn't changed in -Dcassandra.ring_delay_ms, changes to ring delay should not depend on when we publish load stats (CASSANDRA-17776) + * When bootstrap fails, CassandraRoleManager may attempt to do read queries that fail with "Cannot read from a bootstrapping node", and increments unavailables counters (CASSANDRA-17754) + * Add guardrail to disallow DROP KEYSPACE commands (CASSANDRA-17767) + * Remove ephemeral snapshot marker file and introduce a flag to SnapshotManifest (CASSANDRA-16911) + * Add a virtual table that exposes currently running queries (CASSANDRA-15241) + * Allow sstableloader to specify table without relying on path (CASSANDRA-16584) + * Fix TestGossipingPropertyFileSnitch.test_prefer_local_reconnect_on_listen_address (CASSANDRA-17700) + * Add ByteComparable API (CASSANDRA-6936) + * Add guardrail for maximum replication factor (CASSANDRA-17500) + * Increment CQLSH to version 6.2.0 for release 4.2 (CASSANDRA-17646) + * Adding support to perform certificate based internode authentication (CASSANDRA-17661) + * Option to disable CDC writes of repaired data (CASSANDRA-17666) + * When a node is bootstrapping it gets the whole gossip state but applies in random order causing some cases where StorageService will fail causing an instance to not show up in TokenMetadata (CASSANDRA-17676) + * Add CQLSH command SHOW REPLICAS (CASSANDRA-17577) + * Add guardrail to allow disabling of SimpleStrategy (CASSANDRA-17647) + * Change default directory permission to 750 in packaging (CASSANDRA-17470) + * Adding support for TLS client authentication for internode communication (CASSANDRA-17513) + * Add new CQL function maxWritetime (CASSANDRA-17425) + * 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: + * Fix sstable_preemptive_open_interval disabled value. sstable_preemptive_open_interval = null backward compatible with + sstable_preemptive_open_interval_in_mb = -1 (CASSANDRA-17737) * Remove usages of Path#toFile() in the snapshot apparatus (CASSANDRA-17769) * Fix Settings Virtual Table to update paxos_variant after startup and rename enable_uuid_sstable_identifiers to uuid_sstable_identifiers_enabled as per our config naming conventions (CASSANDRA-17738) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
