You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/04/16 05:51:00 UTC

[GitHub] [cassandra] dkropachev opened a new pull request #540: fix(tools/stress/*): Add serial consistency option and regular and serial consistency into profile yaml

dkropachev opened a new pull request #540: fix(tools/stress/*): Add serial consistency option and regular and serial consistency into profile yaml
URL: https://github.com/apache/cassandra/pull/540
 
 
      Needed to be done in order to be able to control serial consistency and regular consistency levels separately
      For instance, it was not possible to set serial consistency to LOCAL_SERIAL and regular consistency to QUORUM.
      Now it is possible, and also it is possible to specify consistency in yaml file per query, in case you want to stress with dirrefent consistency levels.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra] dkropachev commented on issue #540: fix(tools/stress/*): Add serial consistency option and regular and serial consistency into profile yaml

Posted by GitBox <gi...@apache.org>.
dkropachev commented on issue #540: fix(tools/stress/*): Add serial consistency option and regular and serial consistency into profile yaml
URL: https://github.com/apache/cassandra/pull/540#issuecomment-614430326
 
 
   Works as charmed:
   
   /cassandra-stress user profile=/tmp/profile
   [profile.zip](https://github.com/apache/cassandra/files/4485128/profile.zip)
   .yaml ops'(lwt_update_one_column=1,lwt_update_two_columns=1,select=1)' cl=SERIAL no-warmup duration=2m -mode native cql3 -rate threads=30 -node 172.17.0.2
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org