[
https://issues.apache.org/jira/browse/HBASE-30240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18091109#comment-18091109
]
Hudson commented on HBASE-30240:
--------------------------------
Results for branch branch-2
[build #1446 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1446/]:
(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/1446/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/1446/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1446/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/1446/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1446/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
> TestPrefetchPersistence fails because of a file is not fully cached
> -------------------------------------------------------------------
>
> Key: HBASE-30240
> URL: https://issues.apache.org/jira/browse/HBASE-30240
> Project: HBase
> Issue Type: Sub-task
> Components: BucketCache, test
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.7
>
> Attachments: out
>
>
> {noformat}
> 2026-06-20T23:44:49,592 DEBUG [hfile-prefetch-1781970289521]
> bucket.BucketCache(2445): Prefetch executor completed for
> /home/zhangduo/hbase/code/hbase-server/target/test-data/93a585a9-e5a9-d554-3df6-1ac14eabc2ff/TestPrefetch0/6de8b2415ccc430db423ae697b3727bf,
> but only 53 data blocks were cached. Total data blocks for file: 55.
> Checking for blocks pending cache in cache writer queue.
> 2026-06-20T23:44:49,592 INFO [hfile-prefetch-1781970289521]
> bucket.BucketCache(2460): The total block count was 56. We found only 53 data
> blocks cached from a total of 55 data blocks for file
> /home/zhangduo/hbase/code/hbase-server/target/test-data/93a585a9-e5a9-d554-3df6-1ac14eabc2ff/TestPrefetch0/6de8b2415ccc430db423ae697b3727bf,
> but no blocks pending caching. Maybe cache is full or evictions happened
> concurrently to cache prefetch.
> 2026-06-20T23:44:49,593 DEBUG [hfile-prefetch-1781970289521]
> hfile.PrefetchExecutor(121): Prefetch completed for
> 6de8b2415ccc430db423ae697b3727bf
> {noformat}
> Found this in the test output, this means the file is not fully cached, we
> missed some data block in BucketCache, which fails the test.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)