Devaraj K created SPARK-25683:
---------------------------------

             Summary: Make AsyncEventQueue.lastReportTimestamp inital value as 
the currentTime instead of 0
                 Key: SPARK-25683
                 URL: https://issues.apache.org/jira/browse/SPARK-25683
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 2.3.2
            Reporter: Devaraj K


{code:xml}
18/10/08 17:51:40 ERROR AsyncEventQueue: Dropping event from queue eventLog. 
This likely means one of the listeners is too slow and cannot keep up with the 
rate at which tasks are being started by the scheduler.
18/10/08 17:51:40 WARN AsyncEventQueue: Dropped 1 events from eventLog since 
Wed Dec 31 16:00:00 PST 1969.
18/10/08 17:52:40 WARN AsyncEventQueue: Dropped 144853 events from eventLog 
since Mon Oct 08 17:51:40 PDT 2018.
{code}

Here it shows the time as Wed Dec 31 16:00:00 PST 1969 for the first log, I 
think it would be better if we show the initialized time as the time here.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to