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

    https://github.com/apache/spark/pull/22677#discussion_r224007729
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/AsyncEventQueue.scala ---
    @@ -159,6 +159,11 @@ private class AsyncEventQueue(
     
         val droppedCount = droppedEventsCounter.get
         if (droppedCount > 0) {
    +      // If first time the dropEvent occurs, then record current time as 
the
    +      // lastReportTimestamp.
    +      if (lastReportTimestamp == 0) {
    +        lastReportTimestamp = System.currentTimeMillis()
    --- End diff --
    
    Yes i will do


---

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

Reply via email to