[
https://issues.apache.org/jira/browse/HBASE-27595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683362#comment-17683362
]
Hudson commented on HBASE-27595:
--------------------------------
Results for branch master
[build #767 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/767/]:
(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/master/767/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/767/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/master/767/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}
> ThreadGroup is removed since Hadoop 3.2.4
> -----------------------------------------
>
> Key: HBASE-27595
> URL: https://issues.apache.org/jira/browse/HBASE-27595
> Project: HBase
> Issue Type: Test
> Reporter: tianhang tang
> Assignee: tianhang tang
> Priority: Minor
> Fix For: 2.6.0, 3.0.0-alpha-4, 2.5.4
>
>
> Found lots of WARNING in UT log:
> {code:java}
> 2023-01-26T05:26:18,869 WARN [FsDatasetAsyncDiskServiceFixer]
> hbase.HBaseTestingUtil$FsDatasetAsyncDiskServiceFixer(617): failed to reset
> thread pool timeout for FsDatasetAsyncDiskService
> java.lang.NoSuchFieldException: threadGroup
> at java.lang.Class.getDeclaredField(Class.java:2411) ~[?:?]
> at
> org.apache.hadoop.hbase.HBaseTestingUtil$FsDatasetAsyncDiskServiceFixer.run(HBaseTestingUtil.java:609)
> ~[test-classes/:?]
> {code}
> FsDatasetAsyncDiskServiceFixer is introduced by
> [HBASE-27148|https://issues.apache.org/jira/browse/HBASE-27148], to prevent
> unexpected kill.
> But Hadoop 3.2.4 has fixed this issue
> [HDFS-16586|https://issues.apache.org/jira/browse/HDFS-16586] and for now
> HBase use 3.2.4 on branch master.
> So I think maybe can remove these code.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)