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

Bugs handling range tombstones in the sstable iterators

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Urgent
    • Resolution: Fixed
    • 3.0.13, 3.11.0
    • None
    • None
    • Critical

    Description

      There is 2 bugs in the way sstable iterators handle range tombstones:

      1. empty range tombstones can be returned due to a strict comparison that shouldn't be.
      2. the sstable reversed iterator can actually return completely bogus results when range tombstones are spanning multiple index blocks.

      The 2 bugs are admittedly separate but as they both impact the same area of code and are both range tombstones related, I suggest just fixing both here (unless something really really mind).

      Marking the ticket critical mostly for the 2nd bug: it can truly make use return bad results on reverse queries.

      Attachments

        Activity

          People

            slebresne Sylvain Lebresne
            slebresne Sylvain Lebresne
            Sylvain Lebresne
            Branimir Lambov
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: