Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/20474#discussion_r167917733
--- Diff: docs/monitoring.md ---
@@ -347,6 +347,10 @@ can be identified by their `[attempt-id]`. In the API
listed below, when running
<td><code>/applications/[app-id]/executors</code></td>
<td>A list of all active executors for the given application.</td>
</tr>
+ <tr>
+
<td><code>/applications/[app-id]/executors/[executor-id]/threads</code></td>
+ <td>Stack traces of all the threads running within the given active
executor.</td>
--- End diff --
Add that this is not available via the history server.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]