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

    https://github.com/apache/spark/pull/20408#discussion_r164627546
  
    --- Diff: core/src/main/scala/org/apache/spark/status/LiveEntity.scala ---
    @@ -254,6 +255,7 @@ private class LiveExecutor(val executorId: String, 
_addTime: Long) extends LiveE
       var totalShuffleRead = 0L
       var totalShuffleWrite = 0L
       var isBlacklisted = false
    +  var blacklistedInStages: Set[Int] = TreeSet()
    --- End diff --
    
    yeah thats a good reason, sorry I should have thought of that!


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to