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

    https://github.com/apache/spark/pull/21356#discussion_r189349081
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/AsyncEventQueue.scala ---
    @@ -187,6 +190,12 @@ private class AsyncEventQueue(val name: String, conf: 
SparkConf, metrics: LiveLi
         true
       }
     
    +  override def removeListenerOnError(listener: SparkListenerInterface): 
Unit = {
    +    // the listener failed in an unrecoverably way, we want to remove it 
from the entire
    +    // LiveListenerBus (potentially stopping a queue if its empty)
    --- End diff --
    
    it's


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to