[
https://issues.apache.org/jira/browse/SAMZA-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Riccomini updated SAMZA-446:
----------------------------------
Affects Version/s: 0.8.0
> RocksDB: Fix misconfiguration of block cache size
> -------------------------------------------------
>
> Key: SAMZA-446
> URL: https://issues.apache.org/jira/browse/SAMZA-446
> Project: Samza
> Issue Type: Bug
> Affects Versions: 0.8.0
> Reporter: Naveen
> Fix For: 0.8.0
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)