You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by Aleksandar Bircakovic <a....@levi9.com> on 2015/09/08 15:41:17 UTC

Review Request 38180: SAMZA-436 Update RocksDB KV's putAll to use write batch

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38180/
-----------------------------------------------------------

Review request for samza.


Repository: samza


Description
-------

WriteBatch is now used inside RocksDB putAll implementation instead of put sequence.


Diffs
-----

  samza-kv-rocksdb/src/main/scala/org/apache/samza/storage/kv/RocksDbKeyValueStore.scala a423f7b 

Diff: https://reviews.apache.org/r/38180/diff/


Testing
-------


Thanks,

Aleksandar Bircakovic