[
https://issues.apache.org/jira/browse/HBASE-27408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17637004#comment-17637004
]
Hudson commented on HBASE-27408:
--------------------------------
Results for branch branch-2
[build #685 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/685/]:
(/) *{color:green}+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/685/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/685/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/685/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/685/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}
> Improve BucketAllocatorException log to always include HFile name
> -----------------------------------------------------------------
>
> Key: HBASE-27408
> URL: https://issues.apache.org/jira/browse/HBASE-27408
> Project: HBase
> Issue Type: Improvement
> Reporter: Bryan Beaudreault
> Assignee: Bryan Beaudreault
> Priority: Major
> Fix For: 3.0.0-alpha-4, 2.5.2
>
>
> In HBASE-26444 the logging around BucketAllocatorException was improved. One
> thing I'm noticing is that I'm often seeing logs like this:
> {quote}2022-10-03T13:13:18,284 [main-BucketCacheWriter-0] WARN
> org.apache.hadoop.hbase.io.hfile.bucket.BucketCache: Most recent failed
> allocation after 60000 ms; Message: Allocation too big size=771956; adjust
> BucketCache sizes hbase.bucketcache.bucket.sizes to accomodate if size seems
> reasonable and you want it cached.
> {quote}
> According to the logic in the code, this means the failure was for an
> HFileBlock but the block's getColumnFamily and/or getTableName were null. I'm
> not sure why that is the case, we don't have any special customizations here.
> But as a result we don't print any indication of the hfile name. We should
> add an option to fallback here on the default printing which includes the
> re.getKey() (HFile name) in all cases.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)