You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2015/01/30 01:59:34 UTC

[jira] [Commented] (SAMZA-543) Disable WAL in RocksDB KV store

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

Chris Riccomini commented on SAMZA-543:
---------------------------------------

[~theduderog], you might have a look at this as a way to increase recovery time on stateful job start.

> Disable WAL in RocksDB KV store
> -------------------------------
>
>                 Key: SAMZA-543
>                 URL: https://issues.apache.org/jira/browse/SAMZA-543
>             Project: Samza
>          Issue Type: Bug
>          Components: kv
>    Affects Versions: 0.9.0
>            Reporter: Chris Riccomini
>             Fix For: 0.9.0
>
>
> RocksDB uses a write-ahead log by default. This is unnecessary in Samza, since we have full durability from a state store's changelog topic. We should [disable the WAL|https://github.com/facebook/rocksdb/wiki/Basic-Operations#asynchronous-writes] in the RocksDB KV store.



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