-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d855f6d
commit 61a2a4e
Showing
1 changed file
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,33 @@ | ||
test_duration: 330 | ||
test_duration: 30 | ||
|
||
prepare_write_cmd: "cassandra-stress write cl=QUORUM n=20971520 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3) compaction(strategy=SizeTieredCompactionStrategy)' -mode cql3 native -rate threads=80 -pop seq=1..20971520 -col 'n=FIXED(10) size=FIXED(512)' -log interval=5" | ||
prepare_write_cmd: "cassandra-stress write cl=QUORUM n=209715 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=1) compaction(strategy=SizeTieredCompactionStrategy)' -mode cql3 native -rate threads=80 -pop seq=1..209715 -col 'n=FIXED(10) size=FIXED(512)' -log interval=5" | ||
|
||
stress_cmd: ["cassandra-stress write cl=QUORUM duration=240m -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3) compaction(strategy=SizeTieredCompactionStrategy)' -mode cql3 native -rate threads=40 -pop seq=1..20971520 -col 'n=FIXED(10) size=FIXED(512)' -log interval=5", | ||
"cassandra-stress read cl=QUORUM duration=240m -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3) compaction(strategy=SizeTieredCompactionStrategy)' -mode cql3 native -rate threads=40 -pop seq=1..20971520 -col 'n=FIXED(10) size=FIXED(512)' -log interval=5" | ||
] | ||
#stress_cmd: ["cassandra-stress write cl=QUORUM duration=240m -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3) compaction(strategy=SizeTieredCompactionStrategy)' -mode cql3 native -rate threads=40 -pop seq=1..20971520 -col 'n=FIXED(10) size=FIXED(512)' -log interval=5", | ||
# "cassandra-stress read cl=QUORUM duration=240m -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3) compaction(strategy=SizeTieredCompactionStrategy)' -mode cql3 native -rate threads=40 -pop seq=1..20971520 -col 'n=FIXED(10) size=FIXED(512)' -log interval=5" | ||
# ] | ||
|
||
n_db_nodes: 6 | ||
n_loaders: 2 | ||
n_monitor_nodes: 1 | ||
seeds_num: 3 | ||
n_db_nodes: 2 | ||
n_loaders: 1 | ||
n_monitor_nodes: 0 | ||
#seeds_num: 3 | ||
|
||
instance_type_db: 'i4i.4xlarge' | ||
instance_type_db: 'i4i.2xlarge' | ||
|
||
nemesis_class_name: 'SisyphusMonkey' | ||
nemesis_seed: '032' | ||
#nemesis_class_name: 'SisyphusMonkey' | ||
#nemesis_seed: '032' | ||
nemesis_interval: 5 | ||
nemesis_filter_seeds: false | ||
|
||
user_prefix: 'longevity-100gb-4h' | ||
space_node_threshold: 64424 | ||
|
||
server_encrypt: true | ||
client_encrypt: true | ||
#server_encrypt: true | ||
#client_encrypt: true | ||
# | ||
#pre_create_schema: True | ||
#sstable_size: 100 | ||
|
||
pre_create_schema: True | ||
sstable_size: 100 | ||
#hinted_handoff: 'enabled' | ||
#parallel_node_operations: true | ||
|
||
hinted_handoff: 'enabled' | ||
parallel_node_operations: true | ||
use_mgmt: false |