GitHub user shivusondur opened a pull request:

    https://github.com/apache/spark/pull/22677

    [SPARK-25683] Make AsyncEventQueue.lastReportTimestamp inital value as the 
currentTime instead of 0

    ## What changes were proposed in this pull request?
    In AsyncEventQueue  LastReportTimestamp was initialized as 0(i,e Wed Dec 31 
16:00:00 PST 1969) and it was printing the logs **Dropped 1 events from 
eventLog since Wed Dec 31 16:00:00 PST 1969.**
    
    Now it is made to take the **first dropEvent occur time** as 
lastReportTimestamp if it is 0.
    
    ## How was this patch tested?
    Manually verified


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shivusondur/spark AsyncEvent1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22677.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22677
    
----
commit 1bc13ae75b6b31aaa4dd89e317d7578ca2409e13
Author: shivusondur <shivusondur@...>
Date:   2018-10-09T07:57:06Z

    [SPARK-25683] Make AsyncEventQueue.lastReportTimestamp inital value as the 
currentTime instead of 0

----


---

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

Reply via email to