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

delete with timestamp long.MAX_VALUE for the whole key creates tombstone that cannot be removed.

    XMLWordPrintableJSON

Details

    • Normal

    Description

      In db/compaction/LazilyCompactedRow.java
      we only check for < MaxPurgeableTimeStamp

      eg:

      (this.maxRowTombstone.markedForDeleteAt < getMaxPurgeableTimestamp())

      this should probably be <=

      Attachments

        Activity

          People

            jkni Joel Knighton
            ian.ilsley@datastax.com Ian Ilsley
            Joel Knighton
            Branimir Lambov
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: