Open amoskong opened 5 years ago
The grafana snapshot (from c-s started to c-s failed):
I think this is a c-s issue - I assume it will fail also on cassandra, can we test that.
I don't think this is a regression. e.g. there was no release before this worked on.
Steps:
cassandra-stress user no-warmup profile=/tmp/sst3_schema.yaml ops'(insert=1)' cl=QUORUM n=10000000 -rate threads=1000 -pop seq=1..10000000
cassandra-stress user no-warmup profile=/tmp/sst3_schema.yaml ops'(read1=1)' cl=ALL n=10000000 -rate threads=1000 -pop seq=1..10000000
cassandra-stress user no-warmup profile=/tmp/sst3_schema.yaml ops'(read1=1,read2=1,update_static=1,update_ttl=1,update_diff1_ts=1,update_diff2_ts=1,update_same1_ts=1,update_same2_ts=1)' cl=ALL n=10000000 -rate threads=200 -pop seq=1..10000000
Problem can be reproduced:
If I remove alter_table=* from ops parameter, the problem can't be reproduced.
Attached the complete schema file: sst3_schema.yaml.txt