scylla-tools-java icon indicating copy to clipboard operation
scylla-tools-java copied to clipboard

c-s profile multirow query fails if there is data field in the query

Open dkropachev opened this issue 5 years ago • 0 comments

cassandra-stress user profile=/tmp/repro_profile .yaml n=400000000 ops'(insert_query=1)' cl=QUORUM -mode native cql3 -rate threads=1000 -node 10.0.196.236 -errors skip-unsupported-columns

c-s throwing following exceptions: com.datastax.driver.core.exceptions.CodecNotFoundException: Codec not found for requested operation: [date <-> java.lang.Integer] at org.apache.cassandra.stress.operations.userdefined.SchemaQuery.fillRandom(SchemaQuery.java:112) at org.apache.cassandra.stress.operations.userdefined.SchemaQuery.bindArgs(SchemaQuery.java:121) at org.apache.cassandra.stress.operations.userdefined.SchemaQuery$JavaDriverRun.run(SchemaQuery.java:74) at org.apache.cassandra.stress.Operation.timeWithRetry(Operation.java:86) at org.apache.cassandra.stress.operations.userdefined.SchemaQuery.run(SchemaQuery.java:158) at org.apache.cassandra.stress.StressAction$Consumer.run(StressAction.java:469)

Profile: repro_profile.zip

dkropachev avatar Jul 23 '20 08:07 dkropachev