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

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

commit a289fa40fd26f9c757cf54dcae025f3289532bd2
Merge: d8babd0191 15d3deb269
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Tue Jan 14 06:21:53 2025 -0600

    Merge branch 'cassandra-5.0' into trunk

 CHANGES.txt                                                   | 1 +
 src/java/org/apache/cassandra/hints/HintsDispatchTrigger.java | 7 +------
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --cc CHANGES.txt
index c4f76c6fd1,af417d3fee..dddb461b53
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -137,20 -49,7 +137,21 @@@ 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:
 + * Enforce CQL message size limit on multiframe messages (CASSANDRA-20052)
 + * Fix race condition in DecayingEstimatedHistogramReservoir during rescale 
(CASSANDRA-19365)
  Merged from 4.0:
++ * Allow hint delivery during schema mismatch (CASSANDRA-20188)
 + * IndexOutOfBoundsException when accessing partition where the column was 
deleted (CASSANDRA-20108)
 + * Enhance CQLSSTableWriter to notify clients on sstable production 
(CASSANDRA-19800)
 + * 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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to