Github user vanzin commented on the pull request:
https://github.com/apache/spark/pull/8887#issuecomment-148865650
> So what do those calls do?
My understanding is that you may have pending tasks waiting to be run on
that executor (because of PROCESS_LOCAL locality? NODE_LOCAL locality?), and
they aren't being executed because the executor is busy running another task.
So if that running task finishes, one of these pending tasks would be run on
the now free executor (or if the locality timeouts trigger, then things would
be reallocated).
---
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]