cassandra/tools/stress
Benedict Elliott Smith 7623a59b31 Accord: Deterministic time integration
- now() functions must be deterministic (and derived from Accord timestamp)
 - tombstone GC and TTL evaluation must be deterministic and based on both Accord timestamp and Accord GC mechanisms (that guarantee completeness of execution)

patch by Benedict; reviewed by Alex Petrov and Ariel Weisberg for CASSANDRA-21376
2026-05-18 13:19:25 +01:00
..
resources/org/apache/cassandra/stress/graph CASSANDRA-18785: Add support for Sonar analysis 2023-11-13 14:48:28 +01:00
src/org/apache/cassandra Accord: Deterministic time integration 2026-05-18 13:19:25 +01:00
test/unit/org/apache/cassandra/stress Organize imports and standartize import order across entire codebase 2025-12-30 22:34:14 +01:00
README.txt Remove legacy command line options from cassandra-stress 2023-08-09 23:16:36 +02:00

README.txt

cassandra-stress
======

Setup
-----
Run `ant` from the Cassandra source directory, then cassandra-stress can be invoked from tools/bin/cassandra-stress.

Usage & Examples
----------------

cassandra-stress write n=2 -mode user=cassandra password=cassandra

cassandra-stress read n=2 -mode user=cassandra password=cassandra


See: https://cassandra.apache.org/doc/latest/tools/cassandra_stress.html