This is an automated email from the ASF dual-hosted git repository.
jlewandowski pushed a change to branch cassandra-5.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
from 3b05051f86 Simplify segment building in SAI to use single in-memory
structure This removes the RAMStringIndexer for literal indexes and replaces
it with a SegmentTrieBuffer that replaces BlockBalancedTreeRamBuffer for
literal and numeric indexes.
add f0ea12c6d7 Add a startup check to fail startup when using invalid
configuration with certain Kernel and FS type
No new revisions were added by this update.
Summary of changes:
.build/cassandra-deps-template.xml | 4 +
.build/parent-pom-template.xml | 5 +
CHANGES.txt | 1 +
.../config/CassandraRelevantProperties.java | 3 +
src/java/org/apache/cassandra/config/Config.java | 7 +-
.../apache/cassandra/io/util/DataOutputBuffer.java | 15 +++
.../apache/cassandra/service/StartupChecks.java | 64 +++++++++-
.../org/apache/cassandra/utils/FBUtilities.java | 124 +++++++++++++++++++
.../cassandra/service/StartupChecksTest.java | 137 +++++++++++++++++++--
.../apache/cassandra/utils/FBUtilitiesTest.java | 49 ++++++--
10 files changed, 392 insertions(+), 17 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]