Details

    • Sub-task
    • Status: Resolved
    • Urgent
    • Resolution: Duplicate
    • 3.0 alpha 1
    • None

    Description

      This test failure started with the 8099 commit.

      Error Message
      
      expected:<10> but was:<0>
      
      Stacktrace
      
      junit.framework.AssertionFailedError: expected:<10> but was:<0>
      	at org.apache.cassandra.db.RangeTombstoneTest.runCompactionWithRangeTombstoneAndCheckSecondaryIndex(RangeTombstoneTest.java:579)
      	at org.apache.cassandra.db.RangeTombstoneTest.testRowWithRangeTombstonesUpdatesSecondaryIndex(RangeTombstoneTest.java:455)
      

      Attachments

        Issue Links

          Activity

            mshuler Michael Shuler added a comment -

            slebresne please, delegate if needed!

            mshuler Michael Shuler added a comment - slebresne please, delegate if needed!

            I'm marking this duplicate of CASSANDRA-9705 because it is solved on that branch. The underlying failure is due to compaction not purging index entries anymore when they are deleted by a range tombstone. CASSANDRA-9705 needed a bunch of changes in the code related to this issue which made it easier to fix this, so I did it there.

            slebresne Sylvain Lebresne added a comment - I'm marking this duplicate of CASSANDRA-9705 because it is solved on that branch. The underlying failure is due to compaction not purging index entries anymore when they are deleted by a range tombstone. CASSANDRA-9705 needed a bunch of changes in the code related to this issue which made it easier to fix this, so I did it there.

            People

              slebresne Sylvain Lebresne
              mshuler Michael Shuler
              Sylvain Lebresne
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: