Cathy Daw created CASSANDRA-4633:
------------------------------------

             Summary: cassandra-stress:  --enable-cql does not work with 
COUNTER_ADD
                 Key: CASSANDRA-4633
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4633
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
            Reporter: Cathy Daw
            Priority: Minor


When I remove --enable-cql the following runs successfully.
Note:  INSERT/READ are fine.

{code}
./cassandra-stress --operation=COUNTER_ADD --enable-cql --replication-factor=3 
--consistency-level=ONE --num-keys=10000  --columns=20 

total,interval_op_rate,interval_key_rate,avg_latency,elapsed_time
Operation [1] retried 10 times - error incrementing key 0001 
((InvalidRequestException): cannot parse 'C58' as hex bytes)

Operation [0] retried 10 times - error incrementing key 0000 
((InvalidRequestException): cannot parse 'C58' as hex bytes)

0,0,0,NaN,0
FAILURE
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to