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

Looks like Serializing cache broken in 1.1

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 1.1.0, 1.2.0 beta 1
    • None
    • None
    • Normal

    Description

      I get the following error while setting the row cache to be 1500 MB

      INFO 23:27:25,416 Initializing row cache with capacity of 1500 MBs and provider org.apache.cassandra.cache.SerializingCacheProvider
      java.lang.OutOfMemoryError: Java heap space
      Dumping heap to java_pid26402.hprof ...

      havent spend a lot of time looking into the issue but looks like SC constructor has

      .initialCapacity(capacity)
      .maximumWeightedCapacity(capacity)

      which 1500Mb

      Attachments

        Activity

          People

            vijay2win@yahoo.com Vijay
            vijay2win@yahoo.com Vijay
            Vijay
            Pavel Yaskevich
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: