You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Naveen (JIRA)" <ji...@apache.org> on 2014/10/24 23:55:34 UTC

[jira] [Updated] (SAMZA-446) RocksDB: Fix misconfiguration of block cache size

     [ https://issues.apache.org/jira/browse/SAMZA-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Naveen updated SAMZA-446:
-------------------------
    Summary: RocksDB: Fix misconfiguration of block cache size  (was: Fix misconfiguration of block cache size)

> RocksDB: Fix misconfiguration of block cache size
> -------------------------------------------------
>
>                 Key: SAMZA-446
>                 URL: https://issues.apache.org/jira/browse/SAMZA-446
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Naveen
>
> 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 should be sufficient.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)