hbase icon indicating copy to clipboard operation
hbase copied to clipboard

HBASE-29226 Migrate to jetty 12 with EE8 and bump java servlet to 4.0.1

Open NihalJain opened this issue 9 months ago • 54 comments

Please find a detailed summary of all changes as below:

Dependencies

  • Replaced hbase-shaded-jetty i.e. Jetty 9 with hbase-shaded-jetty-12-plus-core and hbase-shaded-jetty-12-plus-ee8 i.e. Jetty 12 EE8
  • Upgrade servlet.api.version to 4.0.1
  • Upgrade tomcat.jasper.version to 9.0.102

Code Adjustments

  • Modified import statements to use org.eclipse.jetty.ee8 etc. as per Jetty 12
  • Replace HandlerCollection with Handler.Sequence
    • Refer https://jetty.org/docs/jetty/12/programming-guide/migration/11-to-12.html#api-changes-handler-sequence
  • Adjust request log handler.
    • Refer https://jetty.org/docs/jetty/12/programming-guide/migration/11-to-12.html#api-changes-handler-requestlog
  • Adjust error handlers' set logic based on available methods
  • Remove usage of deprecated method setResourceBase() with setBaseResourceAsPath(). Also, passing logDir path in canonical format as otherwise, we get 404 in case we have \..\ in static path.
    • Refer https://github.com/jetty/jetty.project/issues/12958
  • Remove MultiException with ExceptionUtil.MultiException in HttpServer.java.
  • Modify assignment: webServer.getHandlers() with new return type: Array to List
  • Replaced Constraint with ServletConstraint
  • Added LogLevelExceptionUtils.java to handle HTML error response for log levels as connection.getResponseMessage() now returns error code as string in message and hence causes test failure otherwise
  • Allow javax as xsd files at javax/servlet/resources come via org.apache.hbase.thirdparty:hbase-shaded-jetty-12-ee8

Test Adjustments

  • Update checkBindAddress() to call server.start() else testBindAddress() fails with NPE. Verified doing same without Jetty 12 works as well.
  • Replace JSON.parse() with new JSON().fromJSON() and JSON.toString() with new JSON().toJSON()
  • Update app name from ".." to "" as it fails with IllegalArgumentException otherwise
  • Update MockHttpApiRule where we replace AbstractHandler with Handler.Abstract and adjust code based on new interface.
    • Refer https://jetty.org/docs/jetty/12/programming-guide/migration/11-to-12.html#handler-request-content-apis
  • Deleted webdefaults.xml. Need to see if still needed.
  • Added necessary compliance rules for URI validation, required by tests and possibly users as well. Add note for what fails if these rules are not there in tests.
    • Refer https://github.com/jetty/jetty.project/issues/11890#issuecomment-2156449534

References

  • Umbrealla at HBASE-29224
  • Discussion at https://lists.apache.org/thread/bkrfm705kqd3bqzyvo7jv46t6p64x2n5
  • Dependent thirdparty change at https://github.com/apache/hbase-thirdparty/pull/131

NihalJain avatar Mar 11 '25 20:03 NihalJain

Link: https://github.com/apache/hbase-thirdparty/pull/131

NihalJain avatar Mar 11 '25 20:03 NihalJain

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 29s Docker mode activated.
-0 :warning: yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 15s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 9s master passed
+1 :green_heart: compile 2m 34s master passed
+1 :green_heart: javadoc 4m 28s master passed
+1 :green_heart: shadedjars 6m 1s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 13s Maven dependency ordering for patch
-1 :x: mvninstall 0m 12s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 9s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 9s /patch-compile-root.txt root in the patch failed.
-0 :warning: javadoc 0m 9s /patch-javadoc-root.txt root in the patch failed.
-0 :warning: javadoc 0m 9s /patch-javadoc-hbase-http.txt hbase-http in the patch failed.
-0 :warning: javadoc 0m 7s /patch-javadoc-hbase-it.txt hbase-it in the patch failed.
-0 :warning: javadoc 0m 8s /patch-javadoc-hbase-rest.txt hbase-rest in the patch failed.
-0 :warning: javadoc 0m 7s /patch-javadoc-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javadoc 0m 7s /patch-javadoc-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: shadedjars 0m 13s patch has 23 errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 0m 10s /patch-unit-root.txt root in the patch failed.
20m 33s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/1/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests javac javadoc unit shadedjars compile
uname Linux 591b61cbbd64 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 / cceaf514f965b2a5fe6496b529220cf3f26c4ca9
Default Java Eclipse Adoptium-17.0.11+9
shadedjars https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/1/artifact/yetus-jdk17-hadoop3-check/output/patch-shadedjars.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/1/testReport/
Max. process+thread count 172 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/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 Mar 11 '25 21:03 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 28s 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: shelldocs 0m 0s Shelldocs 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.
_ master Compile Tests _
+0 :ok: mvndep 0m 17s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 11s master passed
+1 :green_heart: compile 7m 54s master passed
+1 :green_heart: checkstyle 1m 10s master passed
+1 :green_heart: spotbugs 11m 29s master passed
+1 :green_heart: spotless 0m 44s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 13s Maven dependency ordering for patch
-1 :x: mvninstall 0m 10s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 12s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 12s /patch-compile-root.txt root in the patch failed.
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
-0 :warning: checkstyle 0m 5s /buildtool-patch-checkstyle-root.txt The patch fails to run checkstyle in root
+1 :green_heart: shellcheck 0m 2s No new issues.
+1 :green_heart: xmllint 0m 0s No new issues.
-1 :x: spotbugs 0m 12s /patch-spotbugs-root.txt root in the patch failed.
-1 :x: spotbugs 0m 8s /patch-spotbugs-hbase-http.txt hbase-http in the patch failed.
-1 :x: spotbugs 0m 7s /patch-spotbugs-hbase-it.txt hbase-it in the patch failed.
-1 :x: spotbugs 0m 8s /patch-spotbugs-hbase-rest.txt hbase-rest in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-server.txt hbase-server in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: hadoopcheck 0m 9s The patch causes 13 errors with Hadoop v3.3.6.
-1 :x: hadoopcheck 0m 16s The patch causes 13 errors with Hadoop v3.4.0.
-1 :x: spotless 0m 16s patch has 35 errors when running spotless:check, run spotless:apply to fix.
_ Other Tests _
+1 :green_heart: asflicense 0m 52s The patch does not generate ASF License warnings.
30m 27s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests dupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile spotbugs checkstyle hbaseanti shellcheck shelldocs
uname Linux c63d8bb61fa2 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 / cceaf514f965b2a5fe6496b529220cf3f26c4ca9
Default Java Eclipse Adoptium-17.0.11+9
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/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-6783/1/artifact/yetus-general-check/output/patch-javac-3.4.0.txt
spotless https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/1/artifact/yetus-general-check/output/patch-spotless.txt
Max. process+thread count 191 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/1/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 shellcheck=0.8.0 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Mar 11 '25 21:03 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 29s Docker mode activated.
-0 :warning: yetus 0m 2s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 16s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 13s master passed
+1 :green_heart: compile 2m 8s master passed
+1 :green_heart: javadoc 4m 2s master passed
+1 :green_heart: shadedjars 5m 58s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 13s Maven dependency ordering for patch
-1 :x: mvninstall 0m 10s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 9s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 9s /patch-compile-root.txt root in the patch failed.
-0 :warning: javadoc 0m 9s /patch-javadoc-root.txt root in the patch failed.
-0 :warning: javadoc 0m 8s /patch-javadoc-hbase-http.txt hbase-http in the patch failed.
-0 :warning: javadoc 0m 7s /patch-javadoc-hbase-it.txt hbase-it in the patch failed.
-0 :warning: javadoc 0m 7s /patch-javadoc-hbase-rest.txt hbase-rest in the patch failed.
-0 :warning: javadoc 0m 7s /patch-javadoc-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-shaded_hbase-shaded-testing-util.txt hbase-shaded-testing-util in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: shadedjars 0m 12s patch has 23 errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 0m 10s /patch-unit-root.txt root in the patch failed.
20m 44s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/2/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests javac javadoc unit shadedjars compile
uname Linux aef5f863d451 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 / 5172b2b43537c9e595a01108f2d35201b97ec358
Default Java Eclipse Adoptium-17.0.11+9
shadedjars https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/2/artifact/yetus-jdk17-hadoop3-check/output/patch-shadedjars.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/2/testReport/
Max. process+thread count 172 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/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 Mar 27 '25 12:03 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 41s 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: shelldocs 0m 0s Shelldocs 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.
_ master Compile Tests _
+0 :ok: mvndep 0m 20s Maven dependency ordering for branch
+1 :green_heart: mvninstall 4m 7s master passed
+1 :green_heart: compile 9m 42s master passed
+1 :green_heart: checkstyle 1m 36s master passed
+1 :green_heart: spotbugs 13m 39s master passed
+1 :green_heart: spotless 0m 48s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 14s Maven dependency ordering for patch
-1 :x: mvninstall 0m 13s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 14s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 14s /patch-compile-root.txt root in the patch failed.
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
-0 :warning: checkstyle 0m 6s /buildtool-patch-checkstyle-root.txt The patch fails to run checkstyle in root
+1 :green_heart: shellcheck 0m 2s No new issues.
+1 :green_heart: xmllint 0m 0s No new issues.
-1 :x: spotbugs 0m 13s /patch-spotbugs-root.txt root in the patch failed.
-1 :x: spotbugs 0m 9s /patch-spotbugs-hbase-http.txt hbase-http in the patch failed.
-1 :x: spotbugs 0m 7s /patch-spotbugs-hbase-it.txt hbase-it in the patch failed.
-1 :x: spotbugs 0m 9s /patch-spotbugs-hbase-rest.txt hbase-rest in the patch failed.
-1 :x: spotbugs 0m 7s /patch-spotbugs-hbase-server.txt hbase-server in the patch failed.
-1 :x: spotbugs 0m 7s /patch-spotbugs-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: hadoopcheck 0m 9s The patch causes 13 errors with Hadoop v3.3.6.
-1 :x: hadoopcheck 0m 18s The patch causes 13 errors with Hadoop v3.4.0.
-1 :x: spotless 0m 19s patch has 65 errors when running spotless:check, run spotless:apply to fix.
_ Other Tests _
+1 :green_heart: asflicense 1m 4s The patch does not generate ASF License warnings.
36m 56s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests dupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile spotbugs checkstyle hbaseanti shellcheck shelldocs
uname Linux bb25bd256b8c 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 / 5172b2b43537c9e595a01108f2d35201b97ec358
Default Java Eclipse Adoptium-17.0.11+9
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/2/artifact/yetus-general-check/output/patch-javac-3.3.6.txt
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/2/artifact/yetus-general-check/output/patch-javac-3.4.0.txt
spotless https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/2/artifact/yetus-general-check/output/patch-spotless.txt
Max. process+thread count 187 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/2/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 shellcheck=0.8.0 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Mar 27 '25 12:03 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 46s Docker mode activated.
-0 :warning: yetus 0m 2s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 16s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 18s master passed
+1 :green_heart: compile 2m 17s master passed
+1 :green_heart: javadoc 4m 31s master passed
+1 :green_heart: shadedjars 6m 4s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 14s Maven dependency ordering for patch
-1 :x: mvninstall 0m 10s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 9s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 9s /patch-compile-root.txt root in the patch failed.
-0 :warning: javadoc 0m 9s /patch-javadoc-root.txt root in the patch failed.
-0 :warning: javadoc 0m 8s /patch-javadoc-hbase-http.txt hbase-http in the patch failed.
-0 :warning: javadoc 0m 7s /patch-javadoc-hbase-it.txt hbase-it in the patch failed.
-0 :warning: javadoc 0m 8s /patch-javadoc-hbase-rest.txt hbase-rest in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-shaded_hbase-shaded-testing-util.txt hbase-shaded-testing-util in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: shadedjars 0m 12s patch has 23 errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 0m 10s /patch-unit-root.txt root in the patch failed.
22m 34s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/3/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests javac javadoc unit shadedjars compile
uname Linux 92d96f892c44 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 / ae3d1fa8551f71d887618f95c59a8623ad55e07d
Default Java Eclipse Adoptium-17.0.11+9
shadedjars https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/3/artifact/yetus-jdk17-hadoop3-check/output/patch-shadedjars.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/3/testReport/
Max. process+thread count 173 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/3/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 Mar 27 '25 13:03 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 38s 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: shelldocs 0m 0s Shelldocs 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.
_ master Compile Tests _
+0 :ok: mvndep 0m 15s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 34s master passed
+1 :green_heart: compile 9m 52s master passed
+1 :green_heart: checkstyle 1m 27s master passed
+1 :green_heart: spotbugs 13m 58s master passed
+1 :green_heart: spotless 0m 59s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 11s Maven dependency ordering for patch
-1 :x: mvninstall 0m 12s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 14s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 14s /patch-compile-root.txt root in the patch failed.
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
-0 :warning: checkstyle 0m 7s /buildtool-patch-checkstyle-root.txt The patch fails to run checkstyle in root
+1 :green_heart: shellcheck 0m 0s No new issues.
+1 :green_heart: xmllint 0m 0s No new issues.
-1 :x: spotbugs 0m 14s /patch-spotbugs-root.txt root in the patch failed.
-1 :x: spotbugs 0m 8s /patch-spotbugs-hbase-http.txt hbase-http in the patch failed.
-1 :x: spotbugs 0m 7s /patch-spotbugs-hbase-it.txt hbase-it in the patch failed.
-1 :x: spotbugs 0m 8s /patch-spotbugs-hbase-rest.txt hbase-rest in the patch failed.
-1 :x: spotbugs 0m 7s /patch-spotbugs-hbase-server.txt hbase-server in the patch failed.
-1 :x: spotbugs 0m 7s /patch-spotbugs-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: hadoopcheck 0m 9s The patch causes 13 errors with Hadoop v3.3.6.
-1 :x: hadoopcheck 0m 19s The patch causes 13 errors with Hadoop v3.4.0.
+1 :green_heart: spotless 0m 53s patch has no errors when running spotless:check.
_ Other Tests _
+1 :green_heart: asflicense 1m 15s The patch does not generate ASF License warnings.
37m 52s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/3/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests dupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile spotbugs checkstyle hbaseanti shellcheck shelldocs
uname Linux 20afd2fe66f0 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 / ae3d1fa8551f71d887618f95c59a8623ad55e07d
Default Java Eclipse Adoptium-17.0.11+9
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/3/artifact/yetus-general-check/output/patch-javac-3.3.6.txt
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/3/artifact/yetus-general-check/output/patch-javac-3.4.0.txt
Max. process+thread count 188 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/3/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 shellcheck=0.8.0 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Mar 27 '25 13:03 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 40s Docker mode activated.
-0 :warning: yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 18s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 53s master passed
+1 :green_heart: compile 2m 33s master passed
+1 :green_heart: javadoc 4m 50s master passed
+1 :green_heart: shadedjars 6m 48s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 15s Maven dependency ordering for patch
-1 :x: mvninstall 0m 12s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 10s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 10s /patch-compile-root.txt root in the patch failed.
-0 :warning: javadoc 0m 9s /patch-javadoc-root.txt root in the patch failed.
-0 :warning: javadoc 0m 10s /patch-javadoc-hbase-http.txt hbase-http in the patch failed.
-0 :warning: javadoc 0m 8s /patch-javadoc-hbase-it.txt hbase-it in the patch failed.
-0 :warning: javadoc 0m 9s /patch-javadoc-hbase-rest.txt hbase-rest in the patch failed.
-0 :warning: javadoc 0m 8s /patch-javadoc-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javadoc 0m 8s /patch-javadoc-hbase-shaded_hbase-shaded-testing-util.txt hbase-shaded-testing-util in the patch failed.
-0 :warning: javadoc 0m 8s /patch-javadoc-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: shadedjars 0m 14s patch has 23 errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 0m 11s /patch-unit-root.txt root in the patch failed.
23m 11s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/4/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests javac javadoc unit shadedjars compile
uname Linux 504e4fcfc268 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 / fb0564ad1d173f1686e346e68c7f638c2b8a98a8
Default Java Eclipse Adoptium-17.0.11+9
shadedjars https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/4/artifact/yetus-jdk17-hadoop3-check/output/patch-shadedjars.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/4/testReport/
Max. process+thread count 173 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/4/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 Mar 27 '25 15:03 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 37s 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: shelldocs 0m 0s Shelldocs 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.
_ master Compile Tests _
+0 :ok: mvndep 0m 16s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 48s master passed
+1 :green_heart: compile 10m 17s master passed
+1 :green_heart: checkstyle 1m 29s master passed
+1 :green_heart: spotbugs 15m 20s master passed
+1 :green_heart: spotless 0m 52s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 12s Maven dependency ordering for patch
-1 :x: mvninstall 0m 13s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 16s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 16s /patch-compile-root.txt root in the patch failed.
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
-0 :warning: checkstyle 0m 9s /buildtool-patch-checkstyle-root.txt The patch fails to run checkstyle in root
+1 :green_heart: shellcheck 0m 0s No new issues.
+1 :green_heart: xmllint 0m 0s No new issues.
-1 :x: spotbugs 0m 15s /patch-spotbugs-root.txt root in the patch failed.
-1 :x: spotbugs 0m 9s /patch-spotbugs-hbase-http.txt hbase-http in the patch failed.
-1 :x: spotbugs 0m 9s /patch-spotbugs-hbase-it.txt hbase-it in the patch failed.
-1 :x: spotbugs 0m 7s /patch-spotbugs-hbase-rest.txt hbase-rest in the patch failed.
-1 :x: spotbugs 0m 9s /patch-spotbugs-hbase-server.txt hbase-server in the patch failed.
-1 :x: spotbugs 0m 8s /patch-spotbugs-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: hadoopcheck 0m 14s The patch causes 13 errors with Hadoop v3.3.6.
-1 :x: hadoopcheck 0m 27s The patch causes 13 errors with Hadoop v3.4.0.
+1 :green_heart: spotless 0m 56s patch has no errors when running spotless:check.
_ Other Tests _
+1 :green_heart: asflicense 1m 4s The patch does not generate ASF License warnings.
40m 27s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/4/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests dupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile spotbugs checkstyle hbaseanti shellcheck shelldocs
uname Linux cf7fabfea260 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 / fb0564ad1d173f1686e346e68c7f638c2b8a98a8
Default Java Eclipse Adoptium-17.0.11+9
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/4/artifact/yetus-general-check/output/patch-javac-3.3.6.txt
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/4/artifact/yetus-general-check/output/patch-javac-3.4.0.txt
Max. process+thread count 192 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/4/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 shellcheck=0.8.0 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Mar 27 '25 15:03 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 31s Docker mode activated.
-0 :warning: yetus 0m 2s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 23s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 1s master passed
+1 :green_heart: compile 2m 8s master passed
+1 :green_heart: javadoc 3m 50s master passed
+1 :green_heart: shadedjars 5m 51s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 13s Maven dependency ordering for patch
-1 :x: mvninstall 0m 11s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 8s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 8s /patch-compile-root.txt root in the patch failed.
-0 :warning: javadoc 0m 8s /patch-javadoc-root.txt root in the patch failed.
-0 :warning: javadoc 0m 9s /patch-javadoc-hbase-http.txt hbase-http in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-it.txt hbase-it in the patch failed.
-0 :warning: javadoc 0m 8s /patch-javadoc-hbase-rest.txt hbase-rest in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-shaded_hbase-shaded-testing-util.txt hbase-shaded-testing-util in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: shadedjars 0m 12s patch has 23 errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 0m 9s /patch-unit-root.txt root in the patch failed.
19m 23s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/5/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests javac javadoc unit shadedjars compile
uname Linux 7d89cc916856 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 / 2ba56834c50ecac57b8501494d03174a3dd253df
Default Java Eclipse Adoptium-17.0.11+9
shadedjars https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/5/artifact/yetus-jdk17-hadoop3-check/output/patch-shadedjars.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/5/testReport/
Max. process+thread count 175 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/5/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 Mar 28 '25 16:03 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 30s 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: shelldocs 0m 0s Shelldocs 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.
_ master Compile Tests _
+0 :ok: mvndep 0m 16s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 11s master passed
+1 :green_heart: compile 7m 46s master passed
+1 :green_heart: checkstyle 1m 12s master passed
+1 :green_heart: spotbugs 11m 13s master passed
+1 :green_heart: spotless 0m 44s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 12s Maven dependency ordering for patch
-1 :x: mvninstall 0m 11s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 12s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 12s /patch-compile-root.txt root in the patch failed.
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
-0 :warning: checkstyle 0m 6s /buildtool-patch-checkstyle-root.txt The patch fails to run checkstyle in root
+1 :green_heart: shellcheck 0m 0s No new issues.
+1 :green_heart: xmllint 0m 0s No new issues.
-1 :x: spotbugs 0m 11s /patch-spotbugs-root.txt root in the patch failed.
-1 :x: spotbugs 0m 9s /patch-spotbugs-hbase-http.txt hbase-http in the patch failed.
-1 :x: spotbugs 0m 7s /patch-spotbugs-hbase-it.txt hbase-it in the patch failed.
-1 :x: spotbugs 0m 8s /patch-spotbugs-hbase-rest.txt hbase-rest in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-server.txt hbase-server in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: hadoopcheck 0m 8s The patch causes 13 errors with Hadoop v3.3.6.
-1 :x: hadoopcheck 0m 16s The patch causes 13 errors with Hadoop v3.4.0.
+1 :green_heart: spotless 0m 42s patch has no errors when running spotless:check.
_ Other Tests _
+1 :green_heart: asflicense 0m 58s The patch does not generate ASF License warnings.
30m 34s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/5/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests dupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile spotbugs checkstyle hbaseanti shellcheck shelldocs
uname Linux 66db355dfcab 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 / 2ba56834c50ecac57b8501494d03174a3dd253df
Default Java Eclipse Adoptium-17.0.11+9
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/5/artifact/yetus-general-check/output/patch-javac-3.3.6.txt
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/5/artifact/yetus-general-check/output/patch-javac-3.4.0.txt
Max. process+thread count 187 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/5/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 shellcheck=0.8.0 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Mar 28 '25 17:03 Apache-HBase

The null Exception looks like a bug to me, the rest are just comments/questions.

I reverted to old code, the class was just refactored. so the null bug should be fixed now.

NihalJain avatar Mar 28 '25 18:03 NihalJain

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 27s Docker mode activated.
-0 :warning: yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 15s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 59s master passed
+1 :green_heart: compile 2m 8s master passed
+1 :green_heart: javadoc 3m 59s master passed
+1 :green_heart: shadedjars 5m 50s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 8s Maven dependency ordering for patch
-1 :x: mvninstall 0m 10s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 8s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 8s /patch-compile-root.txt root in the patch failed.
-0 :warning: javadoc 0m 9s /patch-javadoc-root.txt root in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-http.txt hbase-http in the patch failed.
-0 :warning: javadoc 0m 7s /patch-javadoc-hbase-it.txt hbase-it in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-rest.txt hbase-rest in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-shaded_hbase-shaded-testing-util.txt hbase-shaded-testing-util in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: shadedjars 0m 11s patch has 23 errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 0m 10s /patch-unit-root.txt root in the patch failed.
19m 7s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/6/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests javac javadoc unit shadedjars compile
uname Linux 218aa67bf6d4 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 / 790d3200d9aec193b8f80efea5bff1e794994bc5
Default Java Eclipse Adoptium-17.0.11+9
shadedjars https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/6/artifact/yetus-jdk17-hadoop3-check/output/patch-shadedjars.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/6/testReport/
Max. process+thread count 173 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/6/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 Mar 28 '25 19:03 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 29s 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: shelldocs 0m 0s Shelldocs 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.
_ master Compile Tests _
+0 :ok: mvndep 0m 16s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 13s master passed
+1 :green_heart: compile 7m 57s master passed
+1 :green_heart: checkstyle 1m 14s master passed
+1 :green_heart: spotbugs 11m 23s master passed
+1 :green_heart: spotless 0m 44s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 13s Maven dependency ordering for patch
-1 :x: mvninstall 0m 10s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 12s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 12s /patch-compile-root.txt root in the patch failed.
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
-0 :warning: checkstyle 0m 6s /buildtool-patch-checkstyle-root.txt The patch fails to run checkstyle in root
+1 :green_heart: shellcheck 0m 1s No new issues.
+1 :green_heart: xmllint 0m 1s No new issues.
-1 :x: spotbugs 0m 12s /patch-spotbugs-root.txt root in the patch failed.
-1 :x: spotbugs 0m 9s /patch-spotbugs-hbase-http.txt hbase-http in the patch failed.
-1 :x: spotbugs 0m 7s /patch-spotbugs-hbase-it.txt hbase-it in the patch failed.
-1 :x: spotbugs 0m 8s /patch-spotbugs-hbase-rest.txt hbase-rest in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-server.txt hbase-server in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: hadoopcheck 0m 7s The patch causes 13 errors with Hadoop v3.3.6.
-1 :x: hadoopcheck 0m 15s The patch causes 13 errors with Hadoop v3.4.0.
-1 :x: spotless 0m 16s patch has 39 errors when running spotless:check, run spotless:apply to fix.
_ Other Tests _
+1 :green_heart: asflicense 0m 59s The patch does not generate ASF License warnings.
30m 54s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/6/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests dupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile spotbugs checkstyle hbaseanti shellcheck shelldocs
uname Linux 8f4c2ebd7f43 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 / 790d3200d9aec193b8f80efea5bff1e794994bc5
Default Java Eclipse Adoptium-17.0.11+9
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/6/artifact/yetus-general-check/output/patch-javac-3.3.6.txt
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/6/artifact/yetus-general-check/output/patch-javac-3.4.0.txt
spotless https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/6/artifact/yetus-general-check/output/patch-spotless.txt
Max. process+thread count 191 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/6/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 shellcheck=0.8.0 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Mar 28 '25 19:03 Apache-HBase

Created https://github.com/jetty/jetty.project/issues/12958

NihalJain avatar Apr 02 '25 13:04 NihalJain

Mostly have addressed all review comments by Istvan. Thank you @stoty.

Could someone please guide me on how to publish a snapshot third party so could let hbase build with the dependent change, without forcing us to make a new third party release just for this testing. (BTW I have already ran UTs locally. It looks mostly fine.)

NihalJain avatar Apr 04 '25 10:04 NihalJain

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 28s Docker mode activated.
-0 :warning: yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 42s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 31s master passed
+1 :green_heart: compile 2m 7s master passed
+1 :green_heart: javadoc 3m 54s master passed
+1 :green_heart: shadedjars 5m 54s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 13s Maven dependency ordering for patch
-1 :x: mvninstall 0m 11s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 8s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 8s /patch-compile-root.txt root in the patch failed.
-0 :warning: javadoc 0m 8s /patch-javadoc-root.txt root in the patch failed.
-0 :warning: javadoc 0m 9s /patch-javadoc-hbase-http.txt hbase-http in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-it.txt hbase-it in the patch failed.
-0 :warning: javadoc 0m 8s /patch-javadoc-hbase-rest.txt hbase-rest in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-shaded_hbase-shaded-testing-util.txt hbase-shaded-testing-util in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: shadedjars 0m 12s patch has 23 errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 0m 9s /patch-unit-root.txt root in the patch failed.
20m 57s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/7/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests javac javadoc unit shadedjars compile
uname Linux ff66df05099f 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 / 1a8e071babd17d86614bd405701f41fba6099cc4
Default Java Eclipse Adoptium-17.0.11+9
shadedjars https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/7/artifact/yetus-jdk17-hadoop3-check/output/patch-shadedjars.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/7/testReport/
Max. process+thread count 177 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/7/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 Apr 04 '25 10:04 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 32s 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: shelldocs 0m 0s Shelldocs 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.
_ master Compile Tests _
+0 :ok: mvndep 0m 42s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 48s master passed
+1 :green_heart: compile 9m 4s master passed
+1 :green_heart: checkstyle 1m 12s master passed
+1 :green_heart: spotbugs 11m 23s master passed
+1 :green_heart: spotless 0m 45s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 15s Maven dependency ordering for patch
-1 :x: mvninstall 0m 11s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 12s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 12s /patch-compile-root.txt root in the patch failed.
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
-0 :warning: checkstyle 0m 6s /buildtool-patch-checkstyle-root.txt The patch fails to run checkstyle in root
+1 :green_heart: shellcheck 0m 0s No new issues.
+1 :green_heart: xmllint 0m 0s No new issues.
-1 :x: spotbugs 0m 12s /patch-spotbugs-root.txt root in the patch failed.
-1 :x: spotbugs 0m 9s /patch-spotbugs-hbase-http.txt hbase-http in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-it.txt hbase-it in the patch failed.
-1 :x: spotbugs 0m 8s /patch-spotbugs-hbase-rest.txt hbase-rest in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-server.txt hbase-server in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: hadoopcheck 0m 8s The patch causes 13 errors with Hadoop v3.3.6.
-1 :x: hadoopcheck 0m 16s The patch causes 13 errors with Hadoop v3.4.0.
+1 :green_heart: spotless 0m 41s patch has no errors when running spotless:check.
_ Other Tests _
+1 :green_heart: asflicense 0m 58s The patch does not generate ASF License warnings.
33m 12s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/7/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests dupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile spotbugs checkstyle hbaseanti shellcheck shelldocs
uname Linux 10432afd644f 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 / 1a8e071babd17d86614bd405701f41fba6099cc4
Default Java Eclipse Adoptium-17.0.11+9
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/7/artifact/yetus-general-check/output/patch-javac-3.3.6.txt
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/7/artifact/yetus-general-check/output/patch-javac-3.4.0.txt
Max. process+thread count 186 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/7/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 shellcheck=0.8.0 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Apr 04 '25 10:04 Apache-HBase

Check the release scritps, @NihalJain .

If you have your nexus credentials set up, you should be able to use the script to publish a snapshot. (Or just do it directly from mvn)

If you don't have them set up yet, check the ASF release process docs on how to set them up, it also has instructions on how to publish snapshots from maven.

stoty avatar Apr 04 '25 12:04 stoty

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 37s Docker mode activated.
-0 :warning: yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 15s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 59s master passed
+1 :green_heart: compile 2m 8s master passed
+1 :green_heart: javadoc 3m 56s master passed
+1 :green_heart: shadedjars 5m 56s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 9s Maven dependency ordering for patch
-1 :x: mvninstall 0m 10s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 9s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 9s /patch-compile-root.txt root in the patch failed.
-0 :warning: javadoc 0m 9s /patch-javadoc-root.txt root in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-http.txt hbase-http in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-it.txt hbase-it in the patch failed.
-0 :warning: javadoc 0m 7s /patch-javadoc-hbase-rest.txt hbase-rest in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-shaded_hbase-shaded-testing-util.txt hbase-shaded-testing-util in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: shadedjars 0m 12s patch has 23 errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 0m 9s /patch-unit-root.txt root in the patch failed.
19m 22s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/8/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests javac javadoc unit shadedjars compile
uname Linux 8ca3e809e7bf 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 / 57b5218014559df66c0bc84a134e39bf6eca1e66
Default Java Eclipse Adoptium-17.0.11+9
shadedjars https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/8/artifact/yetus-jdk17-hadoop3-check/output/patch-shadedjars.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/8/testReport/
Max. process+thread count 174 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/8/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 Apr 04 '25 19:04 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 29s 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: shelldocs 0m 0s Shelldocs 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.
_ master Compile Tests _
+0 :ok: mvndep 0m 15s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 6s master passed
+1 :green_heart: compile 7m 53s master passed
+1 :green_heart: checkstyle 1m 12s master passed
+1 :green_heart: spotbugs 11m 14s master passed
+1 :green_heart: spotless 0m 43s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 9s Maven dependency ordering for patch
-1 :x: mvninstall 0m 10s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 12s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 12s /patch-compile-root.txt root in the patch failed.
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
-0 :warning: checkstyle 0m 6s /buildtool-patch-checkstyle-root.txt The patch fails to run checkstyle in root
+1 :green_heart: shellcheck 0m 1s No new issues.
+1 :green_heart: xmllint 0m 0s No new issues.
-1 :x: spotbugs 0m 11s /patch-spotbugs-root.txt root in the patch failed.
-1 :x: spotbugs 0m 7s /patch-spotbugs-hbase-http.txt hbase-http in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-it.txt hbase-it in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-rest.txt hbase-rest in the patch failed.
-1 :x: spotbugs 0m 7s /patch-spotbugs-hbase-server.txt hbase-server in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: hadoopcheck 0m 8s The patch causes 13 errors with Hadoop v3.3.6.
-1 :x: hadoopcheck 0m 16s The patch causes 13 errors with Hadoop v3.4.0.
-1 :x: spotless 0m 5s patch has 42 errors when running spotless:check, run spotless:apply to fix.
_ Other Tests _
+1 :green_heart: asflicense 0m 57s The patch does not generate ASF License warnings.
29m 43s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/8/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests dupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile spotbugs checkstyle hbaseanti shellcheck shelldocs
uname Linux 2c44a466af8d 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 / 57b5218014559df66c0bc84a134e39bf6eca1e66
Default Java Eclipse Adoptium-17.0.11+9
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/8/artifact/yetus-general-check/output/patch-javac-3.3.6.txt
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/8/artifact/yetus-general-check/output/patch-javac-3.4.0.txt
spotless https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/8/artifact/yetus-general-check/output/patch-spotless.txt
Max. process+thread count 188 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/8/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 shellcheck=0.8.0 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Apr 04 '25 19:04 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 38s Docker mode activated.
-0 :warning: yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 15s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 3s master passed
+1 :green_heart: compile 2m 8s master passed
+1 :green_heart: javadoc 3m 59s master passed
+1 :green_heart: shadedjars 5m 50s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 9s Maven dependency ordering for patch
-1 :x: mvninstall 0m 10s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 9s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 9s /patch-compile-root.txt root in the patch failed.
-0 :warning: javadoc 0m 9s /patch-javadoc-root.txt root in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-http.txt hbase-http in the patch failed.
-0 :warning: javadoc 0m 7s /patch-javadoc-hbase-it.txt hbase-it in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-rest.txt hbase-rest in the patch failed.
-0 :warning: javadoc 0m 6s /patch-javadoc-hbase-server.txt hbase-server in the patch failed.
-0 :warning: javadoc 0m 7s /patch-javadoc-hbase-shaded_hbase-shaded-testing-util.txt hbase-shaded-testing-util in the patch failed.
-0 :warning: javadoc 0m 7s /patch-javadoc-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: shadedjars 0m 11s patch has 23 errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 0m 10s /patch-unit-root.txt root in the patch failed.
19m 25s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/9/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests javac javadoc unit shadedjars compile
uname Linux 8c72f7aac912 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 / 57b5218014559df66c0bc84a134e39bf6eca1e66
Default Java Eclipse Adoptium-17.0.11+9
shadedjars https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/9/artifact/yetus-jdk17-hadoop3-check/output/patch-shadedjars.txt
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/9/testReport/
Max. process+thread count 174 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/9/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 Apr 04 '25 20:04 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 26s 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: shelldocs 0m 0s Shelldocs 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.
_ 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 7m 58s master passed
+1 :green_heart: checkstyle 1m 12s master passed
+1 :green_heart: spotbugs 11m 9s master passed
+1 :green_heart: spotless 0m 42s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 9s Maven dependency ordering for patch
-1 :x: mvninstall 0m 10s /patch-mvninstall-root.txt root in the patch failed.
-1 :x: compile 0m 12s /patch-compile-root.txt root in the patch failed.
-0 :warning: javac 0m 12s /patch-compile-root.txt root in the patch failed.
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
-0 :warning: checkstyle 0m 6s /buildtool-patch-checkstyle-root.txt The patch fails to run checkstyle in root
+1 :green_heart: shellcheck 0m 0s No new issues.
+1 :green_heart: xmllint 0m 1s No new issues.
-1 :x: spotbugs 0m 12s /patch-spotbugs-root.txt root in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-http.txt hbase-http in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-it.txt hbase-it in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-rest.txt hbase-rest in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-server.txt hbase-server in the patch failed.
-1 :x: spotbugs 0m 6s /patch-spotbugs-hbase-thrift.txt hbase-thrift in the patch failed.
-1 :x: hadoopcheck 0m 8s The patch causes 13 errors with Hadoop v3.3.6.
-1 :x: hadoopcheck 0m 15s The patch causes 13 errors with Hadoop v3.4.0.
-1 :x: spotless 0m 5s patch has 42 errors when running spotless:check, run spotless:apply to fix.
_ Other Tests _
+1 :green_heart: asflicense 0m 57s The patch does not generate ASF License warnings.
29m 32s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/9/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests dupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile spotbugs checkstyle hbaseanti shellcheck shelldocs
uname Linux d3f5b32d72e7 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 / 57b5218014559df66c0bc84a134e39bf6eca1e66
Default Java Eclipse Adoptium-17.0.11+9
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/9/artifact/yetus-general-check/output/patch-javac-3.3.6.txt
hadoopcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/9/artifact/yetus-general-check/output/patch-javac-3.4.0.txt
spotless https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/9/artifact/yetus-general-check/output/patch-spotless.txt
Max. process+thread count 189 (vs. ulimit of 30000)
modules C: . hbase-http hbase-it hbase-rest hbase-server hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-with-hadoop-check-invariants hbase-thrift U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/9/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 shellcheck=0.8.0 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Apr 04 '25 20:04 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 36s Docker mode activated.
-0 :warning: yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 36s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 25s master passed
+1 :green_heart: compile 2m 9s master passed
+1 :green_heart: javadoc 3m 54s master passed
+1 :green_heart: shadedjars 5m 52s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 38s Maven dependency ordering for patch
+1 :green_heart: mvninstall 3m 4s the patch passed
+1 :green_heart: compile 2m 8s the patch passed
+1 :green_heart: javac 2m 8s the patch passed
+1 :green_heart: javadoc 4m 47s the patch passed
+1 :green_heart: shadedjars 6m 0s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
-1 :x: unit 14m 35s /patch-unit-root.txt root in the patch failed.
50m 12s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/10/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests javac javadoc unit shadedjars compile
uname Linux 9796cc6ad4f0 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 / 2614af4566ce06f995c2d802ff8eae7be8563312
Default Java Eclipse Adoptium-17.0.11+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/10/testReport/
Max. process+thread count 1079 (vs. ulimit of 30000)
modules C: hbase-http hbase-server hbase-thrift hbase-it hbase-rest hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-with-hadoop-check-invariants . U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/10/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 Apr 05 '25 08:04 Apache-HBase

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 27s 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: shelldocs 0m 0s Shelldocs 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.
_ master Compile Tests _
+0 :ok: mvndep 0m 17s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 11s master passed
+1 :green_heart: compile 7m 50s master passed
+1 :green_heart: checkstyle 1m 11s master passed
+1 :green_heart: spotbugs 11m 16s master passed
+1 :green_heart: spotless 0m 45s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 42s Maven dependency ordering for patch
+1 :green_heart: mvninstall 3m 3s the patch passed
+1 :green_heart: compile 7m 57s the patch passed
+1 :green_heart: javac 7m 57s the patch passed
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
-0 :warning: checkstyle 1m 12s /results-checkstyle-root.txt root: The patch generated 2 new + 10 unchanged - 0 fixed = 12 total (was 10)
+1 :green_heart: shellcheck 0m 1s No new issues.
+1 :green_heart: xmllint 0m 0s No new issues.
-1 :x: spotbugs 0m 37s /new-spotbugs-hbase-http.html hbase-http generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-1 :x: spotbugs 7m 29s /new-spotbugs-root.html root generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 :green_heart: hadoopcheck 12m 35s Patch does not cause any errors with Hadoop 3.3.6 3.4.0.
-1 :x: spotless 0m 7s patch has 44 errors when running spotless:check, run spotless:apply to fix.
_ Other Tests _
+1 :green_heart: asflicense 1m 15s The patch does not generate ASF License warnings.
73m 17s
Reason Tests
SpotBugs module:hbase-http
org.apache.hadoop.hbase.http.log.LogLevelExceptionUtils.validateResponse(HttpURLConnection, int) may fail to close stream At LogLevelExceptionUtils.java:close stream At LogLevelExceptionUtils.java:[line 66]
SpotBugs module:root
org.apache.hadoop.hbase.http.log.LogLevelExceptionUtils.validateResponse(HttpURLConnection, int) may fail to close stream At LogLevelExceptionUtils.java:close stream At LogLevelExceptionUtils.java:[line 66]
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/10/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests dupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile spotbugs checkstyle hbaseanti shellcheck shelldocs
uname Linux 569535f4aaa0 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 / 2614af4566ce06f995c2d802ff8eae7be8563312
Default Java Eclipse Adoptium-17.0.11+9
spotless https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/10/artifact/yetus-general-check/output/patch-spotless.txt
Max. process+thread count 188 (vs. ulimit of 30000)
modules C: hbase-http hbase-server hbase-thrift hbase-it hbase-rest hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-with-hadoop-check-invariants . U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/10/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 shellcheck=0.8.0 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Apr 05 '25 09:04 Apache-HBase

Check the release scritps, @NihalJain .

If you have your nexus credentials set up, you should be able to use the script to publish a snapshot. (Or just do it directly from mvn)

If you don't have them set up yet, check the ASF release process docs on how to set them up, it also has instructions on how to publish snapshots from maven.

Thanks @stoty. With some initial hiccups, been able to run build with snapshots. I mistakenly pushed jetty12 branch and a tag to thirdparty repo; I have deleted them to undo. Sorry for the trouble.

NihalJain avatar Apr 05 '25 10:04 NihalJain

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 27s 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: shelldocs 0m 0s Shelldocs 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.
_ master Compile Tests _
+0 :ok: mvndep 0m 15s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 59s master passed
+1 :green_heart: compile 7m 59s master passed
+1 :green_heart: checkstyle 1m 10s master passed
+1 :green_heart: spotbugs 11m 15s master passed
+1 :green_heart: spotless 0m 43s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 36s Maven dependency ordering for patch
+1 :green_heart: mvninstall 3m 0s the patch passed
+1 :green_heart: compile 7m 50s the patch passed
+1 :green_heart: javac 7m 50s the patch passed
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
-0 :warning: checkstyle 1m 14s /results-checkstyle-root.txt root: The patch generated 2 new + 10 unchanged - 0 fixed = 12 total (was 10)
+1 :green_heart: shellcheck 0m 0s No new issues.
+1 :green_heart: xmllint 0m 0s No new issues.
-1 :x: spotbugs 0m 37s /new-spotbugs-hbase-http.html hbase-http generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
-1 :x: spotbugs 7m 32s /new-spotbugs-root.html root generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 :green_heart: hadoopcheck 11m 54s Patch does not cause any errors with Hadoop 3.3.6 3.4.0.
-1 :x: spotless 0m 8s patch has 44 errors when running spotless:check, run spotless:apply to fix.
_ Other Tests _
+1 :green_heart: asflicense 1m 15s The patch does not generate ASF License warnings.
72m 14s
Reason Tests
SpotBugs module:hbase-http
org.apache.hadoop.hbase.http.log.LogLevelExceptionUtils.validateResponse(HttpURLConnection, int) may fail to close stream At LogLevelExceptionUtils.java:close stream At LogLevelExceptionUtils.java:[line 66]
SpotBugs module:root
org.apache.hadoop.hbase.http.log.LogLevelExceptionUtils.validateResponse(HttpURLConnection, int) may fail to close stream At LogLevelExceptionUtils.java:close stream At LogLevelExceptionUtils.java:[line 66]
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/11/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests dupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile spotbugs checkstyle hbaseanti shellcheck shelldocs
uname Linux e4eca534c9ef 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 / 2614af4566ce06f995c2d802ff8eae7be8563312
Default Java Eclipse Adoptium-17.0.11+9
spotless https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/11/artifact/yetus-general-check/output/patch-spotless.txt
Max. process+thread count 190 (vs. ulimit of 30000)
modules C: hbase-http hbase-server hbase-thrift hbase-it hbase-rest hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-with-hadoop-check-invariants . U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/11/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 shellcheck=0.8.0 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Apr 05 '25 11:04 Apache-HBase

:confetti_ball: +1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 27s Docker mode activated.
-0 :warning: yetus 0m 2s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 15s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 3s master passed
+1 :green_heart: compile 2m 6s master passed
+1 :green_heart: javadoc 3m 53s master passed
+1 :green_heart: shadedjars 5m 55s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 36s Maven dependency ordering for patch
+1 :green_heart: mvninstall 3m 3s the patch passed
+1 :green_heart: compile 2m 7s the patch passed
+1 :green_heart: javac 2m 7s the patch passed
+1 :green_heart: javadoc 4m 47s the patch passed
+1 :green_heart: shadedjars 5m 59s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 :green_heart: unit 285m 59s root in the patch passed.
325m 50s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/11/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests javac javadoc unit shadedjars compile
uname Linux d16aa8d61d8a 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 / 2614af4566ce06f995c2d802ff8eae7be8563312
Default Java Eclipse Adoptium-17.0.11+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/11/testReport/
Max. process+thread count 8303 (vs. ulimit of 30000)
modules C: hbase-http hbase-server hbase-thrift hbase-it hbase-rest hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-with-hadoop-check-invariants . U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/11/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 Apr 05 '25 15:04 Apache-HBase

:confetti_ball: +1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 29s 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: shelldocs 0m 0s Shelldocs 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.
_ master Compile Tests _
+0 :ok: mvndep 0m 15s Maven dependency ordering for branch
+1 :green_heart: mvninstall 2m 59s master passed
+1 :green_heart: compile 7m 49s master passed
+1 :green_heart: checkstyle 1m 14s master passed
+1 :green_heart: spotbugs 11m 15s master passed
+1 :green_heart: spotless 0m 43s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 26s Maven dependency ordering for patch
+1 :green_heart: mvninstall 3m 2s the patch passed
+1 :green_heart: compile 7m 48s the patch passed
+1 :green_heart: javac 7m 48s the patch passed
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
-0 :warning: checkstyle 1m 14s /results-checkstyle-root.txt root: The patch generated 2 new + 10 unchanged - 0 fixed = 12 total (was 10)
+1 :green_heart: shellcheck 0m 0s No new issues.
+1 :green_heart: xmllint 0m 1s No new issues.
+1 :green_heart: spotbugs 12m 35s the patch passed
+1 :green_heart: hadoopcheck 11m 47s Patch does not cause any errors with Hadoop 3.3.6 3.4.0.
+1 :green_heart: spotless 0m 44s patch has no errors when running spotless:check.
_ Other Tests _
+1 :green_heart: asflicense 1m 16s The patch does not generate ASF License warnings.
72m 22s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/12/artifact/yetus-general-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests dupname asflicense javac codespell detsecrets xmllint hadoopcheck spotless compile spotbugs checkstyle hbaseanti shellcheck shelldocs
uname Linux 64139535a889 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 / a0bdb1594e110a7fb0034abdff8ed30b4ca4d58c
Default Java Eclipse Adoptium-17.0.11+9
Max. process+thread count 189 (vs. ulimit of 30000)
modules C: hbase-http hbase-server hbase-thrift hbase-it hbase-rest hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-with-hadoop-check-invariants . U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/12/console
versions git=2.34.1 maven=3.9.8 spotbugs=4.7.3 shellcheck=0.8.0 xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Apr 05 '25 16:04 Apache-HBase

:confetti_ball: +1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 0m 31s Docker mode activated.
-0 :warning: yetus 0m 3s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 :ok: mvndep 0m 26s Maven dependency ordering for branch
+1 :green_heart: mvninstall 3m 8s master passed
+1 :green_heart: compile 2m 6s master passed
+1 :green_heart: javadoc 3m 53s master passed
+1 :green_heart: shadedjars 5m 55s branch has no errors when building our shaded downstream artifacts.
_ Patch Compile Tests _
+0 :ok: mvndep 0m 36s Maven dependency ordering for patch
+1 :green_heart: mvninstall 3m 2s the patch passed
+1 :green_heart: compile 2m 9s the patch passed
+1 :green_heart: javac 2m 9s the patch passed
+1 :green_heart: javadoc 4m 44s the patch passed
+1 :green_heart: shadedjars 6m 0s patch has no errors when building our shaded downstream artifacts.
_ Other Tests _
+1 :green_heart: unit 283m 48s root in the patch passed.
323m 53s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/12/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase/pull/6783
Optional Tests javac javadoc unit shadedjars compile
uname Linux 145c9fb6cabd 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 / a0bdb1594e110a7fb0034abdff8ed30b4ca4d58c
Default Java Eclipse Adoptium-17.0.11+9
Test Results https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/12/testReport/
Max. process+thread count 8343 (vs. ulimit of 30000)
modules C: hbase-http hbase-server hbase-thrift hbase-it hbase-rest hbase-shaded/hbase-shaded-testing-util hbase-shaded/hbase-shaded-check-invariants hbase-shaded/hbase-shaded-with-hadoop-check-invariants . U: .
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6783/12/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 Apr 05 '25 20:04 Apache-HBase