Skip to content

Commit

Permalink
fix(scale-cluser): Reduce the load during prepare for base test
Browse files Browse the repository at this point in the history
Reducing the pressure on disks also during prepare as the test still
facing errors.
  • Loading branch information
roydahan authored and fruch committed Jan 3, 2024
1 parent 6548c9b commit dfa8868
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test-cases/scale/scale-cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
test_duration: 600
# 128KB row (16 * 8192), 244GB dataset (2M rows * 128KB)
prepare_write_cmd: [ "cassandra-stress write cl=ALL n=500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=100 -pop seq=1..500000 -col 'n=FIXED(16) size=FIXED(8192)' -log interval=5",
"cassandra-stress write cl=ALL n=500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=100 -pop seq=500001..1000000 -col 'n=FIXED(16) size=FIXED(8192)' -log interval=5",
"cassandra-stress write cl=ALL n=500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=100 -pop seq=1000001..1500000 -col 'n=FIXED(16) size=FIXED(8192)' -log interval=5",
"cassandra-stress write cl=ALL n=500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=100 -pop seq=1500001..2000000 -col 'n=FIXED(16) size=FIXED(8192)' -log interval=5"
prepare_write_cmd: [ "cassandra-stress write cl=ALL n=500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=25 -pop seq=1..500000 -col 'n=FIXED(16) size=FIXED(8192)' -log interval=5",
"cassandra-stress write cl=ALL n=500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=25 -pop seq=500001..1000000 -col 'n=FIXED(16) size=FIXED(8192)' -log interval=5",
"cassandra-stress write cl=ALL n=500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=25 -pop seq=1000001..1500000 -col 'n=FIXED(16) size=FIXED(8192)' -log interval=5",
"cassandra-stress write cl=ALL n=500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=25 -pop seq=1500001..2000000 -col 'n=FIXED(16) size=FIXED(8192)' -log interval=5"
]

stress_cmd: [ "cassandra-stress mixed cl=QUORUM duration=180m -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=25 -pop seq=1..500000 -col 'n=FIXED(16) size=FIXED(8192)' -log interval=5",
Expand Down

0 comments on commit dfa8868

Please sign in to comment.