Description
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.
Attachments
Issue Links
- links to