Sylvain Lebresne created CASSANDRA-5372:
-------------------------------------------

             Summary: Broken default values for min/max timestamp
                 Key: CASSANDRA-5372
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5372
             Project: Cassandra
          Issue Type: Bug
    Affects Versions: 1.1.10
            Reporter: Sylvain Lebresne
            Assignee: Sylvain Lebresne
            Priority: Minor


When the SStableMetadata are not present (or are too hold), the default for the 
min and max timestamp used is not always correct. Namely, the default (i.e. 
when we don't know anything) for the min timestamp should be MIN_VALUE and the 
max timestamp should be MAX_VALUE.

And there is 2 places where we need to apply those default:
* if the metadata is an old one that don't have the info
* if we don't have any metadata component at all

The only default that is correct is the case fixed by CASSANDRA-5153, but even 
then it missed a number of occurrences of the problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to