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:23:17 UTC

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

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

Marcus Eriksson updated CASSANDRA-6337:
---------------------------------------

    Attachment: 0001-Set-minTimestamp-correctly.patch

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