[
https://issues.apache.org/jira/browse/CASSANDRA-4263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Ellis updated CASSANDRA-4263:
--------------------------------------
Reviewer: jbellis
Fix Version/s: (was: 1.2)
1.1.1
Assignee: Dave Brosius
Let's go ahead to commit to 1.1 as well.
> 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