Skip to content

HBASE-27373 Fix new spotbugs warnings after upgrading spotbugs to 4.7.2 - #4789

Merged
Apache9 merged 1 commit into
apache:branch-2from
Apache9:HBASE-27373-branch-2
Sep 18, 2022
Merged

HBASE-27373 Fix new spotbugs warnings after upgrading spotbugs to 4.7.2#4789
Apache9 merged 1 commit into
apache:branch-2from
Apache9:HBASE-27373-branch-2

Conversation

@Apache9

Copy link
Copy Markdown
Contributor

No description provided.

@Apache9Apache9 self-assigned this Sep 16, 2022
@Apache9Apache9 changed the title Hbase 27373 branch 2HBASE-27373 Fix new spotbugs warnings after upgrading spotbugs to 4.7.2Sep 16, 2022
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 13sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+1 💚@author0m 0sThe patch does not contain any @author tags.
_ branch-2 Compile Tests _
+0 🆗mvndep0m 16sMaven dependency ordering for branch
+1 💚mvninstall2m 20sbranch-2 passed
+1 💚compile6m 24sbranch-2 passed
+1 💚checkstyle1m 3sbranch-2 passed
+1 💚spotless0m 42sbranch has no errors when running spotless:check.
-1 ❌spotbugs6m 20sroot in branch-2 has 49 extant spotbugs warnings.
-1 ❌spotbugs0m 44shbase-client in branch-2 has 11 extant spotbugs warnings.
-1 ❌spotbugs0m 28shbase-common in branch-2 has 6 extant spotbugs warnings.
-1 ❌spotbugs0m 16shbase-metrics in branch-2 has 1 extant spotbugs warnings.
-1 ❌spotbugs0m 26shbase-rest in branch-2 has 2 extant spotbugs warnings.
-1 ❌spotbugs1m 16shbase-server in branch-2 has 28 extant spotbugs warnings.
_ Patch Compile Tests _
+0 🆗mvndep0m 15sMaven dependency ordering for patch
+1 💚mvninstall2m 8sthe patch passed
+1 💚compile6m 29sthe patch passed
-0 ⚠️javac6m 29sroot generated 1 new + 1158 unchanged - 1 fixed = 1159 total (was 1159)
+1 💚checkstyle1m 2sroot: The patch generated 0 new + 48 unchanged - 5 fixed = 48 total (was 53)
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚xml0m 1sThe patch has no ill-formed XML file.
+1 💚hadoopcheck8m 5sPatch does not cause any errors with Hadoop 3.2.4 3.3.4.
+1 💚spotless0m 39spatch has no errors when running spotless:check.
+1 💚spotbugs0m 34shbase-common generated 0 new + 0 unchanged - 6 fixed = 0 total (was 6)
+1 💚spotbugs0m 22shbase-metrics generated 0 new + 0 unchanged - 1 fixed = 0 total (was 1)
+1 💚spotbugs0m 52shbase-client generated 0 new + 1 unchanged - 10 fixed = 1 total (was 11)
+1 💚spotbugs1m 24shbase-server generated 0 new + 0 unchanged - 28 fixed = 0 total (was 28)
+1 💚spotbugs0m 33shbase-rest generated 0 new + 0 unchanged - 2 fixed = 0 total (was 2)
+1 💚spotbugs6m 27sroot generated 0 new + 2 unchanged - 47 fixed = 2 total (was 49)
_ Other Tests _
+1 💚asflicense0m 57sThe patch does not generate ASF License warnings.
57m 15s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#4789
Optional Testsdupname asflicense javac spotbugs hadoopcheck hbaseanti spotless checkstyle compile xml
unameLinux bc56220c3487 5.4.0-109-generic #123-Ubuntu SMP Fri Apr 8 09:10:54 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 11b327f
Default JavaAdoptOpenJDK-1.8.0_282-b08
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/artifact/yetus-general-check/output/branch-spotbugs-root-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/artifact/yetus-general-check/output/branch-spotbugs-hbase-client-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/artifact/yetus-general-check/output/branch-spotbugs-hbase-common-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/artifact/yetus-general-check/output/branch-spotbugs-hbase-metrics-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/artifact/yetus-general-check/output/branch-spotbugs-hbase-rest-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/artifact/yetus-general-check/output/branch-spotbugs-hbase-server-warnings.html
javachttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/artifact/yetus-general-check/output/diff-compile-javac-root.txt
Max. process+thread count139 (vs. ulimit of 30000)
modulesC: hbase-common hbase-metrics hbase-client hbase-server hbase-rest . U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/console
versionsgit=2.17.1 maven=3.6.3 spotbugs=4.7.2
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 9sDocker mode activated.
-0 ⚠️yetus0m 4sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+0 🆗mvndep0m 19sMaven dependency ordering for branch
+1 💚mvninstall2m 50sbranch-2 passed
+1 💚compile1m 55sbranch-2 passed
+1 💚shadedjars3m 58sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc3m 24sbranch-2 passed
_ Patch Compile Tests _
+0 🆗mvndep0m 17sMaven dependency ordering for patch
+1 💚mvninstall2m 32sthe patch passed
+1 💚compile1m 49sthe patch passed
+1 💚javac1m 49sthe patch passed
+1 💚shadedjars3m 52spatch has no errors when building our shaded downstream artifacts.
+1 💚javadoc3m 20sthe patch passed
_ Other Tests _
+1 💚unit238m 1sroot in the patch passed.
266m 3s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR#4789
Optional Testsjavac javadoc unit shadedjars compile
unameLinux 71621254f23e 5.4.0-124-generic #140-Ubuntu SMP Thu Aug 4 02:23:37 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 11b327f
Default JavaAdoptOpenJDK-11.0.10+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/testReport/
Max. process+thread count4562 (vs. ulimit of 30000)
modulesC: hbase-common hbase-metrics hbase-client hbase-server hbase-rest . U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/console
versionsgit=2.17.1 maven=3.6.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 52sDocker mode activated.
-0 ⚠️yetus0m 5sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+0 🆗mvndep0m 20sMaven dependency ordering for branch
+1 💚mvninstall2m 20sbranch-2 passed
+1 💚compile1m 25sbranch-2 passed
+1 💚shadedjars3m 54sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc2m 25sbranch-2 passed
_ Patch Compile Tests _
+0 🆗mvndep0m 13sMaven dependency ordering for patch
+1 💚mvninstall2m 7sthe patch passed
+1 💚compile1m 23sthe patch passed
+1 💚javac1m 23sthe patch passed
+1 💚shadedjars3m 53spatch has no errors when building our shaded downstream artifacts.
+1 💚javadoc2m 25sthe patch passed
_ Other Tests _
+1 💚unit354m 59sroot in the patch passed.
379m 25s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR#4789
Optional Testsjavac javadoc unit shadedjars compile
unameLinux e2392fea057b 5.4.0-1081-aws #88~18.04.1-Ubuntu SMP Thu Jun 23 16:29:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 11b327f
Default JavaAdoptOpenJDK-1.8.0_282-b08
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/testReport/
Max. process+thread count4455 (vs. ulimit of 30000)
modulesC: hbase-common hbase-metrics hbase-client hbase-server hbase-rest . U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/1/console
versionsgit=2.17.1 maven=3.6.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 6sDocker mode activated.
-0 ⚠️yetus0m 6sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+0 🆗mvndep0m 21sMaven dependency ordering for branch
+1 💚mvninstall2m 29sbranch-2 passed
+1 💚compile1m 25sbranch-2 passed
+1 💚shadedjars3m 55sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc2m 32sbranch-2 passed
_ Patch Compile Tests _
+0 🆗mvndep0m 13sMaven dependency ordering for patch
-1 ❌mvninstall0m 34sroot in the patch failed.
-1 ❌compile0m 23sroot in the patch failed.
-0 ⚠️javac0m 23sroot in the patch failed.
-1 ❌shadedjars1m 36spatch has 14 errors when building our shaded downstream artifacts.
+1 💚javadoc2m 28sthe patch passed
_ Other Tests _
-1 ❌unit3m 39sroot in the patch failed.
22m 6s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR#4789
Optional Testsjavac javadoc unit shadedjars compile
unameLinux 3023d5d0299e 5.4.0-1081-aws #88~18.04.1-Ubuntu SMP Thu Jun 23 16:29:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 11b327f
Default JavaAdoptOpenJDK-1.8.0_282-b08
mvninstallhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-jdk8-hadoop2-check/output/patch-mvninstall-root.txt
compilehttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-jdk8-hadoop2-check/output/patch-compile-root.txt
javachttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-jdk8-hadoop2-check/output/patch-compile-root.txt
shadedjarshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-jdk8-hadoop2-check/output/patch-shadedjars.txt
unithttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-jdk8-hadoop2-check/output/patch-unit-root.txt
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/testReport/
Max. process+thread count471 (vs. ulimit of 30000)
modulesC: hbase-common hbase-metrics hbase-protocol hbase-client hbase-server hbase-rest . U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/console
versionsgit=2.17.1 maven=3.6.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 26sDocker mode activated.
-0 ⚠️yetus0m 5sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+0 🆗mvndep0m 18sMaven dependency ordering for branch
+1 💚mvninstall2m 38sbranch-2 passed
+1 💚compile1m 49sbranch-2 passed
+1 💚shadedjars3m 54sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc3m 33sbranch-2 passed
_ Patch Compile Tests _
+0 🆗mvndep0m 16sMaven dependency ordering for patch
-1 ❌mvninstall0m 46sroot in the patch failed.
-1 ❌compile0m 38sroot in the patch failed.
-0 ⚠️javac0m 38sroot in the patch failed.
-1 ❌shadedjars1m 43spatch has 14 errors when building our shaded downstream artifacts.
+1 💚javadoc3m 22sthe patch passed
_ Other Tests _
-1 ❌unit4m 16sroot in the patch failed.
25m 20s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR#4789
Optional Testsjavac javadoc unit shadedjars compile
unameLinux 406400d6aa43 5.4.0-124-generic #140-Ubuntu SMP Thu Aug 4 02:23:37 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 11b327f
Default JavaAdoptOpenJDK-11.0.10+9
mvninstallhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-jdk11-hadoop3-check/output/patch-mvninstall-root.txt
compilehttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-jdk11-hadoop3-check/output/patch-compile-root.txt
javachttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-jdk11-hadoop3-check/output/patch-compile-root.txt
shadedjarshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-jdk11-hadoop3-check/output/patch-shadedjars.txt
unithttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-jdk11-hadoop3-check/output/patch-unit-root.txt
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/testReport/
Max. process+thread count640 (vs. ulimit of 30000)
modulesC: hbase-common hbase-metrics hbase-protocol hbase-client hbase-server hbase-rest . U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/console
versionsgit=2.17.1 maven=3.6.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 31sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+1 💚@author0m 0sThe patch does not contain any @author tags.
_ branch-2 Compile Tests _
+0 🆗mvndep0m 16sMaven dependency ordering for branch
+1 💚mvninstall2m 17sbranch-2 passed
+1 💚compile6m 17sbranch-2 passed
+1 💚checkstyle1m 2sbranch-2 passed
+1 💚spotless0m 40sbranch has no errors when running spotless:check.
-1 ❌spotbugs6m 23sroot in branch-2 has 49 extant spotbugs warnings.
-1 ❌spotbugs0m 43shbase-client in branch-2 has 11 extant spotbugs warnings.
-1 ❌spotbugs0m 27shbase-common in branch-2 has 6 extant spotbugs warnings.
-1 ❌spotbugs0m 15shbase-metrics in branch-2 has 1 extant spotbugs warnings.
-1 ❌spotbugs0m 53shbase-protocol in branch-2 has 1 extant spotbugs warnings.
-1 ❌spotbugs0m 26shbase-rest in branch-2 has 2 extant spotbugs warnings.
-1 ❌spotbugs1m 17shbase-server in branch-2 has 28 extant spotbugs warnings.
_ Patch Compile Tests _
+0 🆗mvndep0m 14sMaven dependency ordering for patch
-1 ❌mvninstall0m 38sroot in the patch failed.
-1 ❌compile1m 4sroot in the patch failed.
-0 ⚠️javac1m 4sroot in the patch failed.
+1 💚checkstyle1m 0sroot: The patch generated 0 new + 57 unchanged - 5 fixed = 57 total (was 62)
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚xml0m 1sThe patch has no ill-formed XML file.
-1 ❌hadoopcheck0m 46sThe patch causes 14 errors with Hadoop v3.2.4.
-1 ❌hadoopcheck1m 32sThe patch causes 14 errors with Hadoop v3.3.4.
+1 💚spotless0m 37spatch has no errors when running spotless:check.
+1 💚spotbugs0m 33shbase-common generated 0 new + 0 unchanged - 6 fixed = 0 total (was 6)
+1 💚spotbugs0m 20shbase-metrics generated 0 new + 0 unchanged - 1 fixed = 0 total (was 1)
-1 ❌spotbugs0m 14shbase-protocol in the patch failed.
+1 💚spotbugs0m 52shbase-client generated 0 new + 0 unchanged - 11 fixed = 0 total (was 11)
+1 💚spotbugs1m 44shbase-server generated 0 new + 0 unchanged - 28 fixed = 0 total (was 28)
+1 💚spotbugs0m 35shbase-rest generated 0 new + 0 unchanged - 2 fixed = 0 total (was 2)
-1 ❌spotbugs1m 46sroot in the patch failed.
_ Other Tests _
+1 💚asflicense0m 56sThe patch does not generate ASF License warnings.
35m 52s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#4789
Optional Testsdupname asflicense javac spotbugs hadoopcheck hbaseanti spotless checkstyle compile xml
unameLinux 8f271cacfdb2 5.4.0-109-generic #123-Ubuntu SMP Fri Apr 8 09:10:54 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 11b327f
Default JavaAdoptOpenJDK-1.8.0_282-b08
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/branch-spotbugs-root-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/branch-spotbugs-hbase-client-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/branch-spotbugs-hbase-common-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/branch-spotbugs-hbase-metrics-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/branch-spotbugs-hbase-protocol-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/branch-spotbugs-hbase-rest-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/branch-spotbugs-hbase-server-warnings.html
mvninstallhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/patch-mvninstall-root.txt
compilehttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/patch-compile-root.txt
javachttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/patch-compile-root.txt
hadoopcheckhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/patch-javac-3.2.4.txt
hadoopcheckhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/patch-javac-3.3.4.txt
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/patch-spotbugs-hbase-protocol.txt
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/artifact/yetus-general-check/output/patch-spotbugs-root.txt
Max. process+thread count137 (vs. ulimit of 30000)
modulesC: hbase-common hbase-metrics hbase-protocol hbase-client hbase-server hbase-rest . U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/2/console
versionsgit=2.17.1 maven=3.6.3 spotbugs=4.7.2
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

….2 (apache#4787)
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 33sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚hbaseanti0m 0sPatch does not have any anti-patterns.
+1 💚@author0m 0sThe patch does not contain any @author tags.
_ branch-2 Compile Tests _
+0 🆗mvndep0m 15sMaven dependency ordering for branch
+1 💚mvninstall2m 11sbranch-2 passed
+1 💚compile6m 20sbranch-2 passed
+1 💚checkstyle1m 3sbranch-2 passed
+1 💚spotless0m 39sbranch has no errors when running spotless:check.
-1 ❌spotbugs0m 27shbase-common in branch-2 has 6 extant spotbugs warnings.
-1 ❌spotbugs0m 15shbase-metrics in branch-2 has 1 extant spotbugs warnings.
-1 ❌spotbugs0m 51shbase-protocol in branch-2 has 1 extant spotbugs warnings.
-1 ❌spotbugs0m 45shbase-client in branch-2 has 11 extant spotbugs warnings.
-1 ❌spotbugs1m 16shbase-server in branch-2 has 28 extant spotbugs warnings.
-1 ❌spotbugs0m 26shbase-rest in branch-2 has 2 extant spotbugs warnings.
-1 ❌spotbugs6m 23sroot in branch-2 has 49 extant spotbugs warnings.
_ Patch Compile Tests _
+0 🆗mvndep0m 15sMaven dependency ordering for patch
+1 💚mvninstall2m 11sthe patch passed
+1 💚compile6m 22sthe patch passed
-0 ⚠️javac6m 22sroot generated 1 new + 1158 unchanged - 1 fixed = 1159 total (was 1159)
+1 💚checkstyle1m 2sroot: The patch generated 0 new + 57 unchanged - 5 fixed = 57 total (was 62)
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚xml0m 2sThe patch has no ill-formed XML file.
+1 💚hadoopcheck7m 57sPatch does not cause any errors with Hadoop 3.2.4 3.3.4.
+1 💚spotless0m 39spatch has no errors when running spotless:check.
+1 💚spotbugs0m 35shbase-common generated 0 new + 0 unchanged - 6 fixed = 0 total (was 6)
+1 💚spotbugs0m 23shbase-metrics generated 0 new + 0 unchanged - 1 fixed = 0 total (was 1)
+1 💚spotbugs1m 3shbase-protocol generated 0 new + 0 unchanged - 1 fixed = 0 total (was 1)
+1 💚spotbugs0m 53shbase-client generated 0 new + 0 unchanged - 11 fixed = 0 total (was 11)
+1 💚spotbugs1m 22shbase-server generated 0 new + 0 unchanged - 28 fixed = 0 total (was 28)
+1 💚spotbugs0m 34shbase-rest generated 0 new + 0 unchanged - 2 fixed = 0 total (was 2)
+1 💚spotbugs6m 22sroot generated 0 new + 0 unchanged - 49 fixed = 0 total (was 49)
_ Other Tests _
+1 💚asflicense1m 6sThe patch does not generate ASF License warnings.
58m 23s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#4789
Optional Testsdupname asflicense javac spotbugs hadoopcheck hbaseanti spotless checkstyle compile xml
unameLinux 2594b8dcd32c 5.4.0-109-generic #123-Ubuntu SMP Fri Apr 8 09:10:54 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 11b327f
Default JavaAdoptOpenJDK-1.8.0_282-b08
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/artifact/yetus-general-check/output/branch-spotbugs-hbase-common-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/artifact/yetus-general-check/output/branch-spotbugs-hbase-metrics-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/artifact/yetus-general-check/output/branch-spotbugs-hbase-protocol-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/artifact/yetus-general-check/output/branch-spotbugs-hbase-client-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/artifact/yetus-general-check/output/branch-spotbugs-hbase-server-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/artifact/yetus-general-check/output/branch-spotbugs-hbase-rest-warnings.html
spotbugshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/artifact/yetus-general-check/output/branch-spotbugs-root-warnings.html
javachttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/artifact/yetus-general-check/output/diff-compile-javac-root.txt
Max. process+thread count139 (vs. ulimit of 30000)
modulesC: hbase-common hbase-metrics hbase-protocol hbase-client hbase-server hbase-rest . U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/console
versionsgit=2.17.1 maven=3.6.3 spotbugs=4.7.2
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 32sDocker mode activated.
-0 ⚠️yetus0m 3sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+0 🆗mvndep0m 15sMaven dependency ordering for branch
+1 💚mvninstall2m 33sbranch-2 passed
+1 💚compile1m 49sbranch-2 passed
+1 💚shadedjars3m 54sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc3m 33sbranch-2 passed
_ Patch Compile Tests _
+0 🆗mvndep0m 15sMaven dependency ordering for patch
+1 💚mvninstall2m 28sthe patch passed
+1 💚compile1m 51sthe patch passed
+1 💚javac1m 51sthe patch passed
+1 💚shadedjars3m 59spatch has no errors when building our shaded downstream artifacts.
+1 💚javadoc3m 30sthe patch passed
_ Other Tests _
+1 💚unit237m 30sroot in the patch passed.
264m 52s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR#4789
Optional Testsjavac javadoc unit shadedjars compile
unameLinux 0d5ca9ff6af8 5.4.0-124-generic #140-Ubuntu SMP Thu Aug 4 02:23:37 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 11b327f
Default JavaAdoptOpenJDK-11.0.10+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/testReport/
Max. process+thread count4474 (vs. ulimit of 30000)
modulesC: hbase-common hbase-metrics hbase-protocol hbase-client hbase-server hbase-rest . U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/console
versionsgit=2.17.1 maven=3.6.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 50sDocker mode activated.
-0 ⚠️yetus0m 5sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+0 🆗mvndep0m 13sMaven dependency ordering for branch
+1 💚mvninstall2m 0sbranch-2 passed
+1 💚compile1m 23sbranch-2 passed
+1 💚shadedjars3m 54sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc2m 33sbranch-2 passed
_ Patch Compile Tests _
+0 🆗mvndep0m 13sMaven dependency ordering for patch
+1 💚mvninstall2m 2sthe patch passed
+1 💚compile1m 23sthe patch passed
+1 💚javac1m 23sthe patch passed
+1 💚shadedjars3m 56spatch has no errors when building our shaded downstream artifacts.
+1 💚javadoc2m 32sthe patch passed
_ Other Tests _
+1 💚unit353m 56sroot in the patch passed.
378m 50s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR#4789
Optional Testsjavac javadoc unit shadedjars compile
unameLinux 2193b83568a3 5.4.0-1081-aws #88~18.04.1-Ubuntu SMP Thu Jun 23 16:29:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionbranch-2 / 11b327f
Default JavaAdoptOpenJDK-1.8.0_282-b08
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/testReport/
Max. process+thread count4438 (vs. ulimit of 30000)
modulesC: hbase-common hbase-metrics hbase-protocol hbase-client hbase-server hbase-rest . U: .
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4789/3/console
versionsgit=2.17.1 maven=3.6.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache9
Apache9 merged commit 9fb3aee into apache:branch-2Sep 18, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Apache9@Apache-HBase