Skip to content

YARN-11823: add new endpoints for getting jstacks of ApplicationId and NodeManager process#8123

Open
Hean-Chhinling wants to merge 26 commits intoapache:trunkfrom
Hean-Chhinling:trunk_YARN-11823
Open

YARN-11823: add new endpoints for getting jstacks of ApplicationId and NodeManager process#8123
Hean-Chhinling wants to merge 26 commits intoapache:trunkfrom
Hean-Chhinling:trunk_YARN-11823

Conversation

@Hean-Chhinling
Copy link
Contributor

@Hean-Chhinling Hean-Chhinling commented Dec 9, 2025

Description of PR

Add two new endpoints to ease the process of collecting JStack for running Application and Node.

  1. {nm_address}/ws/v1/node/apps/{app_id}/jstack

  2. {nm_address}/ws/v1/node/jstack

How was this patch tested?

Manually tested.

application_jstack_response.txt.rtf

NodeManager_Jstack_Shell.txt

when set nodemanager.jstack-endpoints.enabled = false;

Screenshot 2026-02-06 at 15 48 50

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 8m 48s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s 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 23m 26s trunk passed
+1 💚 compile 0m 49s trunk passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 compile 0m 48s trunk passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
+1 💚 checkstyle 0m 19s trunk passed
+1 💚 mvnsite 0m 27s trunk passed
+1 💚 javadoc 0m 29s trunk passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javadoc 0m 27s trunk passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
-1 ❌ spotbugs 0m 53s /branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager in trunk has 1 extant spotbugs warnings.
+1 💚 shadedclient 14m 2s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 💚 mvninstall 0m 21s the patch passed
+1 💚 compile 0m 44s the patch passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javac 0m 44s the patch passed
+1 💚 compile 0m 46s the patch passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
+1 💚 javac 0m 46s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 14s /results-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager: The patch generated 70 new + 0 unchanged - 0 fixed = 70 total (was 0)
+1 💚 mvnsite 0m 23s the patch passed
-1 ❌ pylint 0m 1s /results-pylint.txt The patch generated 18 new + 0 unchanged - 0 fixed = 18 total (was 0)
-1 ❌ javadoc 0m 20s /results-javadoc-javadoc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-jdkUbuntu-21.0.7+6-Ubuntu-0ubuntu120.04.txt hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-jdkUbuntu-21.0.7+6-Ubuntu-0ubuntu120.04 with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04 generated 8 new + 2635 unchanged - 0 fixed = 2643 total (was 2635)
-1 ❌ javadoc 0m 18s /results-javadoc-javadoc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-jdkUbuntu-17.0.15+6-Ubuntu-0ubuntu120.04.txt hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-jdkUbuntu-17.0.15+6-Ubuntu-0ubuntu120.04 with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04 generated 7 new + 2545 unchanged - 0 fixed = 2552 total (was 2545)
+1 💚 spotbugs 0m 52s the patch passed
-1 ❌ shadedclient 14m 18s patch has errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 21m 48s /patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 0m 21s The patch does not generate ASF License warnings.
92m 7s
Reason Tests
Failed junit tests hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService
Subsystem Report/Notes
Docker ClientAPI=1.52 ServerAPI=1.52 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/1/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets pylint
uname Linux d0f5bf843c2e 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 / c3176f0
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-8123/1/testReport/
Max. process+thread count 637 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/1/console
versions git=2.25.1 maven=3.9.11 spotbugs=4.9.7 pylint=2.6.0
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 43s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s 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 21m 41s trunk passed
+1 💚 compile 0m 51s trunk passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 compile 0m 48s trunk passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
+1 💚 checkstyle 0m 19s trunk passed
+1 💚 mvnsite 0m 27s trunk passed
+1 💚 javadoc 0m 30s trunk passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javadoc 0m 24s trunk passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
-1 ❌ spotbugs 0m 54s /branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager in trunk has 1 extant spotbugs warnings.
+1 💚 shadedclient 14m 28s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 💚 mvninstall 0m 20s the patch passed
+1 💚 compile 0m 45s the patch passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javac 0m 45s the patch passed
+1 💚 compile 0m 48s the patch passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
+1 💚 javac 0m 48s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 13s /results-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager: The patch generated 70 new + 0 unchanged - 0 fixed = 70 total (was 0)
+1 💚 mvnsite 0m 24s the patch passed
-1 ❌ pylint 0m 1s /results-pylint.txt The patch generated 18 new + 0 unchanged - 0 fixed = 18 total (was 0)
-1 ❌ javadoc 0m 20s /results-javadoc-javadoc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-jdkUbuntu-21.0.7+6-Ubuntu-0ubuntu120.04.txt hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-jdkUbuntu-21.0.7+6-Ubuntu-0ubuntu120.04 with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04 generated 8 new + 2635 unchanged - 0 fixed = 2643 total (was 2635)
-1 ❌ javadoc 0m 18s /results-javadoc-javadoc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-jdkUbuntu-17.0.15+6-Ubuntu-0ubuntu120.04.txt hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-jdkUbuntu-17.0.15+6-Ubuntu-0ubuntu120.04 with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04 generated 7 new + 2545 unchanged - 0 fixed = 2552 total (was 2545)
+1 💚 spotbugs 0m 52s the patch passed
-1 ❌ shadedclient 14m 21s patch has errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 21m 55s /patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 0m 19s The patch does not generate ASF License warnings.
82m 38s
Reason Tests
Failed junit tests hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService
Subsystem Report/Notes
Docker ClientAPI=1.52 ServerAPI=1.52 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/2/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets pylint
uname Linux d4234d1b9895 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 / fee2f9e
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-8123/2/testReport/
Max. process+thread count 610 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/2/console
versions git=2.25.1 maven=3.9.11 spotbugs=4.9.7 pylint=2.6.0
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 43s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets 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 _
+1 💚 mvninstall 23m 20s trunk passed
+1 💚 compile 0m 49s trunk passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 compile 0m 49s trunk passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
+1 💚 checkstyle 0m 17s trunk passed
+1 💚 mvnsite 0m 28s trunk passed
+1 💚 javadoc 0m 26s trunk passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javadoc 0m 26s trunk passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
-1 ❌ spotbugs 0m 52s /branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager in trunk has 1 extant spotbugs warnings.
+1 💚 shadedclient 14m 6s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 💚 mvninstall 0m 22s the patch passed
+1 💚 compile 0m 45s the patch passed with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04
+1 💚 javac 0m 45s the patch passed
+1 💚 compile 0m 45s the patch passed with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04
+1 💚 javac 0m 45s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 12s /results-checkstyle-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager: The patch generated 102 new + 0 unchanged - 0 fixed = 102 total (was 0)
+1 💚 mvnsite 0m 24s the patch passed
-1 ❌ pylint 0m 1s /results-pylint.txt The patch generated 18 new + 0 unchanged - 0 fixed = 18 total (was 0)
-1 ❌ javadoc 0m 19s /results-javadoc-javadoc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-jdkUbuntu-21.0.7+6-Ubuntu-0ubuntu120.04.txt hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-jdkUbuntu-21.0.7+6-Ubuntu-0ubuntu120.04 with JDK Ubuntu-21.0.7+6-Ubuntu-0ubuntu120.04 generated 8 new + 2635 unchanged - 0 fixed = 2643 total (was 2635)
-1 ❌ javadoc 0m 20s /results-javadoc-javadoc-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-jdkUbuntu-17.0.15+6-Ubuntu-0ubuntu120.04.txt hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-jdkUbuntu-17.0.15+6-Ubuntu-0ubuntu120.04 with JDK Ubuntu-17.0.15+6-Ubuntu-0ubuntu120.04 generated 7 new + 2545 unchanged - 0 fixed = 2552 total (was 2545)
+1 💚 spotbugs 0m 49s the patch passed
-1 ❌ shadedclient 14m 18s patch has errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 21m 56s hadoop-yarn-server-nodemanager in the patch passed.
-1 ❌ asflicense 0m 22s /results-asflicense.txt The patch generated 1 ASF License warnings.
83m 57s
Subsystem Report/Notes
Docker ClientAPI=1.52 ServerAPI=1.52 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/3/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets pylint
uname Linux 7a0e9ae4344b 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 / 38c757f
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-8123/3/testReport/
Max. process+thread count 637 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/3/console
versions git=2.25.1 maven=3.9.11 spotbugs=4.9.7 pylint=2.6.0
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@Hean-Chhinling Hean-Chhinling changed the title YARN-11823: add new endpoints for getting jstacks of application and nodes YARN-11823: add new endpoints for getting jstacks of ApplicationId and NodeManager processes Feb 2, 2026
@Hean-Chhinling Hean-Chhinling changed the title YARN-11823: add new endpoints for getting jstacks of ApplicationId and NodeManager processes YARN-11823: add new endpoints for getting jstacks of ApplicationId and NodeManager process Feb 2, 2026
@Hean-Chhinling Hean-Chhinling marked this pull request as ready for review February 2, 2026 17:52
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 40s 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 appears to include 1 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 9m 7s Maven dependency ordering for branch
+1 💚 mvninstall 21m 6s trunk passed
+1 💚 compile 3m 21s trunk passed with JDK Ubuntu-21.0.9+10-Ubuntu-124.04
+1 💚 compile 3m 32s trunk passed with JDK Ubuntu-17.0.17+10-Ubuntu-124.04
+1 💚 checkstyle 1m 17s trunk passed
+1 💚 mvnsite 1m 25s trunk passed
+1 💚 javadoc 1m 14s trunk passed with JDK Ubuntu-21.0.9+10-Ubuntu-124.04
+1 💚 javadoc 1m 10s trunk passed with JDK Ubuntu-17.0.17+10-Ubuntu-124.04
+1 💚 spotbugs 2m 35s trunk passed
+1 💚 shadedclient 16m 3s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 16m 21s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 16s Maven dependency ordering for patch
+1 💚 mvninstall 1m 9s the patch passed
+1 💚 compile 3m 6s the patch passed with JDK Ubuntu-21.0.9+10-Ubuntu-124.04
+1 💚 javac 3m 6s the patch passed
+1 💚 compile 3m 28s the patch passed with JDK Ubuntu-17.0.17+10-Ubuntu-124.04
+1 💚 javac 3m 28s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 1m 17s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 72 new + 164 unchanged - 0 fixed = 236 total (was 164)
+1 💚 mvnsite 1m 15s the patch passed
+1 💚 javadoc 1m 4s the patch passed with JDK Ubuntu-21.0.9+10-Ubuntu-124.04
+1 💚 javadoc 1m 11s the patch passed with JDK Ubuntu-17.0.17+10-Ubuntu-124.04
+1 💚 spotbugs 2m 42s the patch passed
+1 💚 shadedclient 16m 0s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 0m 47s /patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-api.txt hadoop-yarn-api in the patch passed.
+1 💚 unit 22m 42s hadoop-yarn-server-nodemanager in the patch passed.
-1 ❌ asflicense 0m 35s /results-asflicense.txt The patch generated 1 ASF License warnings.
120m 30s
Reason Tests
Failed junit tests hadoop.yarn.conf.TestYarnConfigurationFields
Subsystem Report/Notes
Docker ClientAPI=1.53 ServerAPI=1.53 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/5/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 2731eef37504 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 0a3300c
Default Java Ubuntu-17.0.17+10-Ubuntu-124.04
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.9+10-Ubuntu-124.04 /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.17+10-Ubuntu-124.04
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/5/testReport/
Max. process+thread count 629 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/5/console
versions git=2.43.0 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.


/** Flag to turn on/off jstack endpoints for NodeManager. By default is True **/
public static final String NM_JSTACK_ENDPOINTS_ENABLED =
NM_PREFIX + "jstack-endpoints.enabled";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think diagnostic-api instead of jstack-endpoints would be more suitable here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmm...since this configuration only control the jstack endpoints, so I think it is better to name it jstack instead of diagnostic.

May I know why do you want to name it diagnostic-api?

It seems to general to me.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If later someone would like to add other functionality to the endpoint a more generic name can be useful here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but yes, based on the property desc we can keep as it is

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, i see your point. I will keep it as it is since this is only for the jstack maybe in the future a new configuration shall be added or refactored to combine both together maybe jmap or something.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 0s Docker mode activated.
-1 ❌ docker 0m 19s Docker failed to build run-specific yetus/hadoop:tp-5346}.
Subsystem Report/Notes
GITHUB PR #8123
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/6/console
versions git=2.34.1
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 24s 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 10m 12s Maven dependency ordering for branch
-1 ❌ mvninstall 21m 31s /branch-mvninstall-root.txt root in trunk failed.
-1 ❌ compile 3m 28s /branch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-21.0.10+7-Ubuntu-124.04.txt hadoop-yarn in trunk failed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04.
-1 ❌ compile 3m 36s /branch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-17.0.18+8-Ubuntu-124.04.1.txt hadoop-yarn in trunk failed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1.
+1 💚 checkstyle 1m 21s trunk passed
+1 💚 mvnsite 1m 57s trunk passed
+1 💚 javadoc 1m 59s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 1m 50s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 spotbugs 3m 39s trunk passed
+1 💚 shadedclient 15m 45s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 16m 4s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 16s Maven dependency ordering for patch
+1 💚 mvninstall 1m 28s the patch passed
-1 ❌ compile 3m 34s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-21.0.10+7-Ubuntu-124.04.txt hadoop-yarn in the patch failed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04.
-1 ❌ javac 3m 34s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-21.0.10+7-Ubuntu-124.04.txt hadoop-yarn in the patch failed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04.
-1 ❌ compile 3m 28s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-17.0.18+8-Ubuntu-124.04.1.txt hadoop-yarn in the patch failed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1.
-1 ❌ javac 3m 28s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-17.0.18+8-Ubuntu-124.04.1.txt hadoop-yarn in the patch failed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1.
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 1m 15s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 84 new + 164 unchanged - 0 fixed = 248 total (was 164)
+1 💚 mvnsite 1m 59s the patch passed
+1 💚 javadoc 1m 39s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 1m 38s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 spotbugs 3m 56s the patch passed
+1 💚 shadedclient 15m 40s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 44s hadoop-yarn-api in the patch passed.
+1 💚 unit 4m 20s hadoop-yarn-common in the patch passed.
+1 💚 unit 22m 36s hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 0m 37s The patch does not generate ASF License warnings.
132m 7s
Subsystem Report/Notes
Docker ClientAPI=1.53 ServerAPI=1.53 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/7/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint
uname Linux 05fd9a9c638c 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / ff7dde6
Default Java Ubuntu-17.0.18+8-Ubuntu-124.04.1
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.10+7-Ubuntu-124.04 /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.18+8-Ubuntu-124.04.1
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/7/testReport/
Max. process+thread count 620 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/7/console
versions git=2.43.0 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@Hean-Chhinling
Copy link
Contributor Author

Hean-Chhinling commented Feb 18, 2026

All the endpoints failed with 404 as of now. Not sure why this is happening

  1. http://localhost:8044/ws/v1/node/apps/application_1771432292573_0002/jstack/3
  2. http://localhost:8044/ws/v1/node/jstack/4

Maybe of not running with the up-to-date hadoop build

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 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.
+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 21m 34s trunk passed
+1 💚 compile 3m 17s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 compile 3m 20s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 checkstyle 1m 20s trunk passed
+1 💚 mvnsite 1m 53s trunk passed
+1 💚 javadoc 1m 57s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 1m 54s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 spotbugs 3m 49s trunk passed
+1 💚 shadedclient 16m 14s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 16m 32s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 17s Maven dependency ordering for patch
+1 💚 mvninstall 1m 29s the patch passed
+1 💚 compile 3m 5s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javac 3m 5s the patch passed
+1 💚 compile 3m 21s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 javac 3m 21s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 1m 13s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 94 new + 164 unchanged - 0 fixed = 258 total (was 164)
+1 💚 mvnsite 1m 44s the patch passed
+1 💚 javadoc 1m 45s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 1m 41s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
-1 ❌ spotbugs 1m 9s /new-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚 shadedclient 16m 9s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 47s hadoop-yarn-api in the patch passed.
+1 💚 unit 4m 16s hadoop-yarn-common in the patch passed.
+1 💚 unit 22m 38s hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 0m 37s The patch does not generate ASF License warnings.
129m 12s
Reason Tests
SpotBugs module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
Format string should use %n rather than n in org.apache.hadoop.yarn.server.nodemanager.webapp.DiagnosticJStackService.runJStack(long, int) At DiagnosticJStackService.java:rather than n in org.apache.hadoop.yarn.server.nodemanager.webapp.DiagnosticJStackService.runJStack(long, int) At DiagnosticJStackService.java:[line 152]
Subsystem Report/Notes
Docker ClientAPI=1.53 ServerAPI=1.53 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/8/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint
uname Linux 4d2e65fa1c8b 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / a26987c
Default Java Ubuntu-17.0.18+8-Ubuntu-124.04.1
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.10+7-Ubuntu-124.04 /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.18+8-Ubuntu-124.04.1
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/8/testReport/
Max. process+thread count 618 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/8/console
versions git=2.43.0 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@Hean-Chhinling
Copy link
Contributor Author

Hean-Chhinling commented Feb 24, 2026

Next step is to create unit-test for DiagnosticJstackService class:

  1. Check the applicationId, wrong format
  2. Test on getting the Process ID for specific applicationId
  3. Test when running jstack command on a ProcessId then the process is not alive anymore

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 25s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+0 🆗 xmllint 0m 1s 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 2m 22s Maven dependency ordering for branch
+1 💚 mvninstall 28m 52s trunk passed
+1 💚 compile 3m 52s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 compile 3m 32s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 checkstyle 1m 21s trunk passed
+1 💚 mvnsite 2m 2s trunk passed
+1 💚 javadoc 1m 47s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 1m 58s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 spotbugs 3m 43s trunk passed
+1 💚 shadedclient 15m 39s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 15m 58s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 17s Maven dependency ordering for patch
+1 💚 mvninstall 1m 31s the patch passed
+1 💚 compile 3m 7s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javac 3m 7s the patch passed
+1 💚 compile 3m 29s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 javac 3m 29s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 1m 17s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 70 new + 164 unchanged - 0 fixed = 234 total (was 164)
+1 💚 mvnsite 1m 49s the patch passed
+1 💚 javadoc 1m 39s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 1m 49s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
-1 ❌ spotbugs 1m 11s /new-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚 shadedclient 16m 7s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 46s hadoop-yarn-api in the patch passed.
+1 💚 unit 4m 20s hadoop-yarn-common in the patch passed.
-1 ❌ unit 22m 24s /patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 0m 37s The patch does not generate ASF License warnings.
131m 58s
Reason Tests
SpotBugs module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
Format string should use %n rather than n in org.apache.hadoop.yarn.server.nodemanager.webapp.DiagnosticJStackService.runJStack(long, int) At DiagnosticJStackService.java:rather than n in org.apache.hadoop.yarn.server.nodemanager.webapp.DiagnosticJStackService.runJStack(long, int) At DiagnosticJStackService.java:[line 135]
Failed junit tests hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService
Subsystem Report/Notes
Docker ClientAPI=1.53 ServerAPI=1.53 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/9/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint
uname Linux 5e1d10e0a0bb 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 0a60eb2
Default Java Ubuntu-17.0.18+8-Ubuntu-124.04.1
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.10+7-Ubuntu-124.04 /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.18+8-Ubuntu-124.04.1
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/9/testReport/
Max. process+thread count 616 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/9/console
versions git=2.43.0 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 23s 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 0m 18s Maven dependency ordering for branch
+1 💚 mvninstall 19m 54s trunk passed
+1 💚 compile 3m 22s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 compile 3m 31s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 checkstyle 1m 19s trunk passed
+1 💚 mvnsite 2m 8s trunk passed
+1 💚 javadoc 1m 49s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 1m 51s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 spotbugs 3m 39s trunk passed
+1 💚 shadedclient 15m 39s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 15m 58s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 16s Maven dependency ordering for patch
+1 💚 mvninstall 1m 28s the patch passed
+1 💚 compile 3m 13s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 cc 3m 13s the patch passed
+1 💚 golang 3m 13s the patch passed
+1 💚 javac 3m 13s the patch passed
+1 💚 compile 3m 19s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 cc 3m 19s the patch passed
+1 💚 golang 3m 19s the patch passed
+1 💚 javac 3m 19s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 1m 10s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 79 new + 164 unchanged - 0 fixed = 243 total (was 164)
+1 💚 mvnsite 1m 53s the patch passed
+1 💚 javadoc 1m 40s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 1m 41s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 spotbugs 3m 54s the patch passed
+1 💚 shadedclient 15m 55s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 49s hadoop-yarn-api in the patch passed.
+1 💚 unit 4m 22s hadoop-yarn-common in the patch passed.
+1 💚 unit 22m 43s hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 0m 35s The patch does not generate ASF License warnings.
121m 41s
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/15/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux dfbb62c95554 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 0dd4870
Default Java Ubuntu-17.0.18+8-Ubuntu-124.04.1
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.10+7-Ubuntu-124.04 /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.18+8-Ubuntu-124.04.1
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/15/testReport/
Max. process+thread count 639 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/15/console
versions git=2.43.0 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 14m 36s 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 appears to include 1 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 2m 35s Maven dependency ordering for branch
+1 💚 mvninstall 45m 34s trunk passed
+1 💚 compile 7m 39s trunk passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 compile 7m 43s trunk passed with JDK Red Hat, Inc.-17.0.18+8-LTS
+1 💚 checkstyle 3m 30s trunk passed
+1 💚 mvnsite 6m 42s trunk passed
+1 💚 javadoc 6m 32s trunk passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 javadoc 6m 19s trunk passed with JDK Red Hat, Inc.-17.0.18+8-LTS
+1 💚 spotbugs 10m 2s trunk passed
+1 💚 shadedclient 32m 58s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 33m 43s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 49s Maven dependency ordering for patch
+1 💚 mvninstall 3m 22s the patch passed
+1 💚 compile 6m 14s the patch passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 cc 6m 14s the patch passed
+1 💚 golang 6m 14s the patch passed
+1 💚 javac 6m 14s the patch passed
+1 💚 compile 7m 24s the patch passed with JDK Red Hat, Inc.-17.0.18+8-LTS
+1 💚 cc 7m 24s the patch passed
+1 💚 golang 7m 24s the patch passed
+1 💚 javac 7m 24s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 3m 15s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 79 new + 165 unchanged - 0 fixed = 244 total (was 165)
+1 💚 mvnsite 5m 59s the patch passed
+1 💚 xmllint 0m 0s No new issues.
+1 💚 javadoc 5m 42s the patch passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 javadoc 5m 30s the patch passed with JDK Red Hat, Inc.-17.0.18+8-LTS
+1 💚 spotbugs 9m 45s the patch passed
+1 💚 shadedclient 32m 29s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 2m 17s hadoop-yarn-api in the patch passed.
+1 💚 unit 6m 50s hadoop-yarn-common in the patch passed.
+1 💚 unit 28m 14s hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 2m 5s The patch does not generate ASF License warnings.
271m 32s
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/16/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux 48e602706ace 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 0dd4870
Default Java Red Hat, Inc.-17.0.18+8-LTS
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-21.0.10.0.7-1.el8.x86_64:Red Hat, Inc.-21.0.10+7-LTS /usr/lib/jvm/java-17-openjdk-17.0.18.0.8-1.el8.x86_64:Red Hat, Inc.-17.0.18+8-LTS
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/16/testReport/
Max. process+thread count 640 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/16/console
versions git=2.43.7 maven=3.9.11 spotbugs=4.9.7 xmllint=20907
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 13m 7s 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 0m 30s Maven dependency ordering for branch
+1 💚 mvninstall 35m 26s trunk passed
+1 💚 compile 6m 25s trunk passed
+1 💚 checkstyle 2m 23s trunk passed
+1 💚 mvnsite 3m 29s trunk passed
+1 💚 javadoc 3m 22s trunk passed
+1 💚 spotbugs 6m 55s trunk passed
+1 💚 shadedclient 29m 21s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 29m 53s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 33s Maven dependency ordering for patch
+1 💚 mvninstall 2m 31s the patch passed
+1 💚 compile 5m 42s the patch passed
+1 💚 cc 5m 42s the patch passed
+1 💚 golang 5m 42s the patch passed
+1 💚 javac 5m 42s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 2m 17s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 79 new + 165 unchanged - 0 fixed = 244 total (was 165)
+1 💚 mvnsite 3m 20s the patch passed
+1 💚 javadoc 3m 9s the patch passed
+1 💚 spotbugs 7m 12s the patch passed
+1 💚 shadedclient 29m 25s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 1m 18s hadoop-yarn-api in the patch passed.
+1 💚 unit 5m 56s hadoop-yarn-common in the patch passed.
-1 ❌ unit 27m 0s /patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 1m 7s The patch does not generate ASF License warnings.
193m 9s
Reason Tests
Failed junit tests TEST-cetest
hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga.TestFpgaDiscoverer
hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/16/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux 9183f18b9a2b 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 0dd4870
Default Java Debian-25.0.2+10-Debian-1deb13u2
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/16/testReport/
Max. process+thread count 592 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/16/console
versions git=2.47.3 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 13m 36s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s 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 0m 27s Maven dependency ordering for branch
+1 💚 mvninstall 35m 42s trunk passed
+1 💚 compile 6m 32s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 compile 6m 19s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 checkstyle 2m 31s trunk passed
+1 💚 mvnsite 3m 43s trunk passed
+1 💚 javadoc 3m 24s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 3m 23s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 spotbugs 6m 54s trunk passed
+1 💚 shadedclient 28m 50s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 29m 21s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 37s Maven dependency ordering for patch
+1 💚 mvninstall 2m 29s the patch passed
+1 💚 compile 5m 41s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 cc 5m 41s the patch passed
+1 💚 golang 5m 41s the patch passed
+1 💚 javac 5m 41s the patch passed
+1 💚 compile 6m 19s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 cc 6m 19s the patch passed
+1 💚 golang 6m 19s the patch passed
+1 💚 javac 6m 19s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 2m 21s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 79 new + 165 unchanged - 0 fixed = 244 total (was 165)
+1 💚 mvnsite 3m 19s the patch passed
+1 💚 javadoc 3m 5s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 3m 2s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 spotbugs 7m 5s the patch passed
+1 💚 shadedclient 29m 4s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 1m 21s hadoop-yarn-api in the patch passed.
+1 💚 unit 5m 51s hadoop-yarn-common in the patch passed.
+1 💚 unit 26m 40s hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 1m 6s The patch does not generate ASF License warnings.
214m 22s
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/16/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux 64d647d22268 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 0dd4870
Default Java Ubuntu-17.0.18+8-Ubuntu-124.04.1
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.10+7-Ubuntu-124.04 /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.18+8-Ubuntu-124.04.1
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/16/testReport/
Max. process+thread count 612 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/16/console
versions git=2.43.0 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@Hean-Chhinling
Copy link
Contributor Author

ApplicationJStack_application_1772624045426.txt
New Response from {nodemanager}/ws/v1/node/apps/application_1772624045426_0003/jstack/2

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 9m 52s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets 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 2m 4s Maven dependency ordering for branch
+1 💚 mvninstall 30m 32s trunk passed
+1 💚 compile 4m 57s trunk passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 compile 4m 37s trunk passed with JDK Red Hat, Inc.-17.0.18+8-LTS
+1 💚 checkstyle 2m 4s trunk passed
+1 💚 mvnsite 4m 0s trunk passed
+1 💚 javadoc 3m 44s trunk passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 javadoc 3m 45s trunk passed with JDK Red Hat, Inc.-17.0.18+8-LTS
+1 💚 spotbugs 6m 29s trunk passed
+1 💚 shadedclient 21m 42s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 22m 8s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 35s Maven dependency ordering for patch
+1 💚 mvninstall 2m 8s the patch passed
+1 💚 compile 3m 55s the patch passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 cc 3m 55s the patch passed
+1 💚 golang 3m 55s the patch passed
+1 💚 javac 3m 55s the patch passed
+1 💚 compile 4m 53s the patch passed with JDK Red Hat, Inc.-17.0.18+8-LTS
+1 💚 cc 4m 53s the patch passed
+1 💚 golang 4m 53s the patch passed
+1 💚 javac 4m 53s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 2m 26s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 86 new + 164 unchanged - 0 fixed = 250 total (was 164)
+1 💚 mvnsite 3m 35s the patch passed
+1 💚 xmllint 0m 0s No new issues.
+1 💚 javadoc 3m 6s the patch passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 javadoc 3m 11s the patch passed with JDK Red Hat, Inc.-17.0.18+8-LTS
-1 ❌ spotbugs 1m 54s /new-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚 shadedclient 19m 58s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 1m 38s hadoop-yarn-api in the patch passed.
+1 💚 unit 5m 20s hadoop-yarn-common in the patch passed.
+1 💚 unit 24m 26s hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 1m 28s The patch does not generate ASF License warnings.
179m 26s
Reason Tests
SpotBugs module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
org.apache.hadoop.yarn.server.nodemanager.webapp.DiagnosticJStackService.runJStack(Map, int) makes inefficient use of keySet iterator instead of entrySet iterator At DiagnosticJStackService.java:of keySet iterator instead of entrySet iterator At DiagnosticJStackService.java:[line 108]
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/17/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux cc7832cb648b 5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 75bcbab
Default Java Red Hat, Inc.-17.0.18+8-LTS
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-21.0.10.0.7-1.el8.x86_64:Red Hat, Inc.-21.0.10+7-LTS /usr/lib/jvm/java-17-openjdk-17.0.18.0.8-1.el8.x86_64:Red Hat, Inc.-17.0.18+8-LTS
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/17/testReport/
Max. process+thread count 609 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/17/console
versions git=2.43.7 maven=3.9.11 spotbugs=4.9.7 xmllint=20907
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.


List<Long> javaContainerPids = ProcessHandle.of(parentPid).stream()
.flatMap(ProcessHandle::descendants)
.filter(childProcess -> childProcess.info().command().orElse("").contains("java"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now only java based container checked with jstack what is good.
However now if a container is not java proc, and user wants to debug it with the API, the container wont be present in the response what can be confusing.
Instead if skipping non java based containers, can you please add them to the response and marked them there like not java containers so jstack can not be done for them?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, i will put those non-java container in the response.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also maybe there is a more robust way to check what is java process:

can you please check this?
https://docs.oracle.com/javase/7/docs/technotes/tools/share/jps.html

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 7m 51s 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 0m 17s Maven dependency ordering for branch
+1 💚 mvninstall 22m 7s trunk passed
+1 💚 compile 3m 43s trunk passed
+1 💚 checkstyle 1m 25s trunk passed
+1 💚 mvnsite 2m 13s trunk passed
+1 💚 javadoc 2m 0s trunk passed
+1 💚 spotbugs 4m 7s trunk passed
+1 💚 shadedclient 17m 57s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 18m 18s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 17s Maven dependency ordering for patch
+1 💚 mvninstall 1m 37s the patch passed
+1 💚 compile 3m 33s the patch passed
+1 💚 cc 3m 33s the patch passed
+1 💚 golang 3m 33s the patch passed
+1 💚 javac 3m 33s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 1m 12s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 86 new + 164 unchanged - 0 fixed = 250 total (was 164)
+1 💚 mvnsite 1m 52s the patch passed
+1 💚 javadoc 1m 54s the patch passed
-1 ❌ spotbugs 1m 14s /new-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚 shadedclient 17m 30s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 50s hadoop-yarn-api in the patch passed.
+1 💚 unit 4m 39s hadoop-yarn-common in the patch passed.
-1 ❌ unit 23m 43s /patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 0m 44s The patch does not generate ASF License warnings.
125m 57s
Reason Tests
SpotBugs module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
org.apache.hadoop.yarn.server.nodemanager.webapp.DiagnosticJStackService.runJStack(Map, int) makes inefficient use of keySet iterator instead of entrySet iterator At DiagnosticJStackService.java:of keySet iterator instead of entrySet iterator At DiagnosticJStackService.java:[line 108]
Failed junit tests hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor
TEST-cetest
hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga.TestFpgaDiscoverer
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/17/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux d6f31179e932 5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 75bcbab
Default Java Debian-25.0.2+10-Debian-1deb13u2
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/17/testReport/
Max. process+thread count 591 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/17/console
versions git=2.47.3 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 24s 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 0m 18s Maven dependency ordering for branch
+1 💚 mvninstall 22m 11s trunk passed
+1 💚 compile 3m 31s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 compile 3m 41s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 checkstyle 1m 33s trunk passed
+1 💚 mvnsite 2m 12s trunk passed
+1 💚 javadoc 2m 2s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 2m 12s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 spotbugs 4m 8s trunk passed
+1 💚 shadedclient 17m 31s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 17m 51s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 18s Maven dependency ordering for patch
+1 💚 mvninstall 1m 35s the patch passed
+1 💚 compile 3m 28s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 cc 3m 28s the patch passed
+1 💚 golang 3m 28s the patch passed
+1 💚 javac 3m 28s the patch passed
+1 💚 compile 3m 38s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 cc 3m 38s the patch passed
+1 💚 golang 3m 38s the patch passed
+1 💚 javac 3m 38s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 1m 27s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 86 new + 164 unchanged - 0 fixed = 250 total (was 164)
+1 💚 mvnsite 2m 5s the patch passed
+1 💚 javadoc 1m 51s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 1m 56s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
-1 ❌ spotbugs 1m 12s /new-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚 shadedclient 17m 37s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 41s hadoop-yarn-api in the patch passed.
+1 💚 unit 4m 35s hadoop-yarn-common in the patch passed.
+1 💚 unit 23m 24s hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 0m 41s The patch does not generate ASF License warnings.
130m 34s
Reason Tests
SpotBugs module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
org.apache.hadoop.yarn.server.nodemanager.webapp.DiagnosticJStackService.runJStack(Map, int) makes inefficient use of keySet iterator instead of entrySet iterator At DiagnosticJStackService.java:of keySet iterator instead of entrySet iterator At DiagnosticJStackService.java:[line 108]
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/17/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux 82b5330da33e 5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 75bcbab
Default Java Ubuntu-17.0.18+8-Ubuntu-124.04.1
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.10+7-Ubuntu-124.04 /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.18+8-Ubuntu-124.04.1
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/17/testReport/
Max. process+thread count 640 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/17/console
versions git=2.43.0 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 14m 29s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets 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 4m 12s Maven dependency ordering for branch
+1 💚 mvninstall 44m 7s trunk passed
+1 💚 compile 7m 41s trunk passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 compile 7m 42s trunk passed with JDK Red Hat, Inc.-17.0.18+8-LTS
+1 💚 checkstyle 3m 34s trunk passed
+1 💚 mvnsite 6m 47s trunk passed
+1 💚 javadoc 6m 33s trunk passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 javadoc 6m 24s trunk passed with JDK Red Hat, Inc.-17.0.18+8-LTS
+1 💚 spotbugs 9m 56s trunk passed
+1 💚 shadedclient 32m 39s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 33m 23s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 50s Maven dependency ordering for patch
+1 💚 mvninstall 3m 22s the patch passed
+1 💚 compile 6m 17s the patch passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 cc 6m 17s the patch passed
+1 💚 golang 6m 17s the patch passed
+1 💚 javac 6m 17s the patch passed
+1 💚 compile 7m 31s the patch passed with JDK Red Hat, Inc.-17.0.18+8-LTS
+1 💚 cc 7m 31s the patch passed
+1 💚 golang 7m 31s the patch passed
+1 💚 javac 7m 31s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 3m 11s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 86 new + 165 unchanged - 0 fixed = 251 total (was 165)
+1 💚 mvnsite 5m 57s the patch passed
+1 💚 xmllint 0m 0s No new issues.
+1 💚 javadoc 5m 41s the patch passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 javadoc 5m 39s the patch passed with JDK Red Hat, Inc.-17.0.18+8-LTS
-1 ❌ spotbugs 2m 57s /new-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚 shadedclient 32m 42s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 2m 18s hadoop-yarn-api in the patch passed.
+1 💚 unit 6m 49s hadoop-yarn-common in the patch passed.
+1 💚 unit 28m 14s hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 2m 8s The patch does not generate ASF License warnings.
270m 8s
Reason Tests
SpotBugs module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
org.apache.hadoop.yarn.server.nodemanager.webapp.DiagnosticJStackService.runJStack(Map, int) makes inefficient use of keySet iterator instead of entrySet iterator At DiagnosticJStackService.java:of keySet iterator instead of entrySet iterator At DiagnosticJStackService.java:[line 108]
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/18/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux e666fa4413da 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / a455836
Default Java Red Hat, Inc.-17.0.18+8-LTS
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-21.0.10.0.7-1.el8.x86_64:Red Hat, Inc.-21.0.10+7-LTS /usr/lib/jvm/java-17-openjdk-17.0.18.0.8-1.el8.x86_64:Red Hat, Inc.-17.0.18+8-LTS
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/18/testReport/
Max. process+thread count 637 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/18/console
versions git=2.43.7 maven=3.9.11 spotbugs=4.9.7 xmllint=20907
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 13m 16s 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 0m 31s Maven dependency ordering for branch
+1 💚 mvninstall 35m 6s trunk passed
+1 💚 compile 6m 18s trunk passed
+1 💚 checkstyle 2m 22s trunk passed
+1 💚 mvnsite 3m 37s trunk passed
+1 💚 javadoc 3m 30s trunk passed
+1 💚 spotbugs 6m 51s trunk passed
+1 💚 shadedclient 29m 20s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 29m 52s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 30s Maven dependency ordering for patch
+1 💚 mvninstall 2m 34s the patch passed
+1 💚 compile 5m 46s the patch passed
+1 💚 cc 5m 46s the patch passed
+1 💚 golang 5m 46s the patch passed
+1 💚 javac 5m 46s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 2m 22s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 86 new + 165 unchanged - 0 fixed = 251 total (was 165)
+1 💚 mvnsite 3m 21s the patch passed
+1 💚 javadoc 3m 10s the patch passed
-1 ❌ spotbugs 2m 1s /new-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚 shadedclient 28m 56s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 1m 19s hadoop-yarn-api in the patch passed.
+1 💚 unit 5m 57s hadoop-yarn-common in the patch passed.
-1 ❌ unit 26m 48s /patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 1m 3s The patch does not generate ASF License warnings.
192m 30s
Reason Tests
SpotBugs module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
org.apache.hadoop.yarn.server.nodemanager.webapp.DiagnosticJStackService.runJStack(Map, int) makes inefficient use of keySet iterator instead of entrySet iterator At DiagnosticJStackService.java:of keySet iterator instead of entrySet iterator At DiagnosticJStackService.java:[line 108]
Failed junit tests TEST-cetest
hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga.TestFpgaDiscoverer
hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/18/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux a2d7ae49dce6 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / a455836
Default Java Debian-25.0.2+10-Debian-1deb13u2
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/18/testReport/
Max. process+thread count 615 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/18/console
versions git=2.47.3 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 35s 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 0m 43s Maven dependency ordering for branch
+1 💚 mvninstall 35m 29s trunk passed
+1 💚 compile 6m 19s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 compile 6m 23s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 checkstyle 2m 27s trunk passed
+1 💚 mvnsite 3m 35s trunk passed
+1 💚 javadoc 3m 26s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 3m 24s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 spotbugs 6m 51s trunk passed
+1 💚 shadedclient 28m 44s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 29m 17s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 27s Maven dependency ordering for patch
+1 💚 mvninstall 2m 30s the patch passed
+1 💚 compile 5m 37s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 cc 5m 37s the patch passed
+1 💚 golang 5m 37s the patch passed
+1 💚 javac 5m 37s the patch passed
+1 💚 compile 6m 20s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 cc 6m 20s the patch passed
+1 💚 golang 6m 20s the patch passed
+1 💚 javac 6m 20s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 2m 17s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 86 new + 165 unchanged - 0 fixed = 251 total (was 165)
+1 💚 mvnsite 3m 20s the patch passed
+1 💚 javadoc 3m 7s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 3m 2s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
-1 ❌ spotbugs 2m 3s /new-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.html hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚 shadedclient 29m 48s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 1m 22s hadoop-yarn-api in the patch passed.
+1 💚 unit 5m 52s hadoop-yarn-common in the patch passed.
+1 💚 unit 26m 55s hadoop-yarn-server-nodemanager in the patch passed.
+1 💚 asflicense 1m 4s The patch does not generate ASF License warnings.
201m 47s
Reason Tests
SpotBugs module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
org.apache.hadoop.yarn.server.nodemanager.webapp.DiagnosticJStackService.runJStack(Map, int) makes inefficient use of keySet iterator instead of entrySet iterator At DiagnosticJStackService.java:of keySet iterator instead of entrySet iterator At DiagnosticJStackService.java:[line 108]
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/18/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux 25d96309090c 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / a455836
Default Java Ubuntu-17.0.18+8-Ubuntu-124.04.1
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.10+7-Ubuntu-124.04 /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.18+8-Ubuntu-124.04.1
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/18/testReport/
Max. process+thread count 613 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/18/console
versions git=2.43.0 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@Hean-Chhinling
Copy link
Contributor Author

Hean-Chhinling commented Mar 20, 2026

Test in Secured Cluster

ACL Checks for knox ui user not authorised

https://{nm}:8443/gateway/cdp-proxy/yarn-nm/ws/v1/node/apps/application_1774020354194_0001/jstack/3


User knoxui is not authorized to view application application_1774020354194_0001

After adding ‘knoxui’ at ‘yarn.admin.acl’


=== Thread Dumps for ContainerId: container_e04_1774021720635_0004_01_000242, PID: 341961 ===
--- JStack iteration 0 for PID: 341961 ---
2026-03-20 16:33:30
Full thread dump OpenJDK 64-Bit Server VM (17.0.11+9-adhoc.root.jdk17u mixed mode, sharing):

Threads class SMR info:
_java_thread_list=0x00007fed242e1140, length=20, elements={
0x00007fed44033270, 0x00007fed441b7a70, 0x00007fed441b8e60, 0x00007fed441bffd0,
0x00007fed441c1390, 0x00007fed441c2ad0, 0x00007fed441c4670, 0x00007fed441c5bf0,
0x00007fed441c7070, 0x00007fed24035fc0, 0x00007fed441d2910, 0x00007fed44208af0,
0x00007fed24101a80, 0x00007fed24102c00, 0x00007fed24125d60, 0x00007fed24489b70,
0x000055f410c78c00, 0x000055f410c79d60, 0x000055f410c09f80, 0x00007fed242e0300
}

--- JStack iteration 1 for PID: 341953 ---
Status: Failed to collect thread dump. The process likely exited naturally before jstack could attach.
Error details: Exception in thread "main" java.io.IOException: Premature EOF
	at jdk.attach/sun.tools.attach.HotSpotVirtualMachine.readInt(HotSpotVirtualMachine.java:341)
	at jdk.attach/sun.tools.attach.VirtualMachineImpl.execute(VirtualMachineImpl.java:197)
	at jdk.attach/sun.tools.attach.HotSpotVirtualMachine.executeCommand(HotSpotVirtualMachine.java:310)
	at jdk.attach/sun.tools.attach.HotSpotVirtualMachine.remoteDataDump(HotSpotVirtualMachine.java:267)
	at jdk.jcmd/sun.tools.jstack.JStack.runThreadDump(JStack.java:130)
	at jdk.jcmd/sun.tools.jstack.JStack.main(JStack.java:109)

Next steps:

  1. Will update the unit-test
  2. Find a better way to get the java process

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 8m 27s 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 appears to include 1 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 2m 17s Maven dependency ordering for branch
+1 💚 mvninstall 28m 49s trunk passed
+1 💚 compile 4m 21s trunk passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 compile 4m 31s trunk passed with JDK Red Hat, Inc.-17.0.18+8-LTS
+1 💚 checkstyle 2m 10s trunk passed
+1 💚 mvnsite 4m 29s trunk passed
+1 💚 javadoc 4m 24s trunk passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 javadoc 4m 19s trunk passed with JDK Red Hat, Inc.-17.0.18+8-LTS
+1 💚 spotbugs 6m 21s trunk passed
+1 💚 shadedclient 18m 35s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 19m 3s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 38s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 28s /patch-mvninstall-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch failed.
-1 ❌ compile 0m 54s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkRedHat,Inc.-21.0.10+7-LTS.txt hadoop-yarn in the patch failed with JDK Red Hat, Inc.-21.0.10+7-LTS.
-1 ❌ cc 0m 54s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkRedHat,Inc.-21.0.10+7-LTS.txt hadoop-yarn in the patch failed with JDK Red Hat, Inc.-21.0.10+7-LTS.
-1 ❌ golang 0m 54s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkRedHat,Inc.-21.0.10+7-LTS.txt hadoop-yarn in the patch failed with JDK Red Hat, Inc.-21.0.10+7-LTS.
-1 ❌ javac 0m 54s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkRedHat,Inc.-21.0.10+7-LTS.txt hadoop-yarn in the patch failed with JDK Red Hat, Inc.-21.0.10+7-LTS.
-1 ❌ compile 1m 1s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkRedHat,Inc.-17.0.18+8-LTS.txt hadoop-yarn in the patch failed with JDK Red Hat, Inc.-17.0.18+8-LTS.
-1 ❌ cc 1m 1s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkRedHat,Inc.-17.0.18+8-LTS.txt hadoop-yarn in the patch failed with JDK Red Hat, Inc.-17.0.18+8-LTS.
-1 ❌ golang 1m 1s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkRedHat,Inc.-17.0.18+8-LTS.txt hadoop-yarn in the patch failed with JDK Red Hat, Inc.-17.0.18+8-LTS.
-1 ❌ javac 1m 1s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkRedHat,Inc.-17.0.18+8-LTS.txt hadoop-yarn in the patch failed with JDK Red Hat, Inc.-17.0.18+8-LTS.
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 1m 16s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 96 new + 164 unchanged - 0 fixed = 260 total (was 164)
-1 ❌ mvnsite 0m 31s /patch-mvnsite-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch failed.
+1 💚 xmllint 0m 0s No new issues.
+1 💚 javadoc 1m 41s the patch passed with JDK Red Hat, Inc.-21.0.10+7-LTS
+1 💚 javadoc 1m 45s the patch passed with JDK Red Hat, Inc.-17.0.18+8-LTS
-1 ❌ spotbugs 0m 32s /patch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch failed.
-1 ❌ shadedclient 7m 33s patch has errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 50s hadoop-yarn-api in the patch passed.
+1 💚 unit 4m 30s hadoop-yarn-common in the patch passed.
-1 ❌ unit 0m 36s /patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch failed.
+1 💚 asflicense 0m 34s The patch does not generate ASF License warnings.
117m 53s
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/19/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux d424275378e6 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 5168e01
Default Java Red Hat, Inc.-17.0.18+8-LTS
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-21.0.10.0.7-1.el8.x86_64:Red Hat, Inc.-21.0.10+7-LTS /usr/lib/jvm/java-17-openjdk-17.0.18.0.8-1.el8.x86_64:Red Hat, Inc.-17.0.18+8-LTS
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/19/testReport/
Max. process+thread count 615 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/19/console
versions git=2.43.7 maven=3.9.11 spotbugs=4.9.7 xmllint=20907
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

this.conf = context.getConf();
}

public String collectNodeThreadDump(int numberOfJStack) throws IOException {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case of NM stack i think we should check user is admin or not

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm...I see, so only an admin should be able to run the jstack for NM?

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 7m 14s 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 0m 18s Maven dependency ordering for branch
+1 💚 mvninstall 18m 36s trunk passed
+1 💚 compile 3m 37s trunk passed
+1 💚 checkstyle 1m 21s trunk passed
+1 💚 mvnsite 2m 11s trunk passed
+1 💚 javadoc 2m 4s trunk passed
+1 💚 spotbugs 3m 50s trunk passed
+1 💚 shadedclient 16m 13s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 16m 32s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 19s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 18s /patch-mvninstall-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch failed.
-1 ❌ compile 0m 41s /patch-compile-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn in the patch failed.
-1 ❌ cc 0m 41s /patch-compile-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn in the patch failed.
-1 ❌ golang 0m 41s /patch-compile-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn in the patch failed.
-1 ❌ javac 0m 41s /patch-compile-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn in the patch failed.
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 57s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 96 new + 164 unchanged - 0 fixed = 260 total (was 164)
-1 ❌ mvnsite 0m 19s /patch-mvnsite-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch failed.
+1 💚 javadoc 1m 10s the patch passed
-1 ❌ spotbugs 0m 20s /patch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch failed.
-1 ❌ shadedclient 6m 38s patch has errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 38s hadoop-yarn-api in the patch passed.
+1 💚 unit 4m 9s hadoop-yarn-common in the patch passed.
-1 ❌ unit 0m 19s /patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch failed.
+1 💚 asflicense 0m 20s The patch does not generate ASF License warnings.
76m 51s
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/19/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux bab062bab68a 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 5168e01
Default Java Debian-25.0.2+10-Debian-1deb13u2
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/19/testReport/
Max. process+thread count 620 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/19/console
versions git=2.47.3 maven=3.9.11 spotbugs=4.9.7
Powered by Apache Yetus 0.14.1 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 22s 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 0m 19s Maven dependency ordering for branch
+1 💚 mvninstall 19m 35s trunk passed
+1 💚 compile 3m 19s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 compile 3m 24s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
+1 💚 checkstyle 1m 20s trunk passed
+1 💚 mvnsite 2m 3s trunk passed
+1 💚 javadoc 1m 55s trunk passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 2m 3s trunk passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
-1 ❌ spotbugs 0m 45s /branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-api.txt hadoop-yarn-api in trunk failed.
-1 ❌ spotbugs 0m 41s /branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-common.txt hadoop-yarn-common in trunk failed.
-1 ❌ spotbugs 0m 44s /branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in trunk failed.
+1 💚 shadedclient 25m 0s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 25m 18s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 16s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 19s /patch-mvninstall-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch failed.
-1 ❌ compile 0m 42s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-21.0.10+7-Ubuntu-124.04.txt hadoop-yarn in the patch failed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04.
-1 ❌ cc 0m 42s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-21.0.10+7-Ubuntu-124.04.txt hadoop-yarn in the patch failed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04.
-1 ❌ golang 0m 42s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-21.0.10+7-Ubuntu-124.04.txt hadoop-yarn in the patch failed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04.
-1 ❌ javac 0m 42s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-21.0.10+7-Ubuntu-124.04.txt hadoop-yarn in the patch failed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04.
-1 ❌ compile 0m 42s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-17.0.18+8-Ubuntu-124.04.1.txt hadoop-yarn in the patch failed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1.
-1 ❌ cc 0m 42s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-17.0.18+8-Ubuntu-124.04.1.txt hadoop-yarn in the patch failed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1.
-1 ❌ golang 0m 42s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-17.0.18+8-Ubuntu-124.04.1.txt hadoop-yarn in the patch failed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1.
-1 ❌ javac 0m 42s /patch-compile-hadoop-yarn-project_hadoop-yarn-jdkUbuntu-17.0.18+8-Ubuntu-124.04.1.txt hadoop-yarn in the patch failed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1.
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 1m 1s /results-checkstyle-hadoop-yarn-project_hadoop-yarn.txt hadoop-yarn-project/hadoop-yarn: The patch generated 96 new + 164 unchanged - 0 fixed = 260 total (was 164)
-1 ❌ mvnsite 0m 22s /patch-mvnsite-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch failed.
+1 💚 javadoc 1m 11s the patch passed with JDK Ubuntu-21.0.10+7-Ubuntu-124.04
+1 💚 javadoc 1m 13s the patch passed with JDK Ubuntu-17.0.18+8-Ubuntu-124.04.1
-1 ❌ spotbugs 0m 26s /patch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-api.txt hadoop-yarn-api in the patch failed.
-1 ❌ spotbugs 0m 25s /patch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-common.txt hadoop-yarn-common in the patch failed.
-1 ❌ spotbugs 0m 21s /patch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch failed.
-1 ❌ shadedclient 13m 58s patch has errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 36s hadoop-yarn-api in the patch passed.
+1 💚 unit 4m 13s hadoop-yarn-common in the patch passed.
-1 ❌ unit 0m 22s /patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt hadoop-yarn-server-nodemanager in the patch failed.
+1 💚 asflicense 0m 20s The patch does not generate ASF License warnings.
74m 40s
Subsystem Report/Notes
Docker ClientAPI=1.54 ServerAPI=1.54 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/19/artifact/out/Dockerfile
GITHUB PR #8123
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets xmllint cc golang
uname Linux 7720ef7e9ee7 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 5168e01
Default Java Ubuntu-17.0.18+8-Ubuntu-124.04.1
Multi-JDK versions /usr/lib/jvm/java-21-openjdk-amd64:Ubuntu-21.0.10+7-Ubuntu-124.04 /usr/lib/jvm/java-17-openjdk-amd64:Ubuntu-17.0.18+8-Ubuntu-124.04.1
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/19/testReport/
Max. process+thread count 611 (vs. ulimit of 5500)
modules C: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager U: hadoop-yarn-project/hadoop-yarn
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8123/19/console
versions git=2.43.0 maven=3.9.11
Powered by Apache Yetus 0.14.1 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.

3 participants