Skip to content

Commit

Permalink
improvement(scylla-bench): bump version to v0.1.23
Browse files Browse the repository at this point in the history
Main changes in the new version are following:
- PR#149 - Do not do 'truncate table' operation by default
- PR#150 - Make all write-capable workloads support partition offset
- PR#151 - fix(create keyspace): Switch from SimpleStrategy to NetworkTopologyStrategy

(cherry picked from commit 0686a63)
  • Loading branch information
vponomaryov committed Oct 31, 2024
1 parent a9f2b1f commit 661a6c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion defaults/test_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ stress_image:
ycsb: 'scylladb/hydra-loaders:ycsb-jdk8-20220918'
nosqlbench: 'scylladb/hydra-loaders:nosqlbench-5.21.2'
cassandra-stress: 'scylladb/cassandra-stress:3.13.0'
scylla-bench: 'scylladb/hydra-loaders:scylla-bench-v0.1.22'
scylla-bench: 'scylladb/hydra-loaders:scylla-bench-v0.1.23'
gemini: 'scylladb/hydra-loaders:gemini-v1.8.6'
alternator-dns: 'scylladb/hydra-loaders:alternator-dns-0.1'
cdc-stresser: 'scylladb/hydra-loaders:cdc-stresser-20210630'
Expand Down
2 changes: 1 addition & 1 deletion docker/scylla-bench/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

### build release
```
export SCYLLA_BENCH_VERSION=tags/v0.1.9
export SCYLLA_BENCH_VERSION=tags/v0.1.23
export NAME=`echo $SCYLLA_BENCH_VERSION | cut -d "/" -f 2`
export SCYLLA_BENCH_DOCKER_IMAGE=scylladb/hydra-loaders:scylla-bench-${NAME}
docker build . -t ${SCYLLA_BENCH_DOCKER_IMAGE} --build-arg version=$SCYLLA_BENCH_VERSION
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
| **<a href="#user-content-nemesis_multiply_factor" name="nemesis_multiply_factor">nemesis_multiply_factor</a>** | Multiply the list of nemesis to execute by the specified factor | 6 | SCT_NEMESIS_MULTIPLY_FACTOR
| **<a href="#user-content-raid_level" name="raid_level">raid_level</a>** | Number of of raid level: 0 - RAID0, 5 - RAID5 | N/A | SCT_RAID_LEVEL
| **<a href="#user-content-bare_loaders" name="bare_loaders">bare_loaders</a>** | Don't install anything but node_exporter to the loaders during cluster setup | N/A | SCT_BARE_LOADERS
| **<a href="#user-content-stress_image" name="stress_image">stress_image</a>** | Dict of the images to use for the stress tools | {'ndbench': 'scylladb/hydra-loaders:ndbench-jdk8-20210720', 'ycsb': 'scylladb/hydra-loaders:ycsb-jdk8-20220918', 'nosqlbench': 'scylladb/hydra-loaders:nosqlbench-4.15.49', 'cassandra-stress': 'docker.io/scylladb/hydra-loaders:cassandra-stress-6.0-20240701', 'scylla-bench': 'scylladb/hydra-loaders:scylla-bench-v0.1.22', 'gemini': 'scylladb/hydra-loaders:gemini-v1.8.6', 'alternator-dns': 'scylladb/hydra-loaders:alternator-dns-0.1', 'cdc-stresser': 'scylladb/hydra-loaders:cdc-stresser-20210630', 'kcl': 'scylladb/hydra-loaders:kcl-jdk8-20210526-ShardSyncStrategyType-PERIODIC', 'harry': 'scylladb/hydra-loaders:cassandra-harry-jdk11-20220816', 'latte': 'scylladb/hydra-loaders:latte-0.26.3-scylladb', 'cql-stress-cassandra-stress': 'docker.io/scylladb/hydra-loaders:cql-stress-cassandra-stress-20240718'} | SCT_STRESS_IMAGE
| **<a href="#user-content-stress_image" name="stress_image">stress_image</a>** | Dict of the images to use for the stress tools | {'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', 'scylla-bench': 'scylladb/hydra-loaders:scylla-bench-v0.1.23', 'gemini': 'scylladb/hydra-loaders:gemini-v1.8.6', 'alternator-dns': 'scylladb/hydra-loaders:alternator-dns-0.1', 'cdc-stresser': 'scylladb/hydra-loaders:cdc-stresser-20210630', 'kcl': 'scylladb/hydra-loaders:kcl-jdk8-20210526-ShardSyncStrategyType-PERIODIC', 'harry': 'scylladb/hydra-loaders:cassandra-harry-jdk11-20220816', 'latte': 'scylladb/hydra-loaders:latte-0.26.3-scylladb', 'cql-stress-cassandra-stress': 'docker.io/scylladb/hydra-loaders:cql-stress-cassandra-stress-20240718'} | SCT_STRESS_IMAGE
| **<a href="#user-content-scylla_network_config" name="scylla_network_config">scylla_network_config</a>** | Configure Scylla networking with single or multiple NIC/IP combinations.<br>It must be defined for listen_address and rpc_address. For each address mandatory parameters are:<br>- address: listen_address/rpc_address/broadcast_rpc_address/broadcast_address/test_communication<br>- ip_type: ipv4 or ipv6<br>- public: false or true<br>- nic: number of NIC. 0, 1<br>Supported for AWS only meanwhile | N/A | SCT_SCYLLA_NETWORK_CONFIG
| **<a href="#user-content-enable_argus" name="enable_argus">enable_argus</a>** | Control reporting to argus | True | SCT_ENABLE_ARGUS
| **<a href="#user-content-cs_populating_distribution" name="cs_populating_distribution">cs_populating_distribution</a>** | set c-s parameter '-pop' with gauss/uniform distribution for<br>performance gradual throughtput grow tests | N/A | SCT_CS_POPULATING_DISTRIBUTION
Expand Down

0 comments on commit 661a6c3

Please sign in to comment.