You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Marcus Eriksson (JIRA)" <ji...@apache.org> on 2013/11/12 20:21:17 UTC

[jira] [Created] (CASSANDRA-6337) Set minTimestamp correctly to be able to drop expired sstables

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)