You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Yan Fang (JIRA)" <ji...@apache.org> on 2014/10/27 17:36:33 UTC

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

    [ https://issues.apache.org/jira/browse/SAMZA-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14185338#comment-14185338 ] 

Yan Fang commented on SAMZA-446:
--------------------------------

+1

> 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)