Branimir Lambov created CASSANDRA-14870:
-------------------------------------------

             Summary: The order of application of nodetool garbagecollect is 
broken
                 Key: CASSANDRA-14870
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14870
             Project: Cassandra
          Issue Type: Bug
            Reporter: Branimir Lambov
            Assignee: Branimir Lambov


{{nodetool garbagecollect}} was intended to work from oldest sstable to newest, 
so that the collection in newer tables can purge tombstones over data that has 
been deleted.

However, {{SSTableReader.maxTimestampComparator}} currently sorts in the 
opposite order (the order changed in CASSANDRA-13776 and then back in 
CASSANDRA-14010), which makes the garbage collection unable to purge any 
tombstones.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to