dcapwell commented on PR #45: URL: https://github.com/apache/cassandra-easy-stress/pull/45#issuecomment-2913755365
tested lower case, works ``` $ ./bin/cassandra-easy-stress run TxnCounter --duration 30s --workload.impl=accord --workload.postfix="validate" Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true -Dchronicle.analytics.disable=true WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. Creating easy_cass_stress: CREATE KEYSPACE IF NOT EXISTS easy_cass_stress WITH replication = {'class': 'SimpleStrategy', 'replication_factor':3 } Executing 1000000 operations with consistency level LOCAL_ONE and serial consistency level LOCAL_SERIAL Connected to Cassandra cluster. Creating Tables CREATE TABLE IF NOT EXISTS tx_accord_counter_validate ( id TEXT PRIMARY KEY, value INT ) WITH transactional_mode='full' AND caching = {'keys': 'ALL', 'rows_per_partition': 'NONE'} AND default_time_to_live = 0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org