[
https://issues.apache.org/jira/browse/FLINK-34386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weijie Guo updated FLINK-34386:
-------------------------------
Release Note:
Expose RocksDB bloom filter metrics to metric reporter:
BLOOM_FILTER_USEFUL: times bloom filter has avoided file reads.
BLOOM_FILTER_FULL_POSITIVE: times bloom FullFilter has not avoided the reads.
BLOOM_FILTER_FULL_TRUE_POSITIVE: times bloom FullFilter has not avoided the
reads and data actually exist.
was:
Some metrics are available from RocksDB Statistics:
BLOOM_FILTER_USEFUL: times bloom filter has avoided file reads.
BLOOM_FILTER_FULL_POSITIVE: times bloom FullFilter has not avoided the reads.
BLOOM_FILTER_FULL_TRUE_POSITIVE: times bloom FullFilter has not avoided the
reads and data actually exist.
> Add RocksDB bloom filter metrics
> --------------------------------
>
> Key: FLINK-34386
> URL: https://issues.apache.org/jira/browse/FLINK-34386
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / State Backends
> Affects Versions: 1.18.0
> Reporter: Jufang He
> Assignee: Jufang He
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.20.0
>
>
> In our production environment, with RocksDB bloom filter enabled, the
> performance optimization effect on task state reading is obvious. However,
> there is a lack of usage metrics for bloom filter, If these Metrics are
> reported via Metrics reporter, it is easy to monitor the effectiveness of
> bloom filter optimization.
> And these metrics are available from RocksDB Statistics:
> BLOOM_FILTER_USEFUL: times bloom filter has avoided file reads.
> BLOOM_FILTER_FULL_POSITIVE: times bloom FullFilter has not avoided the reads.
> BLOOM_FILTER_FULL_TRUE_POSITIVE: times bloom FullFilter has not avoided the
> reads and data actually exist.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)