Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-4263

LeveledManifest.maxBytesForLevel calculates wrong for sstable_size_in_mb larger than 512m

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.1.1
    • None
    • None
    • Low

    Description

      need to use long math

      if (level == 0)
      return 4 * maxSSTableSizeInMB * 1024 * 1024;

      Attachments

        1. use_long_math.diff
          1 kB
          Dave Brosius

        Activity

          People

            dbrosius David Brosius
            dbrosius@apache.org Dave Brosius
            David Brosius
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: