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

    https://github.com/apache/spark/pull/19338#discussion_r140941633
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/TaskSetBlacklist.scala ---
    @@ -94,7 +96,9 @@ private[scheduler] class TaskSetBlacklist(val conf: 
SparkConf, val stageId: Int,
       private[scheduler] def updateBlacklistForFailedTask(
           host: String,
           exec: String,
    -      index: Int): Unit = {
    +      index: Int,
    +      failureReason: Option[String] = None): Unit = {
    --- End diff --
    
    Actually , you are right.For feature completion i should modify this.


---

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

Reply via email to