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

Duplicit values for uuid column in cassandra-stress

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Triage Needed
    • Normal
    • Resolution: Unresolved
    • None
    • Tool/stress
    • None
    • All
    • None

    Description

      In case of command

      cassandra-stress user profile=abc.yaml ...

      and yaml file:

      table_definition: | 
        CREATE TABLE prftest1.process_data (
        id uuid,
        id2 uuid,
        data blob,
        PRIMARY KEY (id, id2)
      
      columnspec: 
        - name: id 
          population: seq(1..10) 
        - name: id2 
          population: seq(1..10)
        - name: data 
          size: uniform(5..10) 
          population: seq(1..100)

      the values for id2 (with type uuid) are all the same (not random). 

       

      NOTE: in case of type bigint for id and id2, the values for id2 are random items. 

      It seems as possible issue in case of uuid column type see attached picture

      Attachments

        Activity

          People

            Unassigned Unassigned
            george0st jist
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: