Github user andrewor14 commented on the issue:
https://github.com/apache/spark/pull/13482
@rdblue the reason for the hang is the `GetExecutorLossReason` right? AFAIK
we send one to the AM every time an executor dies. What if we just keep a set
of executor IDs we're waiting to kill on the driver (this might already exist)
and query that before asking the AM? If a particular executor is in that set
then we can just return `ExecutorKilled`.
---
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]