Omkar Deshpande created SAMZA-2267:
--------------------------------------
Summary: Allow overriding RocksDB file size parameters
Key: SAMZA-2267
URL: https://issues.apache.org/jira/browse/SAMZA-2267
Project: Samza
Issue Type: Improvement
Components: kv-store
Affects Versions: 1.1
Reporter: Omkar Deshpande
Allow following properties for rocksdb to be overriden from samza configuration
-
"rocksdb.delete.obsolete.files.period.micros" :
This property specifies the period in microseconds to delete obsolete files
regardless of files removed during compaction
"rocksdb.max.manifest.file.size" :
This property specifies the maximum size of the MANIFEST data file, after which
it is rotated. Default value is also the maximum, making it practically
unlimited: only one manifest file is used.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)