Marcus Eriksson created CASSANDRA-14411:
-------------------------------------------

             Summary: Use Bounds instead of Range to represent sstable 
first/last token when checking how to anticompact sstables
                 Key: CASSANDRA-14411
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14411
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Marcus Eriksson
            Assignee: Marcus Eriksson


There is currently a chance of missing marking a token as repaired due to the 
fact that we use Range which are (a, b] to represent first/last token in 
sstables instead of Bounds which are [a, b].



--
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