Skip to content

Commit

Permalink
fix(cassandra-stress): bump c-s version to 3.17.0
Browse files Browse the repository at this point in the history
Main reason for version change:

Using cassandra-stress 3.17 to mittigate
- Switch to ReplicaOrdering.RANDOM for select LBPs
  [32](scylladb/cassandra-stress#32)

Other Noticable Changes since the last version used in SCT:

- Add support for hostname verification
  [31](scylladb/cassandra-stress#31)
- Print thread dump on specific signals
  [27](scylladb/cassandra-stress#27)
- Replace uninterruptible wait
  [26](scylladb/cassandra-stress#26)
- Make it use DCAwareRoundRobinPolicy unless rack is provided
  [21](scylladb/cassandra-stress#21)
- feature(docker): adding support for dependabot
  [19](scylladb/cassandra-stress#19)

Signed-off-by: Dusan Malusev <dusan.malusev@scylladb.com>
  • Loading branch information
CodeLieutenant committed Nov 21, 2024
1 parent 0109b30 commit 0c659c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/test_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ stress_image:
ndbench: 'scylladb/hydra-loaders:ndbench-jdk8-20210720'
ycsb: 'scylladb/hydra-loaders:ycsb-jdk8-20220918'
nosqlbench: 'scylladb/hydra-loaders:nosqlbench-5.21.2'
cassandra-stress: 'scylladb/cassandra-stress:3.13.0'
cassandra-stress: 'scylladb/cassandra-stress:3.17:.0'
scylla-bench: 'scylladb/hydra-loaders:scylla-bench-v0.1.24'
gemini: 'scylladb/hydra-loaders:gemini-v1.8.6'
alternator-dns: 'scylladb/hydra-loaders:alternator-dns-0.1'
Expand Down

0 comments on commit 0c659c7

Please sign in to comment.