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

Cassandra stress distribution does not affect the result

Log workAgile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsAdd voteVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned Assign to me
            snoward Mikhail Pliskovsky

            Dates

              Created:
              Updated:

              Slack

                Issue deployment