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

    https://github.com/apache/spark/pull/23241#discussion_r239590339
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/ReplayListenerBus.scala ---
    @@ -118,8 +118,6 @@ private[spark] class ReplayListenerBus extends 
SparkListenerBus with Logging {
           case e: HaltReplayException =>
             // Just stop replay.
           case _: EOFException if maybeTruncated =>
    -      case _: IOException if maybeTruncated =>
    --- End diff --
    
    OK, this could be OK, if this was really added only to address what you are 
fixing here.


---

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

Reply via email to