[
https://issues.apache.org/jira/browse/HBASE-27997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791468#comment-17791468
]
Hudson commented on HBASE-27997:
--------------------------------
Results for branch branch-2
[build #933 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/933/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/933/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/933/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/933/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/933/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Enhance prefetch executor to record region prefetch information along with
> the list of hfiles prefetched
> --------------------------------------------------------------------------------------------------------
>
> Key: HBASE-27997
> URL: https://issues.apache.org/jira/browse/HBASE-27997
> Project: HBase
> Issue Type: Sub-task
> Components: BucketCache
> Affects Versions: 2.6.0, 3.0.0-alpha-4
> Reporter: Rahul Agarkar
> Assignee: Rahul Agarkar
> Priority: Major
> Fix For: 3.0.0-beta-1, 4.0.0-alpha-1
>
>
> HBASE-27313 implemented the prefetch persistence feature where it persists
> the list of hFiles prefetched in the bucket cache. This information is used
> to reconstruct the cache in the event of a server restart/crash.
> Currently, only the list of hFiles is persisted.
> However, for the new PrefetchAwareLoadBalancer (work in progress) to work, we
> need the information about how much a region is prefetched on a region server.
> This Jira introduces an additional map in the prefetch executor to maintain
> the information about how much a region has been prefetched on that region
> server. The size of region server prefetched is calculated as the total size
> of all hFiles prefetched for that region.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)