You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Bruno Cadonna (Jira)" <ji...@apache.org> on 2020/04/28 08:58:00 UTC

[jira] [Created] (KAFKA-9924) Add RocksDB Memory Consumption to RocksDB Metrics

Bruno Cadonna created KAFKA-9924:
------------------------------------

             Summary: Add RocksDB Memory Consumption to RocksDB Metrics 
                 Key: KAFKA-9924
                 URL: https://issues.apache.org/jira/browse/KAFKA-9924
             Project: Kafka
          Issue Type: Improvement
          Components: streams
            Reporter: Bruno Cadonna


RocksDB's memory consumption should be added to the RocksDB metrics.

RocksDB's memory consumption can be retrieved with the following class:

https://github.com/facebook/rocksdb/blob/master/java/src/main/java/org/rocksdb/MemoryUtil.java

The memory consumption metrics should be added on client level and should be recorded on INFO level.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)