You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2015/01/15 21:29:35 UTC

[jira] [Created] (CASSANDRA-8632) cassandra-stress only generating a single unique row

Aleksey Yeschenko created CASSANDRA-8632:
--------------------------------------------

             Summary: cassandra-stress only generating a single unique row
                 Key: CASSANDRA-8632
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8632
             Project: Cassandra
          Issue Type: Bug
            Reporter: Aleksey Yeschenko
            Assignee: Benedict
             Fix For: 2.1.3


Most likely caused by CASSANDRA-7964, since 2.1.2 is fine, and only 2.1-head is broken.

Using the attached profile, and "user profile=partition.yaml ops\(insert=1\) n=10000000000 -rate threads=50" as the command, I'm only getting a single row as the result:

{noformat}
cqlsh:extreme> select * from extreme;

 partition_key | clustering_col0 | clustering_col1 | clustering_col2 | val
---------------+-----------------+-----------------+-----------------+-------------
             1 |     -1024190305 |       840771439 |       -43718277 | -1410971548

(1 rows)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)