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

    https://github.com/apache/spark/pull/21221#discussion_r207722865
  
    --- Diff: core/src/main/scala/org/apache/spark/status/LiveEntity.scala ---
    @@ -302,10 +305,10 @@ private class LiveExecutor(val executorId: String, 
_addTime: Long) extends LiveE
           Option(removeReason),
           executorLogs,
           memoryMetrics,
    -      blacklistedInStages)
    +      blacklistedInStages,
    +      if (peakExecutorMetrics.isSet()) Some(peakExecutorMetrics) else None)
    --- End diff --
    
    Changed.


---

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

Reply via email to