[
https://issues.apache.org/jira/browse/HBASE-29978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18065306#comment-18065306
]
Hudson commented on HBASE-29978:
--------------------------------
Results for branch branch-2
[build #1401 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1401/]:
(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/1401/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/1401/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/1401/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/1401/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/1401/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1401/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1401/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1401/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/1401/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
> Remove redundant imports in regionserver.jsp file
> -------------------------------------------------
>
> Key: HBASE-29978
> URL: https://issues.apache.org/jira/browse/HBASE-29978
> Project: HBase
> Issue Type: Improvement
> Components: UI
> Reporter: guluo
> Assignee: guluo
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.5, 2.5.14
>
>
> There are duplicate imports for 'import="org.apache.hadoop.hbase.ServerName"'
> in regionserver.jsp file。
> <%@ page contentType="text/html;charset=UTF-8"
> import="java.util.*"
> import="org.apache.hadoop.hbase.ServerName"
> import="org.apache.hadoop.hbase.util.*"
> import="org.apache.hadoop.hbase.regionserver.HRegionServer"
> import="org.apache.hadoop.hbase.client.RegionInfo"
> import="org.apache.hadoop.hbase.ServerName"
> import="org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil"
>
> import="org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.ServerInfo"
> import="org.apache.hadoop.hbase.zookeeper.MasterAddressTracker"
> import="org.apache.hadoop.hbase.regionserver.http.RSStatusConstants"
> %>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)