hbase icon indicating copy to clipboard operation
hbase copied to clipboard

HBASE-28046 adding capability for moving all servers between 2 rs groups

Open nikita15p opened this issue 2 years ago • 9 comments

Adding capability to move_servers_rsgroup for all servers without explicitly passing server

nikita15p avatar Oct 25 '23 03:10 nikita15p

:broken_heart: -1 overall

Vote Subsystem Runtime Comment
+0 :ok: reexec 0m 25s Docker mode activated.
_ Prechecks _
+1 :green_heart: dupname 0m 0s No case conflicting files found.
+0 :ok: prototool 0m 0s prototool was not available.
+1 :green_heart: hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 :green_heart: @author 0m 0s The patch does not contain any @author tags.
_ master Compile Tests _
+0 :ok: mvndep 0m 13s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 52s master passed
+1 :green_heart: compile 4m 27s master passed
+1 :green_heart: checkstyle 1m 30s master passed
+1 :green_heart: spotless 0m 44s branch has no errors when running spotless:check.
+1 :green_heart: spotbugs 5m 10s master passed
_ Patch Compile Tests _
+0 :ok: mvndep 0m 11s Maven dependency ordering for patch
+1 :green_heart: mvninstall 2m 31s the patch passed
+1 :green_heart: compile 4m 20s the patch passed
+1 :green_heart: cc 4m 20s the patch passed
+1 :green_heart: javac 4m 20s the patch passed
-0 :warning: checkstyle 0m 13s hbase-client: The patch generated 11 new + 4 unchanged - 0 fixed = 15 total (was 4)
-0 :warning: checkstyle 0m 32s hbase-server: The patch generated 13 new + 0 unchanged - 0 fixed = 13 total (was 0)
-0 :warning: checkstyle 0m 29s hbase-thrift: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-0 :warning: rubocop 0m 8s The patch generated 12 new + 67 unchanged - 2 fixed = 79 total (was 69)
-0 :warning: whitespace 0m 0s The patch has 3 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
+1 :green_heart: hadoopcheck 9m 35s Patch does not cause any errors with Hadoop 3.2.4 3.3.6.
+1 :green_heart: hbaseprotoc 1m 43s the patch passed
-1 :x: spotless 0m 17s patch has 67 errors when running spotless:check, run spotless:apply to fix.
-1 :x: spotbugs 1m 32s hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
_ Other Tests _
+1 :green_heart: asflicense 0m 37s The patch does not generate ASF License warnings.
48m 22s
Reason Tests
FindBugs module:hbase-server
Useless object stored in variable movedServers of method org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl.moveAllServers(String, String) At RSGroupInfoManagerImpl.java:movedServers of method org.apache.hadoop.hbase.rsgroup.RSGroupInfoManagerImpl.moveAllServers(String, String) At RSGroupInfoManagerImpl.java:[line 359]
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/5477
Optional Tests dupname asflicense javac spotbugs hadoopcheck hbaseanti spotless checkstyle compile cc hbaseprotoc prototool rubocop
uname Linux f2da34429870 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 master / 2399539510
Default Java Eclipse Adoptium-11.0.17+8
checkstyle https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-general-check/output/diff-checkstyle-hbase-client.txt
checkstyle https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-general-check/output/diff-checkstyle-hbase-server.txt
checkstyle https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-general-check/output/diff-checkstyle-hbase-thrift.txt
rubocop https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-general-check/output/diff-patch-rubocop.txt
whitespace https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-general-check/output/whitespace-eol.txt
spotless https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-general-check/output/patch-spotless.txt
spotbugs https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-general-check/output/new-spotbugs-hbase-server.html
Max. process+thread count 82 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-server hbase-thrift hbase-shell U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/console
versions git=2.34.1 maven=3.8.6 spotbugs=4.7.3 rubocop=1.37.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Oct 25 '23 04:10 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Comment
+0 :ok: reexec 0m 26s Docker mode activated.
-0 :warning: yetus 0m 2s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 13s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 59s master passed
+1 :green_heart: compile 2m 11s master passed
+1 :green_heart: shadedjars 5m 27s branch has no errors when building our shaded downstream artifacts.
+1 :green_heart: javadoc 1m 22s master passed
_ Patch Compile Tests _
+0 :ok: mvndep 0m 10s Maven dependency ordering for patch
+1 :green_heart: mvninstall 2m 42s the patch passed
+1 :green_heart: compile 2m 10s the patch passed
+1 :green_heart: javac 2m 10s the patch passed
+1 :green_heart: shadedjars 5m 24s patch has no errors when building our shaded downstream artifacts.
+1 :green_heart: javadoc 1m 21s the patch passed
_ Other Tests _
+1 :green_heart: unit 0m 33s hbase-protocol-shaded in the patch passed.
+1 :green_heart: unit 1m 34s hbase-client in the patch passed.
+1 :green_heart: unit 211m 27s hbase-server in the patch passed.
+1 :green_heart: unit 6m 36s hbase-thrift in the patch passed.
-1 :x: unit 7m 52s hbase-shell in the patch failed.
256m 54s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/5477
Optional Tests javac javadoc unit shadedjars compile
uname Linux 06dbc09e8dac 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 master / 2399539510
Default Java Eclipse Adoptium-11.0.17+8
unit https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-jdk11-hadoop3-check/output/patch-unit-hbase-shell.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/testReport/
Max. process+thread count 4677 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-server hbase-thrift hbase-shell U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/console
versions git=2.34.1 maven=3.8.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Oct 25 '23 07:10 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Comment
+0 :ok: reexec 0m 39s Docker mode activated.
-0 :warning: yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 10s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 26s master passed
+1 :green_heart: compile 2m 3s master passed
+1 :green_heart: shadedjars 4m 45s branch has no errors when building our shaded downstream artifacts.
+1 :green_heart: javadoc 1m 19s master passed
_ Patch Compile Tests _
+0 :ok: mvndep 0m 13s Maven dependency ordering for patch
+1 :green_heart: mvninstall 2m 17s the patch passed
+1 :green_heart: compile 2m 2s the patch passed
+1 :green_heart: javac 2m 2s the patch passed
+1 :green_heart: shadedjars 4m 47s patch has no errors when building our shaded downstream artifacts.
+1 :green_heart: javadoc 1m 19s the patch passed
_ Other Tests _
+1 :green_heart: unit 0m 30s hbase-protocol-shaded in the patch passed.
+1 :green_heart: unit 1m 14s hbase-client in the patch passed.
-1 :x: unit 226m 16s hbase-server in the patch failed.
+1 :green_heart: unit 7m 9s hbase-thrift in the patch passed.
-1 :x: unit 7m 12s hbase-shell in the patch failed.
269m 34s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/5477
Optional Tests javac javadoc unit shadedjars compile
uname Linux 8932744b7dbf 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / 2399539510
Default Java Temurin-1.8.0_352-b08
unit https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-jdk8-hadoop3-check/output/patch-unit-hbase-server.txt
unit https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/artifact/yetus-jdk8-hadoop3-check/output/patch-unit-hbase-shell.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/testReport/
Max. process+thread count 4008 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-server hbase-thrift hbase-shell U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/1/console
versions git=2.34.1 maven=3.8.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Oct 25 '23 08:10 Apache-HBase

:confetti_ball: +1 overall

Vote Subsystem Runtime Comment
+0 :ok: reexec 0m 24s Docker mode activated.
_ Prechecks _
+1 :green_heart: dupname 0m 0s No case conflicting files found.
+0 :ok: prototool 0m 1s prototool was not available.
+1 :green_heart: hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 :green_heart: @author 0m 0s The patch does not contain any @author tags.
_ master Compile Tests _
+0 :ok: mvndep 0m 10s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 31s master passed
+1 :green_heart: compile 4m 27s master passed
+1 :green_heart: checkstyle 1m 26s master passed
+1 :green_heart: spotless 0m 39s branch has no errors when running spotless:check.
+1 :green_heart: spotbugs 5m 3s master passed
_ Patch Compile Tests _
+0 :ok: mvndep 0m 11s Maven dependency ordering for patch
+1 :green_heart: mvninstall 2m 36s the patch passed
+1 :green_heart: compile 4m 22s the patch passed
+1 :green_heart: cc 4m 22s the patch passed
+1 :green_heart: javac 4m 22s the patch passed
+1 :green_heart: checkstyle 1m 26s the patch passed
-0 :warning: rubocop 0m 9s The patch generated 12 new + 67 unchanged - 2 fixed = 79 total (was 69)
-0 :warning: whitespace 0m 0s The patch has 1 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
+1 :green_heart: hadoopcheck 9m 31s Patch does not cause any errors with Hadoop 3.2.4 3.3.6.
+1 :green_heart: hbaseprotoc 1m 45s the patch passed
+1 :green_heart: spotless 0m 39s patch has no errors when running spotless:check.
+1 :green_heart: spotbugs 5m 41s the patch passed
_ Other Tests _
+1 :green_heart: asflicense 0m 36s The patch does not generate ASF License warnings.
48m 13s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/5477
Optional Tests dupname asflicense javac spotbugs hadoopcheck hbaseanti spotless checkstyle compile cc hbaseprotoc prototool rubocop
uname Linux 3be300f3ec44 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 master / 13d46e7f8c
Default Java Eclipse Adoptium-11.0.17+8
rubocop https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/artifact/yetus-general-check/output/diff-patch-rubocop.txt
whitespace https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/artifact/yetus-general-check/output/whitespace-eol.txt
Max. process+thread count 82 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-server hbase-thrift hbase-shell U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/console
versions git=2.34.1 maven=3.8.6 spotbugs=4.7.3 rubocop=1.37.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Oct 25 '23 08:10 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Comment
+0 :ok: reexec 0m 25s Docker mode activated.
-0 :warning: yetus 0m 2s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 10s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 42s master passed
+1 :green_heart: compile 2m 9s master passed
+1 :green_heart: shadedjars 5m 20s branch has no errors when building our shaded downstream artifacts.
+1 :green_heart: javadoc 1m 20s master passed
_ Patch Compile Tests _
+0 :ok: mvndep 0m 11s Maven dependency ordering for patch
+1 :green_heart: mvninstall 2m 41s the patch passed
+1 :green_heart: compile 2m 7s the patch passed
+1 :green_heart: javac 2m 7s the patch passed
+1 :green_heart: shadedjars 5m 20s patch has no errors when building our shaded downstream artifacts.
+1 :green_heart: javadoc 1m 22s the patch passed
_ Other Tests _
+1 :green_heart: unit 0m 34s hbase-protocol-shaded in the patch passed.
+1 :green_heart: unit 1m 32s hbase-client in the patch passed.
+1 :green_heart: unit 209m 28s hbase-server in the patch passed.
+1 :green_heart: unit 6m 37s hbase-thrift in the patch passed.
-1 :x: unit 7m 48s hbase-shell in the patch failed.
254m 16s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/5477
Optional Tests javac javadoc unit shadedjars compile
uname Linux e4e1060511d8 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 master / 13d46e7f8c
Default Java Eclipse Adoptium-11.0.17+8
unit https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/artifact/yetus-jdk11-hadoop3-check/output/patch-unit-hbase-shell.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/testReport/
Max. process+thread count 4667 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-server hbase-thrift hbase-shell U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/console
versions git=2.34.1 maven=3.8.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Oct 25 '23 12:10 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Comment
+0 :ok: reexec 0m 31s Docker mode activated.
-0 :warning: yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 11s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 24s master passed
+1 :green_heart: compile 2m 3s master passed
+1 :green_heart: shadedjars 4m 44s branch has no errors when building our shaded downstream artifacts.
+1 :green_heart: javadoc 1m 14s master passed
_ Patch Compile Tests _
+0 :ok: mvndep 0m 13s Maven dependency ordering for patch
+1 :green_heart: mvninstall 2m 18s the patch passed
+1 :green_heart: compile 2m 5s the patch passed
+1 :green_heart: javac 2m 5s the patch passed
+1 :green_heart: shadedjars 4m 44s patch has no errors when building our shaded downstream artifacts.
+1 :green_heart: javadoc 1m 19s the patch passed
_ Other Tests _
+1 :green_heart: unit 0m 30s hbase-protocol-shaded in the patch passed.
+1 :green_heart: unit 1m 18s hbase-client in the patch passed.
-1 :x: unit 252m 11s hbase-server in the patch failed.
+1 :green_heart: unit 8m 4s hbase-thrift in the patch passed.
-1 :x: unit 7m 48s hbase-shell in the patch failed.
297m 6s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/5477
Optional Tests javac javadoc unit shadedjars compile
uname Linux 99adaf255dad 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / 13d46e7f8c
Default Java Temurin-1.8.0_352-b08
unit https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/artifact/yetus-jdk8-hadoop3-check/output/patch-unit-hbase-server.txt
unit https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/artifact/yetus-jdk8-hadoop3-check/output/patch-unit-hbase-shell.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/testReport/
Max. process+thread count 4466 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-server hbase-thrift hbase-shell U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/2/console
versions git=2.34.1 maven=3.8.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Oct 25 '23 13:10 Apache-HBase

:confetti_ball: +1 overall

Vote Subsystem Runtime Comment
+0 :ok: reexec 2m 10s Docker mode activated.
_ Prechecks _
+1 :green_heart: dupname 0m 0s No case conflicting files found.
+0 :ok: prototool 0m 0s prototool was not available.
+1 :green_heart: hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 :green_heart: @author 0m 0s The patch does not contain any @author tags.
_ master Compile Tests _
+0 :ok: mvndep 0m 39s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 56s master passed
+1 :green_heart: compile 4m 21s master passed
+1 :green_heart: checkstyle 1m 25s master passed
+1 :green_heart: spotless 0m 40s branch has no errors when running spotless:check.
+1 :green_heart: spotbugs 5m 4s master passed
_ Patch Compile Tests _
+0 :ok: mvndep 0m 10s Maven dependency ordering for patch
+1 :green_heart: mvninstall 2m 31s the patch passed
+1 :green_heart: compile 4m 19s the patch passed
+1 :green_heart: cc 4m 19s the patch passed
+1 :green_heart: javac 4m 19s the patch passed
+1 :green_heart: checkstyle 1m 27s the patch passed
-0 :warning: rubocop 0m 8s The patch generated 12 new + 67 unchanged - 2 fixed = 79 total (was 69)
-0 :warning: whitespace 0m 0s The patch has 1 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
+1 :green_heart: hadoopcheck 10m 6s Patch does not cause any errors with Hadoop 3.2.4 3.3.6.
+1 :green_heart: hbaseprotoc 1m 40s the patch passed
+1 :green_heart: spotless 0m 38s patch has no errors when running spotless:check.
+1 :green_heart: spotbugs 5m 35s the patch passed
_ Other Tests _
+1 :green_heart: asflicense 0m 35s The patch does not generate ASF License warnings.
50m 44s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/3/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/5477
Optional Tests dupname asflicense javac spotbugs hadoopcheck hbaseanti spotless checkstyle compile cc hbaseprotoc prototool rubocop
uname Linux 399a6266fbd0 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 master / 0749fad448
Default Java Eclipse Adoptium-11.0.17+8
rubocop https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/3/artifact/yetus-general-check/output/diff-patch-rubocop.txt
whitespace https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/3/artifact/yetus-general-check/output/whitespace-eol.txt
Max. process+thread count 82 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-server hbase-thrift hbase-shell U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/3/console
versions git=2.34.1 maven=3.8.6 spotbugs=4.7.3 rubocop=1.37.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Oct 29 '23 06:10 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Comment
+0 :ok: reexec 2m 18s Docker mode activated.
-0 :warning: yetus 0m 2s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 14s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 58s master passed
+1 :green_heart: compile 2m 11s master passed
+1 :green_heart: shadedjars 5m 22s branch has no errors when building our shaded downstream artifacts.
+1 :green_heart: javadoc 1m 23s master passed
_ Patch Compile Tests _
+0 :ok: mvndep 0m 12s Maven dependency ordering for patch
+1 :green_heart: mvninstall 2m 44s the patch passed
+1 :green_heart: compile 2m 11s the patch passed
+1 :green_heart: javac 2m 11s the patch passed
+1 :green_heart: shadedjars 5m 18s patch has no errors when building our shaded downstream artifacts.
+1 :green_heart: javadoc 1m 21s the patch passed
_ Other Tests _
+1 :green_heart: unit 0m 34s hbase-protocol-shaded in the patch passed.
+1 :green_heart: unit 1m 37s hbase-client in the patch passed.
+1 :green_heart: unit 213m 34s hbase-server in the patch passed.
+1 :green_heart: unit 6m 35s hbase-thrift in the patch passed.
-1 :x: unit 7m 50s hbase-shell in the patch failed.
261m 2s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/3/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/5477
Optional Tests javac javadoc unit shadedjars compile
uname Linux b5c22b5d6e39 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 master / 0749fad448
Default Java Eclipse Adoptium-11.0.17+8
unit https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/3/artifact/yetus-jdk11-hadoop3-check/output/patch-unit-hbase-shell.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/3/testReport/
Max. process+thread count 4904 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-server hbase-thrift hbase-shell U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/3/console
versions git=2.34.1 maven=3.8.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Oct 29 '23 10:10 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Comment
+0 :ok: reexec 3m 18s Docker mode activated.
-0 :warning: yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 14s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 16s master passed
+1 :green_heart: compile 2m 2s master passed
+1 :green_heart: shadedjars 4m 40s branch has no errors when building our shaded downstream artifacts.
+1 :green_heart: javadoc 1m 18s master passed
_ Patch Compile Tests _
+0 :ok: mvndep 0m 12s Maven dependency ordering for patch
+1 :green_heart: mvninstall 2m 17s the patch passed
+1 :green_heart: compile 2m 2s the patch passed
+1 :green_heart: javac 2m 2s the patch passed
+1 :green_heart: shadedjars 4m 41s patch has no errors when building our shaded downstream artifacts.
+1 :green_heart: javadoc 1m 20s the patch passed
_ Other Tests _
+1 :green_heart: unit 0m 30s hbase-protocol-shaded in the patch passed.
+1 :green_heart: unit 1m 16s hbase-client in the patch passed.
+1 :green_heart: unit 229m 33s hbase-server in the patch passed.
+1 :green_heart: unit 8m 0s hbase-thrift in the patch passed.
-1 :x: unit 7m 39s hbase-shell in the patch failed.
276m 23s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/3/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/5477
Optional Tests javac javadoc unit shadedjars compile
uname Linux 73afcf1e5ecb 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision master / 0749fad448
Default Java Temurin-1.8.0_352-b08
unit https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/3/artifact/yetus-jdk8-hadoop3-check/output/patch-unit-hbase-shell.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/3/testReport/
Max. process+thread count 4388 (vs. ulimit of 30000)
modules C: hbase-protocol-shaded hbase-client hbase-server hbase-thrift hbase-shell U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5477/3/console
versions git=2.34.1 maven=3.8.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Oct 29 '23 10:10 Apache-HBase