Marcus Eriksson created CASSANDRA-6337:
------------------------------------------

             Summary: Set minTimestamp correctly to be able to drop expired 
sstables
                 Key: CASSANDRA-6337
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6337
             Project: Cassandra
          Issue Type: Bug
            Reporter: Marcus Eriksson
            Assignee: Marcus Eriksson
            Priority: Minor
             Fix For: 2.0.3


When calculating which sstables we can drop we set minTimestamp to 
Integer.MAX_VALUE, this is wrong since minTimestamp is a long, and in most 
cases minTimestamp on sstables is larger than Integer.MAX_VALUE.

We should set it to Long.MAX_VALUE, patch does that.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to