[ https://issues.apache.org/jira/browse/SPARK-25683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16642936#comment-16642936 ]
Apache Spark commented on SPARK-25683: -------------------------------------- User 'shivusondur' has created a pull request for this issue: https://github.com/apache/spark/pull/22677 > 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 > Priority: Trivial > > {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