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

    https://github.com/apache/spark/pull/892#discussion_r13596860
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala ---
    @@ -153,8 +153,8 @@ private[spark] class TaskSetManager(
       }
     
       // Figure out which locality levels we have in our TaskSet, so we can do 
delay scheduling
    -  val myLocalityLevels = computeValidLocalityLevels()
    -  val localityWaits = myLocalityLevels.map(getLocalityWait) // Time to 
wait at each level
    +  var myLocalityLevels = computeValidLocalityLevels()
    +  var localityWaits = myLocalityLevels.map(getLocalityWait) // Time to 
wait at each level
    --- End diff --
    
    Just for clarity : this should end up with only ANY in the locality levels.



---
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