cassandra/test
Jonathan Ellis ebea2ba6ad Upgrade to lucene-core 9.7.0
Notes on the upgrade path:
- RamIndexOutput is replaced with ResettableByteBuffersIndexOutput, an extension of ByteBuffersIndexOutput, which was the closest thing to a replacement of RamIndexOutput.
- Lucene exposes the code we needed from DirectReaders more or less directly in DirectReader now, so the old copied code has been deleted.
- Lucene changed its data files to be little endian, but to keep its compatibility story simple it retained BE for the header and footer ints. That's the cause of the changes in SAICodecUtils.
- We could gain a bit of performance making our own code natively little endian but that is too big of a change for this patch.

patch by Jonathan Ellis; reviewed by Andrés de la Peña, Caleb Rackliffe, and Mike Adamson for CASSANDRA-18494
2023-07-26 13:35:07 -05:00
..
anttasks/org/apache/cassandra/anttasks CASSANDRA-18180 Fix bulkLoaderSuccessfullyStreamsOverSsl fails with ClassCastException on JDK17 2023-07-24 20:58:49 -04:00
bin Correct memtable on-heap size calculations to match actual use (CASSANDRA-16318) 2021-01-19 14:08:20 -05:00
burn/org/apache/cassandra Moved system properties and envs to CassandraRelevantProperties and CassandraRelevantEnv respectively 2023-05-11 07:39:16 +02:00
conf Implementation of the Unified Compaction Strategy as described in CEP-26 2023-07-19 11:22:32 +03:00
data Improved DeletionTime serialization 2023-07-26 10:47:22 +02:00
distributed/org/apache/cassandra Literal on-disk index and index write path (#9) 2023-07-26 13:35:07 -05:00
long/org/apache/cassandra Implementation of the Unified Compaction Strategy as described in CEP-26 2023-07-19 11:22:32 +03:00
memory/org/apache/cassandra/db/compaction Deprecate/forbid constructors for Integer, Long, Float, Byte, Double, and Short 2023-05-02 08:26:10 -05:00
microbench/org/apache/cassandra/test/microbench Improved DeletionTime serialization 2023-07-26 10:47:22 +02:00
resources allow blocking IPs from updating metrics about traffic 2021-08-20 17:24:16 -07:00
simulator Extend maximum expiration date 2023-06-05 07:18:34 +02:00
unit/org Upgrade to lucene-core 9.7.0 2023-07-26 13:35:07 -05:00