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

    https://github.com/apache/spark/pull/22209#discussion_r213859611
  
    --- Diff: 
core/src/main/scala/org/apache/spark/status/AppStatusListener.scala ---
    @@ -506,7 +516,16 @@ private[spark] class AppStatusListener(
           if (killedDelta > 0) {
             stage.killedSummary = killedTasksSummary(event.reason, 
stage.killedSummary)
           }
    -      maybeUpdate(stage, now)
    +      // Remove stage if there are no active tasks left and stage is 
already finished
    --- End diff --
    
    Fixed.


---

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

Reply via email to