mirror of https://github.com/apache/cassandra
This patch adds a new configuration file, cassandra_latest.yaml, which changes some of the settings to use new features we usually recommend to users, including: - Big Trie-Indexed SSTables - Trie memtables - Unified Compaction Strategy - Storage Attached Index - Off-heap objects memtables - Direct-write commit log - No storage compatibility These changes are applied in new test targets for unit, in-jvm and python dtests that are run pre-commit. When changes are made to the new config file, python dtest will use it directly, but unit and in-jvm dtests require updates, respectively, to latest_diff.yaml and InstanceConfig.java. patch by Branimir Lambov; reviewed by Berenguer Blasi for CASSANDRA-18753 |
||
|---|---|---|
| .. | ||
| _build-debian.sh | ||
| _build-redhat.sh | ||
| _create_user.sh | ||
| _docker_init_tests.sh | ||
| _docker_run.sh | ||
| _set_java.sh | ||
| almalinux-build.docker | ||
| build-artifacts.sh | ||
| build-debian.sh | ||
| build-redhat.sh | ||
| bullseye-build.docker | ||
| centos7-build.docker | ||
| check-code.sh | ||
| run-tests.sh | ||
| ubuntu2004_test.docker | ||