Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/15088#discussion_r78706645
--- 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 --
How about using Option instead of negative/null values? not much difference
either way. I'm not sure if thread IDs can be negative ever.
---
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]