Github user kayousterhout commented on the pull request:
https://github.com/apache/spark/pull/892#issuecomment-45247880
@lirui-intel I still don't understand the problem you mentioned: in
TaskSetManager.findTask(), it tries to schedule process local, node local, and
rack local tasks before looking at tasks from pendingTasksWithNoPrefs. So how
can a task from pendingTasksWithNoPrefs be scheduled before a PROCESS_LOCAL
one? (I see that tasks from pendingTasksWithNoPrefs are marked with locality
level PROCESS_LOCAL when they're launched -- but this doesn't look like it
affects the scheduling order)
---
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.
---