You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Venkata Harikrishna Nukala (Jira)" <ji...@apache.org> on 2021/07/10 15:13:00 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-13998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venkata Harikrishna Nukala reassigned CASSANDRA-13998:
------------------------------------------------------

    Assignee:     (was: Venkata Harikrishna Nukala)

> 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: Tool/stress
>         Environment: Widnows 10
>            Reporter: Mikhail Pliskovsky
>            Priority: Low
>             Fix For: 3.11.x
>
>         Attachments: 13998-trunk.txt, 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
(v8.3.4#803005)

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