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

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

commit 7d0d6d042570e99ba55419d054b133ab981f1fdb
Merge: 358c9ae109 ae3bcab63a
Author: mck <[email protected]>
AuthorDate: Wed Sep 16 10:13:29 2026 +0200

    Merge branch 'cassandra-6.0' into trunk
    
    * cassandra-6.0:
      Answer a read without the index when the replica does not know that index

 CHANGES.txt                                        |  1 +
 src/java/org/apache/cassandra/db/ReadCommand.java  | 13 +++-
 .../cassandra/index/SecondaryIndexManager.java     |  5 +-
 .../cassandra/db/ReadCommandUnknownIndexTest.java  | 69 ++++++++++++++++++++++
 4 files changed, 83 insertions(+), 5 deletions(-)

diff --cc CHANGES.txt
index d0f0322d4f,dd39c24245..25ac84016c
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -45,8 -35,10 +45,9 @@@ Merged from 6.0
   * Avoid megamorphic calls when serializing and deserializing fixed-length 
values (CASSANDRA-21536)
   * Avoid megamorphic calls for 
Cell.timestamp/ttl/path/localDeletionTimeAsUnsignedInt methods (CASSANDRA-21526)
  Merged from 5.0:
+  * A read on a replica that does not know the index yet fails with a 
NullPointerException (CASSANDRA-21658)
   * Release hints write buffer when the write executor shuts down 
(CASSANDRA-21657)
   * Fix concurrent SAI vector inserts failing once jvector's per-graph pool 
limit is exceeded (CASSANDRA-21644)
 - * Let the commit log allocator observe the shutdown state (CASSANDRA-21616)
   * Unwrap LongType properly when calculating min/max terms in V1SSTableIndex 
(CASSANDRA-21635)
   * Force repair should ignore min_repair_interval (CASSANDRA-21552)
   * Render SubnetGroups as JSON in system_views.settings (CASSANDRA-21579)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to