bkonold opened a new pull request #1209: SAMZA-2324: Adding KV store metrics for rocksdb URL: https://github.com/apache/samza/pull/1209 1. size of store on disk, measured by calculating the size of each partition's rocksdb directory 2. maximum (serialized) record size This was first attempted in #1158, but reverted in #1194 because of an infinite loop problem with compareAndSet. This PR addresses that issue, and actively calculates store size on disk rather than relying on a rocksdb property.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
