You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2019/11/06 00:25:41 UTC

[GitHub] [samza] bkonold opened a new pull request #1209: SAMZA-2324: Adding KV store metrics for rocksdb

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:
users@infra.apache.org


With regards,
Apache Git Services