Skip to content

Conversation

slfan1989
Copy link
Contributor

@slfan1989 slfan1989 commented Oct 20, 2025

Description of PR

JIRA: MAPREDUCE-7522. Fix SpotBugs issues in hadoop-mapreduce-client-app module.

After upgrading SpotBugs to version 4.9.7 in #8028, the new analysis rules identified several code quality issues in the hadoop-mapreduce-client-app module.

This update focuses on fixing these newly reported SpotBugs warnings to eliminate potential risks such as null pointer exceptions and resource leaks, ensuring successful builds and maintaining code consistency.

How was this patch tested?

CI.

For code changes:

  • Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')?
  • Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation?
  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?
  • If applicable, have you updated the LICENSE, LICENSE-binary, NOTICE-binary files?

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 14m 21s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-1 ❌ 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.
_ trunk Compile Tests _
+1 💚 mvninstall 35m 53s trunk passed
+1 💚 compile 0m 38s trunk passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 compile 0m 38s trunk passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
+1 💚 checkstyle 0m 35s trunk passed
+1 💚 mvnsite 0m 39s trunk passed
+1 💚 javadoc 0m 38s trunk passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javadoc 0m 33s trunk passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
-1 ❌ spotbugs 1m 12s /branch-spotbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app-warnings.html hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app in trunk has 39 extant spotbugs warnings.
+1 💚 shadedclient 25m 48s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 💚 mvninstall 0m 29s the patch passed
+1 💚 compile 0m 28s the patch passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javac 0m 28s the patch passed
+1 💚 compile 0m 28s the patch passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
+1 💚 javac 0m 28s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 20s /results-checkstyle-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app: The patch generated 2 new + 343 unchanged - 2 fixed = 345 total (was 345)
+1 💚 mvnsite 0m 32s the patch passed
+1 💚 javadoc 0m 26s the patch passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javadoc 0m 26s the patch passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
+1 💚 spotbugs 1m 10s hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app generated 0 new + 32 unchanged - 7 fixed = 32 total (was 39)
+1 💚 shadedclient 26m 1s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 8m 6s hadoop-mapreduce-client-app in the patch passed.
+1 💚 asflicense 0m 35s The patch does not generate ASF License warnings.
121m 19s
Subsystem Report/Notes
Docker ClientAPI=1.51 ServerAPI=1.51 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8040/1/artifact/out/Dockerfile
GITHUB PR #8040
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 14dfceebf92a 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 516cf46
Default Java Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8040/1/testReport/
Max. process+thread count 829 (vs. ulimit of 5500)
modules C: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app U: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8040/1/console
versions git=2.25.1 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 37s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+0 🆗 xmllint 0m 0s xmllint was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-1 ❌ 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.
_ trunk Compile Tests _
+0 🆗 mvndep 7m 46s Maven dependency ordering for branch
+1 💚 mvninstall 28m 7s trunk passed
+1 💚 compile 1m 45s trunk passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 compile 1m 47s trunk passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
+1 💚 checkstyle 0m 51s trunk passed
+1 💚 mvnsite 2m 10s trunk passed
+1 💚 javadoc 2m 3s trunk passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javadoc 1m 53s trunk passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
-1 ❌ spotbugs 1m 5s /branch-spotbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app-warnings.html hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app in trunk has 39 extant spotbugs warnings.
-1 ❌ spotbugs 3m 56s /branch-spotbugs-hadoop-mapreduce-project-warnings.html hadoop-mapreduce-project in trunk has 265 extant spotbugs warnings.
+1 💚 shadedclient 28m 56s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 29s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 27s /patch-mvninstall-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt hadoop-mapreduce-client-app in the patch failed.
-1 ❌ mvninstall 0m 55s /patch-mvninstall-hadoop-mapreduce-project.txt hadoop-mapreduce-project in the patch failed.
-1 ❌ compile 0m 50s /patch-compile-hadoop-mapreduce-project-jdkUbuntu-21.0.7+6-Ubuntu-0ubuntu120.04.txt hadoop-mapreduce-project in the patch failed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04.
-1 ❌ javac 0m 50s /patch-compile-hadoop-mapreduce-project-jdkUbuntu-21.0.7+6-Ubuntu-0ubuntu120.04.txt hadoop-mapreduce-project in the patch failed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04.
-1 ❌ compile 0m 50s /patch-compile-hadoop-mapreduce-project-jdkUbuntu-17.0.15+6-Ubuntu-0ubuntu120.04.txt hadoop-mapreduce-project in the patch failed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04.
-1 ❌ javac 0m 50s /patch-compile-hadoop-mapreduce-project-jdkUbuntu-17.0.15+6-Ubuntu-0ubuntu120.04.txt hadoop-mapreduce-project in the patch failed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04.
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 42s /results-checkstyle-hadoop-mapreduce-project.txt hadoop-mapreduce-project: The patch generated 4 new + 705 unchanged - 5 fixed = 709 total (was 710)
-1 ❌ mvnsite 0m 30s /patch-mvnsite-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt hadoop-mapreduce-client-app in the patch failed.
-1 ❌ mvnsite 0m 54s /patch-mvnsite-hadoop-mapreduce-project.txt hadoop-mapreduce-project in the patch failed.
+1 💚 javadoc 0m 27s hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app-jdkUbuntu-21.0.7+6-Ubuntu-0ubuntu120.04 with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04 generated 0 new + 1123 unchanged - 1 fixed = 1123 total (was 1124)
+1 💚 javadoc 1m 16s hadoop-mapreduce-project-jdkUbuntu-21.0.7+6-Ubuntu-0ubuntu120.04 with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04 generated 0 new + 2859 unchanged - 1 fixed = 2859 total (was 2860)
+1 💚 javadoc 0m 25s hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app-jdkUbuntu-17.0.15+6-Ubuntu-0ubuntu120.04 with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04 generated 0 new + 1072 unchanged - 1 fixed = 1072 total (was 1073)
+1 💚 javadoc 1m 8s hadoop-mapreduce-project-jdkUbuntu-17.0.15+6-Ubuntu-0ubuntu120.04 with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04 generated 0 new + 2639 unchanged - 1 fixed = 2639 total (was 2640)
-1 ❌ spotbugs 0m 28s /patch-spotbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt hadoop-mapreduce-client-app in the patch failed.
-1 ❌ spotbugs 2m 9s /patch-spotbugs-hadoop-mapreduce-project.txt hadoop-mapreduce-project in the patch failed.
-1 ❌ shadedclient 21m 8s patch has errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 0m 31s /patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt hadoop-mapreduce-client-app in the patch failed.
-1 ❌ unit 12m 3s /patch-unit-hadoop-mapreduce-project.txt hadoop-mapreduce-project in the patch failed.
+1 💚 asflicense 0m 36s The patch does not generate ASF License warnings.
116m 46s
Subsystem Report/Notes
Docker ClientAPI=1.51 ServerAPI=1.51 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8040/2/artifact/out/Dockerfile
GITHUB PR #8040
Optional Tests dupname asflicense codespell detsecrets xmllint compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle
uname Linux 84cfc9d07874 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 8c84525
Default Java Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8040/2/testReport/
Max. process+thread count 1593 (vs. ulimit of 5500)
modules C: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project U: hadoop-mapreduce-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8040/2/console
versions git=2.25.1 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 31s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+0 🆗 xmllint 0m 0s xmllint was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 7m 34s Maven dependency ordering for branch
+1 💚 mvninstall 28m 23s trunk passed
+1 💚 compile 1m 46s trunk passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 compile 1m 47s trunk passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
+1 💚 checkstyle 0m 52s trunk passed
+1 💚 mvnsite 2m 11s trunk passed
+1 💚 javadoc 2m 5s trunk passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javadoc 1m 53s trunk passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
-1 ❌ spotbugs 1m 7s /branch-spotbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app-warnings.html hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app in trunk has 39 extant spotbugs warnings.
-1 ❌ spotbugs 3m 55s /branch-spotbugs-hadoop-mapreduce-project-warnings.html hadoop-mapreduce-project in trunk has 265 extant spotbugs warnings.
+1 💚 shadedclient 28m 49s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 30s Maven dependency ordering for patch
+1 💚 mvninstall 1m 36s the patch passed
+1 💚 compile 1m 36s the patch passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javac 1m 36s the patch passed
+1 💚 compile 1m 37s the patch passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
+1 💚 javac 1m 37s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 42s /results-checkstyle-hadoop-mapreduce-project.txt hadoop-mapreduce-project: The patch generated 4 new + 713 unchanged - 5 fixed = 717 total (was 718)
+1 💚 mvnsite 1m 47s the patch passed
+1 💚 javadoc 1m 42s the patch passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javadoc 1m 36s the patch passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
-1 ❌ spotbugs 1m 11s /new-spotbugs-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.html hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app generated 5 new + 3 unchanged - 36 fixed = 8 total (was 39)
-1 ❌ spotbugs 4m 3s /new-spotbugs-hadoop-mapreduce-project.html hadoop-mapreduce-project generated 5 new + 229 unchanged - 36 fixed = 234 total (was 265)
+1 💚 shadedclient 28m 34s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 8m 6s hadoop-mapreduce-client-app in the patch passed.
+1 💚 unit 139m 16s hadoop-mapreduce-project in the patch passed.
+1 💚 asflicense 0m 40s The patch does not generate ASF License warnings.
270m 8s
Reason Tests
SpotBugs module:hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app
Increment of volatile field org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.completedTaskCount in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.decrementSucceededMapperCount() At JobImpl.java:in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.decrementSucceededMapperCount() At JobImpl.java:[line 2170]
Increment of volatile field org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.succeededMapTaskCount in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.decrementSucceededMapperCount() At JobImpl.java:in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.decrementSucceededMapperCount() At JobImpl.java:[line 2171]
Increment of volatile field org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.succeededMapTaskCount in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl$TaskCompletedTransition.taskSucceeded(JobImpl, Task) At JobImpl.java:in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl$TaskCompletedTransition.taskSucceeded(JobImpl, Task) At JobImpl.java:[line 2065]
Increment of volatile field org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.completedTaskCount in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl$TaskCompletedTransition.transition(JobImpl, JobEvent) At JobImpl.java:in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl$TaskCompletedTransition.transition(JobImpl, JobEvent) At JobImpl.java:[line 1980]
Unknown bug pattern AT_STALE_THREAD_WRITE_OF_PRIMITIVE in org.apache.hadoop.mapreduce.v2.app.rm.RMContainerAllocator$ScheduledRequests.setNumOpportunisticMapsPercent(int) At RMContainerAllocator.java:org.apache.hadoop.mapreduce.v2.app.rm.RMContainerAllocator$ScheduledRequests.setNumOpportunisticMapsPercent(int) At RMContainerAllocator.java:[line 1068]
SpotBugs module:hadoop-mapreduce-project
Increment of volatile field org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.completedTaskCount in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.decrementSucceededMapperCount() At JobImpl.java:in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.decrementSucceededMapperCount() At JobImpl.java:[line 2170]
Increment of volatile field org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.succeededMapTaskCount in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.decrementSucceededMapperCount() At JobImpl.java:in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.decrementSucceededMapperCount() At JobImpl.java:[line 2171]
Increment of volatile field org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.succeededMapTaskCount in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl$TaskCompletedTransition.taskSucceeded(JobImpl, Task) At JobImpl.java:in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl$TaskCompletedTransition.taskSucceeded(JobImpl, Task) At JobImpl.java:[line 2065]
Increment of volatile field org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.completedTaskCount in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl$TaskCompletedTransition.transition(JobImpl, JobEvent) At JobImpl.java:in org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl$TaskCompletedTransition.transition(JobImpl, JobEvent) At JobImpl.java:[line 1980]
Unknown bug pattern AT_STALE_THREAD_WRITE_OF_PRIMITIVE in org.apache.hadoop.mapreduce.v2.app.rm.RMContainerAllocator$ScheduledRequests.setNumOpportunisticMapsPercent(int) At RMContainerAllocator.java:org.apache.hadoop.mapreduce.v2.app.rm.RMContainerAllocator$ScheduledRequests.setNumOpportunisticMapsPercent(int) At RMContainerAllocator.java:[line 1068]
Subsystem Report/Notes
Docker ClientAPI=1.51 ServerAPI=1.51 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8040/3/artifact/out/Dockerfile
GITHUB PR #8040
Optional Tests dupname asflicense codespell detsecrets xmllint compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle
uname Linux 26c594e2c00e 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / c139406
Default Java Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8040/3/testReport/
Max. process+thread count 1623 (vs. ulimit of 5500)
modules C: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project U: hadoop-mapreduce-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8040/3/console
versions git=2.25.1 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 14m 45s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+0 🆗 xmllint 0m 0s xmllint was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
_ trunk Compile Tests _
+1 💚 shadedclient 30m 32s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 shadedclient 24m 42s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 asflicense 0m 35s The patch does not generate ASF License warnings.
72m 4s
Subsystem Report/Notes
Docker ClientAPI=1.51 ServerAPI=1.51 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8040/4/artifact/out/Dockerfile
GITHUB PR #8040
Optional Tests dupname asflicense codespell detsecrets xmllint
uname Linux 6ddc7253d19b 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 4f69a34
Max. process+thread count 802 (vs. ulimit of 5500)
modules C: hadoop-mapreduce-project U: hadoop-mapreduce-project
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8040/4/console
versions git=2.25.1 maven=3.9.11
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants