XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Cannot Reproduce
    • None
    • None
    • None
    • Cassandra 2.1.2

    • Normal

    Description

      In a table( pk, ck, value) with 1 partition key and 1 clustering key.

      SELECT * FROM table where pk='PK1' AND ck1='CK1' (full primary keys) -> will return a row that doesn't appear in range scan query (SELECT * FROM table where pk='PK1').

      I tested it with Java Driver 2.1.5 as well as DevCenter. Our environment has only 1 node and replication factor 1. It's our development DB, multiple developers are accessing it. And we are using client-side timestamp generator.

      If I use nodetool to compact this table, this ghost data will disappear.

      What can be the cause? because of un-order timestamp?

      Thank you very much.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jasonstack Zhao Yang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: