Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The recording level for all metrics will be INFO.

The following change to the RocksDBConfigSetter interface is needed to get a cache that is possibly instantiated in an implementation of the config setter. Unfortunately, RocksDB's Java API does not offer a way to get the cache from the RocksDB instance. However, the metrics in this KIP need to know the cache that is used by the RocksDB instance to be able to aggregate the values correctly over the segments of a segmented state store.

...

languagejava
titleRocksDBConfigSetter.java

...

Proposed Changes

In this section, we will explain the meaning of the metrics listed in the previous section. To better understand the metrics, some basic concepts of RocksDB need to be explained first.

...