Dave Brosius created CASSANDRA-4263:
---------------------------------------
Summary: 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
Priority: Trivial
Fix For: 1.2
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