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

List Append order is wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Normal
    • Resolution: Unresolved
    • 3.11.x
    • None
    • cassandra 2.1.13

    • Normal

    Description

      "INSERT INTO collection_type(key,normal_column,list_column) VALUES ('k','value',[ '#293847','#323442' ]);"

      "UPDATE collection_type SET list_column=list_column+'#611987' WHERE key='k`;"

      Using 2.1.7.1 java driver to run Update query, the output is: '#611987', '#293847','#323442'

      Using DevCenter 1.3.1 to execute Update query, result is in correct order: '#293847','#323442', '#611987'

      The error happened in 3 node cluster. In local, one node is working properly.
      (all Cassandra 2.1.13. )

      Is it related to internal message processing?

      Attachments

        Activity

          People

            slebresne Sylvain Lebresne
            jasonstack Zhao Yang
            Sylvain Lebresne
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: