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

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

commit bf321d79511de0b7fc99ae652a6523042ec5e659
Merge: 06202c9ff3 07df26778b
Author: Caleb Rackliffe <calebrackli...@gmail.com>
AuthorDate: Fri Oct 20 14:47:26 2023 -0500

    Merge branch 'cassandra-5.0' into trunk
    
    * cassandra-5.0:
      Change the checksum algorithm SAI-related files use from CRC32 to CRC32C

 CHANGES.txt                                        |  1 +
 .../sai/disk/io/BufferedChecksumIndexInput.java    | 86 ++++++++++++++++++++++
 .../index/sai/disk/io/IndexFileUtils.java          | 19 ++++-
 .../index/sai/disk/v1/MetadataSource.java          |  5 +-
 .../cassandra/index/sai/disk/v1/SAICodecUtils.java | 42 ++++++++---
 .../index/sai/disk/v1/SAICodecUtilsTest.java       | 22 +++---
 6 files changed, 148 insertions(+), 27 deletions(-)

diff --cc CHANGES.txt
index ed18ef6962,547a1bb11f..7b4ea53fc4
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,8 -1,5 +1,9 @@@
 -5.0-alpha2
 +5.1
 + * Add ELAPSED command to cqlsh (CASSANDRA-18861)
 + * Add the ability to disable bulk loading of SSTables (CASSANDRA-18781)
 + * Clean up obsolete functions and simplify cql_version handling in cqlsh 
(CASSANDRA-18787)
 +Merged from 5.0:
+  * Change the checksum algorithm SAI-related files use from CRC32 to CRC32C 
(CASSANDRA-18836)
   * Correctly remove Index.Group from IndexRegistry (CASSANDRA-18905)
   * Fix vector type to support DDM's mask_default function (CASSANDRA-18889)
   * Remove unnecessary reporter-config3 dependency (CASSANDRA-18907)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to