Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-446

RocksDB: Fix misconfiguration of block cache size

Agile BoardAttach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0
    • 0.8.0
    • None
    • None

    Description

      If rocksdb.cache.size.bytes is set, then it's not equally divided among all the containers, we can get rid of this configuration
      cacheSizePerContainer = storeConfig.getLong("rocksdb.cache.size.bytes", cacheSizePerContainer)

      We already have an configuration:
      val cacheSize = storeConfig.getLong("container.cache.size.bytes", 100 * 1024 * 1024L)
      which sets the block cache and is set divided amongst all tasks, which should be sufficient.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            criccomini Chris Riccomini
            naveenatceg Naveen Somasundaram
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment