You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Mikhail Pliskovsky (JIRA)" <ji...@apache.org> on 2017/11/06 21:42:00 UTC

[jira] [Created] (CASSANDRA-13998) Cassandra stress distribution does not affect the result

Mikhail Pliskovsky created CASSANDRA-13998:
----------------------------------------------

             Summary: Cassandra stress distribution does not affect the result
                 Key: CASSANDRA-13998
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13998
             Project: Cassandra
          Issue Type: Task
          Components: Stress
         Environment: Widnows 10
            Reporter: Mikhail Pliskovsky
            Priority: Trivial
             Fix For: 3.11.0
         Attachments: cqlstress-example.yaml

When testing my schema on single-node cluster, I am getting the identical data for each stress-test run

I specify my cassandra-stress.yaml file 
Table and column spec

{code:java}
table_definition: |
  CREATE TABLE files (
    id uuid PRIMARY KEY,
    data blob
  ) 

columnspec:
  - name: data
    size: UNIFORM(10..100)
    population: UNIFORM(1..100B)
{code}

But when query table rows after test, I am getting data as identical string in each row

Command to run the test
{code:java}
cassandra-stress user profile=..\cqlstress-example.yaml n=20 ops(insert=5) -rate threads=8
{code}

What I am doing wrong? 
My wish is to have the data of variable length



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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