Arnab Karmakar has posted comments on this change. ( http://gerrit.cloudera.org:8080/23652 )
Change subject: IMPALA-13844: Add /stacks web page to dump native thread stacks ...................................................................... Patch Set 1: Ive faced a serious blocker while adding jstack output along with the pstack o/p. Because in JniUtil.java, the code uses ThreadInfo from ThreadMXBean.dumpAllThreads(), but Java's ThreadInfo class doesn't expose the native thread ID (nid). This is a limitation of the Java ThreadMXBean API. Without modifying the Java code significantly, we cannot match JVM threads to native threads. -- To view, visit http://gerrit.cloudera.org:8080/23652 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I9171c89d1d36726d98a4a61ca040d69254f50e92 Gerrit-Change-Number: 23652 Gerrit-PatchSet: 1 Gerrit-Owner: Arnab Karmakar <[email protected]> Gerrit-Reviewer: Arnab Karmakar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Pranav Lodha <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Surya Hebbar <[email protected]> Gerrit-Comment-Date: Wed, 12 Nov 2025 18:26:44 +0000 Gerrit-HasComments: No
