This is an automated email from the ASF dual-hosted git repository. smiklosovic pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 835ce9c5d8d37a0142a8e2fbbb6d18d537ba7e2e Merge: 4688ce02c4 8890c649a6 Author: Stefan Miklosovic <[email protected]> AuthorDate: Fri Nov 15 11:56:20 2024 +0100 Merge branch 'cassandra-5.0' into trunk CHANGES.txt | 1 + .../org/apache/cassandra/db/commitlog/AbstractCommitLogService.java | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --cc CHANGES.txt index c5d63acb83,785ee63295..b5ba4dc267 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -116,16 -38,7 +116,17 @@@ Merged from 5.0 * Prioritize built indexes in IndexStatusManager (CASSANDRA-19400) * Add java.base/java.lang.reflect among opens for jvm11-client.options (CASSANDRA-19780) Merged from 4.1: + * Fix race condition in DecayingEstimatedHistogramReservoir during rescale (CASSANDRA-19365) Merged from 4.0: ++ * Change the resolution of AbstractCommitLogService#lastSyncedAt to nanos to be aligned with later comparisons (CASSANDRA-20074) + * Support UDTs and vectors as clustering keys in descending order (CASSANDRA-20050) + * Fix CQL in snapshot's schema which did not contained UDTs used as reverse clustering columns (CASSANDRA-20036) + * Add configurable batchlog endpoint strategies: random_remote, prefer_local, dynamic_remote, and dynamic (CASSANDRA-18120) + * Fix bash-completion for debian distro (CASSANDRA-19999) + * Ensure thread-safety for CommitLogArchiver in CommitLog (CASSANDRA-19960) + * Fix text containing "/*" being interpreted as multiline comment in cqlsh (CASSANDRA-17667) + * Fix indexing of a frozen collection that is the clustering key and reversed (CASSANDRA-19889) + * Emit error when altering a table with non-frozen UDTs with nested non-frozen collections the same way as done upon table creation (CASSANDRA-19925) * Safer handling of out-of-range tokens (CASSANDRA-13704) * Fix memory leak in BTree.FastBuilder (CASSANDRA-19785) * Fix millisecond and microsecond precision for commit log replay (CASSANDRA-19448) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
