Github user rdblue commented on a diff in the pull request:
https://github.com/apache/spark/pull/15088#discussion_r78789880
--- Diff: core/src/main/scala/org/apache/spark/util/ThreadStackTrace.scala
---
@@ -24,4 +24,9 @@ private[spark] case class ThreadStackTrace(
threadId: Long,
threadName: String,
threadState: Thread.State,
- stackTrace: String)
+ stackTrace: String,
+ blockedByThreadId: Long,
--- End diff --
Probably cleaner that way. I was passing on what JMX returns, but I think
you're right that we should translate to Scala expectations.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]