[
https://issues.apache.org/jira/browse/HBASE-27229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571612#comment-17571612
]
Andrew Kyle Purtell commented on HBASE-27229:
---------------------------------------------
Approved the PR. It's a notable change for the metric so please add a release
note.
> BucketCache statistics should not count evictions by hfile
> ----------------------------------------------------------
>
> Key: HBASE-27229
> URL: https://issues.apache.org/jira/browse/HBASE-27229
> Project: HBase
> Issue Type: Improvement
> Reporter: Bryan Beaudreault
> Assignee: Bryan Beaudreault
> Priority: Major
> Labels: patch-available
> Fix For: 2.5.0, 3.0.0-alpha-4
>
>
> The eviction metrics are helpful for determining how much access-related
> churn there is in your block cache. The LruBlockCache properly ignores
> evictions by invalidation of HFile, but the BucketCache tracks them.
> We should make the BucketCache work similarly so that one can get an accurate
> view of the evictions occurring through too much random access or too large
> working set.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)