[
https://issues.apache.org/jira/browse/SAMZA-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Riccomini reassigned SAMZA-446:
-------------------------------------
Assignee: Chris Riccomini
> 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
> Assignee: Chris Riccomini
> Fix For: 0.8.0
>
> Attachments: SAMZA-446-0.patch
>
>
> 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)