[ https://issues.apache.org/jira/browse/HBASE-26048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17847485#comment-17847485 ]
Hudson commented on HBASE-26048: -------------------------------- Results for branch branch-2.6 [build #119 on builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/119/]: (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.6/119/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.6/119/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.6/119/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.6/119/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} > [JDK17] Replace the usage of deprecated API ThreadGroup.destroy() > ----------------------------------------------------------------- > > Key: HBASE-26048 > URL: https://issues.apache.org/jira/browse/HBASE-26048 > Project: HBase > Issue Type: Sub-task > Components: proc-v2 > Reporter: Wei-Chiu Chuang > Assignee: Duo Zhang > Priority: Major > Labels: pull-request-available > Fix For: 2.4.18, 2.7.0, 3.0.0-beta-2, 2.6.1, 2.5.9 > > > According to the JDK17 doc, ThreadGroup.destroy() is deprecated because > {quote}Deprecated, for removal: This API element is subject to removal in a > future version. > {quote} > The API and mechanism for destroying a ThreadGroup is inherently flawed. The > ability to explicitly or automatically destroy a thread group will be removed > in a future release. > [https://download.java.net/java/early_access/jdk17/docs/api/java.base/java/lang/ThreadGroup.html#destroy(]) > We don't necessarily need to remove this usage now, but the warning sounds > bad enough. -- This message was sent by Atlassian Jira (v8.20.10#820010)