hbase-thirdparty icon indicating copy to clipboard operation
hbase-thirdparty copied to clipboard

HBASE-29705 Bump netty4 to 4.1.128.Final

Open apurtell opened this issue 2 months ago • 2 comments

Update hbase-thirdparty netty version to 4.1.128.Final

This is a bug-fix release for CVE-2025-59419

apurtell avatar Nov 06 '25 18:11 apurtell

:broken_heart: -1 overall

Vote Subsystem Runtime Logfile Comment
+0 :ok: reexec 1m 12s 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.
+1 :green_heart: @author 0m 0s The patch does not contain any @author tags.
-0 :warning: test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+1 :green_heart: mvninstall 1m 26s master passed
+1 :green_heart: compile 0m 38s master passed
+1 :green_heart: javadoc 0m 14s master passed
_ Patch Compile Tests _
+1 :green_heart: mvninstall 1m 2s the patch passed
+1 :green_heart: compile 0m 25s the patch passed
+1 :green_heart: javac 0m 25s the patch passed
+1 :green_heart: blanks 0m 0s The patch has no blanks issues.
+1 :green_heart: xmllint 0m 0s No new issues.
+1 :green_heart: javadoc 0m 9s the patch passed
_ Other Tests _
-1 :x: unit 1m 1s /patch-unit-root.txt root in the patch failed.
+1 :green_heart: asflicense 0m 10s The patch does not generate ASF License warnings.
6m 28s
Reason Tests
Failed junit tests hbase.htrace_noop.TestHBaseTestingUtilityWithHTraceNoop
Subsystem Report/Notes
Docker ClientAPI=1.48 ServerAPI=1.48 base: https://ci-hbase.apache.org/job/HBase-Thirdparty-PreCommit/job/PR-153/1/artifact/yetus-precommit-check/output/Dockerfile
GITHUB PR https://github.com/apache/hbase-thirdparty/pull/153
Optional Tests dupname asflicense javac javadoc unit codespell detsecrets xmllint compile
uname Linux fd572001511c 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/workspace/Base-Thirdparty-PreCommit_PR-153/yetus-precommit-check/src/.yetus/personality.sh
git revision master / e2e57447822464b246cfb5fa20ae7c80a2404dff
Default Java Eclipse Adoptium-17.0.11+9
Test Results https://ci-hbase.apache.org/job/HBase-Thirdparty-PreCommit/job/PR-153/1/testReport/
Max. process+thread count 395 (vs. ulimit of 2000)
modules C: . U: .
Console output https://ci-hbase.apache.org/job/HBase-Thirdparty-PreCommit/job/PR-153/1/console
versions git=2.34.1 maven=called xmllint=20913
Powered by Apache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

Apache-HBase avatar Nov 06 '25 18:11 Apache-HBase

There seems to be a test failure because of OOM. Caused by: java.lang.RuntimeException: java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached

mnpoonia avatar Nov 07 '25 07:11 mnpoonia