[ 
https://issues.apache.org/jira/browse/CASSANDRA-14870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

C. Scott Andreas updated CASSANDRA-14870:
-----------------------------------------
    Component/s: Compaction

> 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
>          Components: Compaction
>            Reporter: Branimir Lambov
>            Assignee: Branimir Lambov
>            Priority: Major
>
> {{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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to