Github user mateiz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1313#discussion_r15436031
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala ---
    @@ -738,6 +771,8 @@ private[spark] class TaskSetManager(
       /**
        * Compute the locality levels used in this TaskSet. Assumes that all 
tasks have already been
        * added to queues using addPendingTask.
    +   *
    +   * NOTE: don't need to handle NOPREF here, because NOPREF is scheduled 
as PROCESS_LOCAL
    --- End diff --
    
    Wouldn't it be okay to still return NOPREF here?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to