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

"SELECT" returns incorrect result in some cases

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Duplicate
    • None
    • None
    • None
    • Windows 7, DDC 3.4.0/3.5.0

    • Normal
    • 3.4

    Description

      In tables like
      "CREATE TABLE test (
      pk uuid,
      ck1 uuid,
      ck2 uuid,
      st text STATIC,
      data text,
      PRIMARY KEY (pk, ck1, ck2)
      );"
      after some inserts in one partition with not empty static column and restart of Cassandra, next sequence "insert -> select with same pk an cks" returns whole partition, this can be fixed by compaction. Default configuration was used.
      "CREATE KEYSPACE keyspace1
      WITH replication =

      { 'class' : 'SimpleStrategy', 'replication_factor' : 1 }

      ;"
      was used. Unable to reproduce this on 3.3.0. This might be associated with separation of sstables files, exact reason is unknown as well as exact conditions.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              Dizentegrator untitled
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: