This is an automated email from the ASF dual-hosted git repository. dcapwell pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
from 7160c49ed7 Merge branch 'cassandra-5.0' into trunk new 07831c9cc7 SAI marks an index as non-empty when a partial partition/row modifications is flushed due to repair new df24dacc0c Merge branch 'cassandra-5.0' into trunk The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGES.txt | 1 + .../db/compaction/LeveledCompactionStrategy.java | 3 +- .../index/sai/disk/v1/MemtableIndexWriter.java | 15 ++-- .../cassandra/distributed/shared/ClusterUtils.java | 40 +++++++++ .../test/sai/PartialWritesWithRepairTest.java | 96 ++++++++++++++++++++++ .../fuzz/sai/AccordFullMultiNodeSAITest.java | 2 +- .../fuzz/sai/AccordInteropMultiNodeSAITest.java | 2 +- .../cassandra/utils/CassandraGenerators.java | 34 +++++++- 8 files changed, 182 insertions(+), 11 deletions(-) create mode 100644 test/distributed/org/apache/cassandra/distributed/test/sai/PartialWritesWithRepairTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org