[
https://issues.apache.org/jira/browse/CASSANDRA-6337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13820436#comment-13820436
]
Jonathan Ellis commented on CASSANDRA-6337:
-------------------------------------------
+1
> 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
>
> Attachments: 0001-Set-minTimestamp-correctly.patch
>
>
> 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)