Uploaded image for project: 'Apache Cassandra'
  1. Apache Cassandra
  2. CASSANDRA-13998

Cassandra stress distribution does not affect the result

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Low
    • Resolution: Unresolved
    • 3.11.x
    • Tool/stress
    • None
    • Widnows 10

    Description

      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

      table_definition: |
        CREATE TABLE files (
          id uuid PRIMARY KEY,
          data blob
        ) 
      
      columnspec:
        - name: data
          size: UNIFORM(10..100)
          population: UNIFORM(1..100B)
      

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

      Command to run the test

      cassandra-stress user profile=..\cqlstress-example.yaml n=20 ops(insert=5) -rate threads=8
      

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

      Attachments

        1. cqlstress-example.yaml
          3 kB
          Mikhail Pliskovsky
        2. 13998-trunk.txt
          2 kB
          n.v.harikrishna

        Activity

          People

            Unassigned Unassigned
            snoward Mikhail Pliskovsky
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: