[
https://issues.apache.org/jira/browse/CASSANDRA-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146566#comment-13146566
]
Jonathan Ellis commented on CASSANDRA-3474:
-------------------------------------------
Finally: the no-maxtimestamp default was to Long.MAX_VALUE when the correct one
is Long.MIN_VALUE. This only mattered if the stats file was missing
completely; if it existed but was a version earlier than h it would EOF out as
mentioned above.
> SSTableMetadata deserialization works but looks broken
> ------------------------------------------------------
>
> Key: CASSANDRA-3474
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3474
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.0.0
> Reporter: Jonathan Ellis
> Assignee: Jonathan Ellis
> Priority: Minor
> Fix For: 1.0.3
>
> Attachments: 3474.txt
>
>
> This is confusing:
> {code}
> . if (!descriptor.usesHistogramAndReplayPositionStatsFile)
> return deserialize(dis); // deserializes histogram
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira