[
https://issues.apache.org/jira/browse/CASSANDRA-4263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280606#comment-13280606
]
Dave Brosius commented on CASSANDRA-4263:
-----------------------------------------
committed to 1.1 as e515e4b25b4839d8c15fbf0b747185d2fa93ca66
> LeveledManifest.maxBytesForLevel calculates wrong for sstable_size_in_mb
> larger than 512m
> -----------------------------------------------------------------------------------------
>
> Key: CASSANDRA-4263
> URL: https://issues.apache.org/jira/browse/CASSANDRA-4263
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Dave Brosius
> Assignee: Dave Brosius
> Priority: Trivial
> Fix For: 1.1.1
>
> Attachments: use_long_math.diff
>
>
> need to use long math
> if (level == 0)
> return 4 * maxSSTableSizeInMB * 1024 * 1024;
--
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