hbase icon indicating copy to clipboard operation
hbase copied to clipboard

HBASE-29223 Migrate Master Status Jamon page back to JSP (#6875)

Open PDavid opened this issue 3 weeks ago • 10 comments

Migrate Master Status Jamon page back to JSP (#6875)

The JSP code is equivalent to the Jamon code, just changed the syntax back to JSP. Request attributes are used to transfer data between JSP pages. Tried to preserve the code as much as possible but did some changes:

Sub-templates were usually extracted to separate JSP file (and included with <jsp:include), in some case it was extracted as Java method.

Extracted some sections from master page to separate JSP pages:

  • Software Attributes
  • Warnings

Extracted the long JavaScript from the master page which executes on page load to separate JS file.

Extracted some frequently used static methods to a new util class: MasterStatusUtil. Also added unit tests for the static methods in MasterStatusUtil.

Changed the Master Status page back to /master.jsp again. Now made sure that /master-status redirects to /master.jsp.

(cherry picked from commit be400115fb8bec896f4ff1bc048b2ff63a05b49d)

Fix TestMasterStatusUtil (#7416)

TestMasterStatusUtil.testGetFragmentationInfoTurnedOn failed in master nightly build

(cherry picked from commit 8ef271f837397688c26e215f2eee6e80408eb799) (cherry picked from commit d481a46654519a32669d4fc7b118abd28db24663)

PDavid avatar Dec 10 '25 09:12 PDavid

This is a backport of https://github.com/apache/hbase/pull/6875 to branch-2.5. Cherry-picked the branch-2 patch (https://github.com/apache/hbase/pull/7478). The reason is that in branch-2, branch-2.6 and branch-2.5 there is no org.apache.hadoop.hbase.rsgroup.RSGroupUtil or RSGroupInfoManager and also there are some other minor differences.

Also includes the addendum which fixes a test I introduced in the patch: (https://github.com/apache/hbase/commit/8ef271f837397688c26e215f2eee6e80408eb799)

PDavid avatar Dec 10 '25 09:12 PDavid

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 2m 0s Docker mode activated.
-0 :warning: yetus 0m 5s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2.5 Compile Tests _
+1 :green_heart: mvninstall 2m 36s branch-2.5 passed
+1 :green_heart: compile 0m 36s branch-2.5 passed
+1 :green_heart: javadoc 0m 20s branch-2.5 passed
+1 :green_heart: shadedjars 4m 34s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
-1 :x: mvninstall 1m 0s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 24s /patch-compile-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javac 0m 24s /patch-compile-hbase-server.txt hbase-server in the patch failed.
+1 :green_heart: javadoc 0m 18s the patch passed
-1 :x: shadedjars 3m 12s patch has 16 errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 0m 23s /patch-unit-hbase-server.txt hbase-server in the patch failed.
16m 7s
Subsystem Report/Notes
Docker ClientAPI=1.48 ServerAPI=1.48 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/7534
Optional Tests javac javadoc unit compile shadedjars
uname Linux 67c0305eef9f 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.5 / 4779221b7741100e7c1aeded5726347cc1b31d4d
Default Java Eclipse Adoptium-11.0.23+9
shadedjars https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/artifact/yetus-jdk11-hadoop3-check/output/patch-shadedjars.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/testReport/
Max. process+thread count 80 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Dec 10 '25 09:12 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 49s Docker mode activated.
-0 :warning: yetus 0m 7s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2.5 Compile Tests _
+1 :green_heart: mvninstall 3m 3s branch-2.5 passed
+1 :green_heart: compile 0m 46s branch-2.5 passed
+1 :green_heart: javadoc 0m 26s branch-2.5 passed
+1 :green_heart: shadedjars 5m 31s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
-1 :x: mvninstall 1m 7s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 29s /patch-compile-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javac 0m 29s /patch-compile-hbase-server.txt hbase-server in the patch failed.
+1 :green_heart: javadoc 0m 24s the patch passed
-1 :x: shadedjars 3m 53s patch has 16 errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 0m 30s /patch-unit-hbase-server.txt hbase-server in the patch failed.
17m 59s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/7534
Optional Tests javac javadoc unit compile shadedjars
uname Linux f126d2a2cd84 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.5 / 4779221b7741100e7c1aeded5726347cc1b31d4d
Default Java Temurin-1.8.0_412-b08
shadedjars https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/artifact/yetus-jdk8-hadoop2-check/output/patch-shadedjars.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/testReport/
Max. process+thread count 57 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Dec 10 '25 09:12 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 51s Docker mode activated.
-0 :warning: yetus 0m 6s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2.5 Compile Tests _
+1 :green_heart: mvninstall 3m 36s branch-2.5 passed
+1 :green_heart: compile 1m 23s branch-2.5 passed
+1 :green_heart: javadoc 0m 36s branch-2.5 passed
+1 :green_heart: shadedjars 7m 53s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
-1 :x: mvninstall 1m 45s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 40s /patch-compile-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javac 0m 40s /patch-compile-hbase-server.txt hbase-server in the patch failed.
+1 :green_heart: javadoc 0m 27s the patch passed
-1 :x: shadedjars 4m 40s patch has 16 errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 0m 39s /patch-unit-hbase-server.txt hbase-server in the patch failed.
23m 34s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/7534
Optional Tests javac javadoc unit compile shadedjars
uname Linux de874abec59a 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.5 / 4779221b7741100e7c1aeded5726347cc1b31d4d
Default Java Eclipse Adoptium-17.0.11+9
shadedjars https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/artifact/yetus-jdk17-hadoop3-check/output/patch-shadedjars.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/testReport/
Max. process+thread count 81 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Dec 10 '25 09:12 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 1m 1s Docker mode activated.
_ Prechecks _
+1 :green_heart: dupname 0m 0s No case conflicting files found.
+0 :ok: codespell 0m 0s codespell was not available.
+0 :ok: detsecrets 0m 0s detect-secrets was not available.
+0 :ok: jshint 0m 0s jshint was not available.
+1 :green_heart: @author 0m 0s The patch does not contain any @author tags.
+1 :green_heart: hbaseanti 0m 0s Patch does not have any anti-patterns.
_ branch-2.5 Compile Tests _
+1 :green_heart: mvninstall 3m 35s branch-2.5 passed
+1 :green_heart: compile 3m 7s branch-2.5 passed
+1 :green_heart: checkstyle 0m 36s branch-2.5 passed
+1 :green_heart: spotbugs 1m 40s branch-2.5 passed
+1 :green_heart: spotless 0m 49s branch has no errors when running spotless:check.
_ Patch Compile Tests _
-1 :x: mvninstall 1m 27s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 33s /patch-compile-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javac 0m 33s /patch-compile-hbase-server.txt hbase-server in the patch failed.
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
+1 :green_heart: checkstyle 0m 38s hbase-server: The patch generated 0 new + 0 unchanged - 3 fixed = 0 total (was 3)
+1 :green_heart: xmllint 0m 0s No new issues.
-1 :x: spotbugs 0m 34s /patch-spotbugs-hbase-server.txt hbase-server in the patch failed.
-1 :x: hadoopcheck 1m 30s The patch causes 16 errors with Hadoop v2.10.2.
-1 :x: hadoopcheck 3m 18s The patch causes 16 errors with Hadoop v3.2.4.
-1 :x: hadoopcheck 5m 6s The patch causes 16 errors with Hadoop v3.3.6.
-1 :x: hadoopcheck 6m 59s The patch causes 16 errors with Hadoop v3.4.1.
+1 :green_heart: spotless 0m 45s patch has no errors when running spotless:check.
_ Other Tests _
+1 :green_heart: asflicense 0m 11s The patch does not generate ASF License warnings.
23m 37s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/7534
Optional Tests dupname asflicense javac codespell detsecrets spotless spotbugs checkstyle compile hadoopcheck hbaseanti xmllint jshint
uname Linux 9f7d7bb63afe 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.5 / 4779221b7741100e7c1aeded5726347cc1b31d4d
Default Java Eclipse Adoptium-11.0.23+9
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/artifact/yetus-general-check/output/patch-javac-2.10.2.txt
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/artifact/yetus-general-check/output/patch-javac-3.2.4.txt
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/artifact/yetus-general-check/output/patch-javac-3.3.6.txt
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/artifact/yetus-general-check/output/patch-javac-3.4.1.txt
Max. process+thread count 77 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/1/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Dec 10 '25 09:12 Apache-HBase

:confetti_ball: +1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 1m 3s Docker mode activated.
_ Prechecks _
+1 :green_heart: dupname 0m 1s No case conflicting files found.
+0 :ok: codespell 0m 0s codespell was not available.
+0 :ok: detsecrets 0m 0s detect-secrets was not available.
+0 :ok: jshint 0m 0s jshint was not available.
+1 :green_heart: @author 0m 0s The patch does not contain any @author tags.
+1 :green_heart: hbaseanti 0m 0s Patch does not have any anti-patterns.
_ branch-2.5 Compile Tests _
+1 :green_heart: mvninstall 4m 6s branch-2.5 passed
+1 :green_heart: compile 3m 20s branch-2.5 passed
+1 :green_heart: checkstyle 0m 44s branch-2.5 passed
+1 :green_heart: spotbugs 1m 47s branch-2.5 passed
+1 :green_heart: spotless 0m 52s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+1 :green_heart: mvninstall 4m 0s the patch passed
+1 :green_heart: compile 3m 35s the patch passed
+1 :green_heart: javac 3m 35s the patch passed
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
+1 :green_heart: checkstyle 0m 51s hbase-server: The patch generated 0 new + 0 unchanged - 3 fixed = 0 total (was 3)
+1 :green_heart: xmllint 0m 0s No new issues.
+1 :green_heart: spotbugs 2m 23s the patch passed
+1 :green_heart: hadoopcheck 27m 13s Patch does not cause any errors with Hadoop 2.10.2 or 3.2.4 3.3.6 3.4.1.
+1 :green_heart: spotless 0m 55s patch has no errors when running spotless:check.
_ Other Tests _
+1 :green_heart: asflicense 0m 11s The patch does not generate ASF License warnings.
53m 18s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/7534
Optional Tests dupname asflicense javac codespell detsecrets spotless spotbugs checkstyle compile hadoopcheck hbaseanti xmllint jshint
uname Linux 1cb1ebe6fb69 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.5 / c9a947098b4445cc8aef8185c55aac1c6c7053f7
Default Java Eclipse Adoptium-11.0.23+9
Max. process+thread count 79 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/2/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Dec 10 '25 12:12 Apache-HBase

Testing

Tested this the same way, as I did for the master version:

  • https://github.com/apache/hbase/pull/6875#issuecomment-2772712499
  • https://github.com/apache/hbase/pull/6875#issuecomment-3196152945
localhost_16010_master jsp

PDavid avatar Dec 10 '25 14:12 PDavid

:confetti_ball: +1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 50s Docker mode activated.
-0 :warning: yetus 0m 6s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2.5 Compile Tests _
+1 :green_heart: mvninstall 3m 34s branch-2.5 passed
+1 :green_heart: compile 1m 3s branch-2.5 passed
+1 :green_heart: javadoc 0m 29s branch-2.5 passed
+1 :green_heart: shadedjars 6m 29s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 :green_heart: mvninstall 3m 1s the patch passed
+1 :green_heart: compile 0m 55s the patch passed
+1 :green_heart: javac 0m 55s the patch passed
+1 :green_heart: javadoc 0m 26s the patch passed
+1 :green_heart: shadedjars 6m 18s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 :green_heart: unit 185m 21s hbase-server in the patch passed.
213m 3s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/2/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/7534
Optional Tests javac javadoc unit compile shadedjars
uname Linux 6270cc863bb7 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.5 / c9a947098b4445cc8aef8185c55aac1c6c7053f7
Default Java Eclipse Adoptium-17.0.11+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/2/testReport/
Max. process+thread count 3480 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/2/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Dec 10 '25 15:12 Apache-HBase

:confetti_ball: +1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 47s Docker mode activated.
-0 :warning: yetus 0m 6s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2.5 Compile Tests _
+1 :green_heart: mvninstall 2m 24s branch-2.5 passed
+1 :green_heart: compile 0m 46s branch-2.5 passed
+1 :green_heart: javadoc 0m 25s branch-2.5 passed
+1 :green_heart: shadedjars 5m 25s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 :green_heart: mvninstall 2m 27s the patch passed
+1 :green_heart: compile 0m 41s the patch passed
+1 :green_heart: javac 0m 41s the patch passed
+1 :green_heart: javadoc 0m 24s the patch passed
+1 :green_heart: shadedjars 5m 24s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 :green_heart: unit 193m 0s hbase-server in the patch passed.
216m 21s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/2/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/7534
Optional Tests javac javadoc unit compile shadedjars
uname Linux bb9a15b2779c 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.5 / c9a947098b4445cc8aef8185c55aac1c6c7053f7
Default Java Temurin-1.8.0_412-b08
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/2/testReport/
Max. process+thread count 3018 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/2/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Dec 10 '25 15:12 Apache-HBase

:confetti_ball: +1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 49s Docker mode activated.
-0 :warning: yetus 0m 6s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ branch-2.5 Compile Tests _
+1 :green_heart: mvninstall 3m 35s branch-2.5 passed
+1 :green_heart: compile 0m 49s branch-2.5 passed
+1 :green_heart: javadoc 0m 27s branch-2.5 passed
+1 :green_heart: shadedjars 6m 34s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+1 :green_heart: mvninstall 2m 59s the patch passed
+1 :green_heart: compile 0m 49s the patch passed
+1 :green_heart: javac 0m 49s the patch passed
+1 :green_heart: javadoc 0m 26s the patch passed
+1 :green_heart: shadedjars 6m 37s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 :green_heart: unit 194m 9s hbase-server in the patch passed.
221m 46s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/2/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/7534
Optional Tests javac javadoc unit compile shadedjars
uname Linux a11d378cb224 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2.5 / c9a947098b4445cc8aef8185c55aac1c6c7053f7
Default Java Eclipse Adoptium-11.0.23+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/2/testReport/
Max. process+thread count 3073 (vs. ulimit of 30000)
modules C: hbase-server U: hbase-server
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-7534/2/console
versions git=2.34.1 maven=3.9.8
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Dec 10 '25 15:12 Apache-HBase