Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.3.2
-
None
Description
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.
Here it shows the time as Wed Dec 31 16:00:00 PST 1969 for the first log,
log should updated as "... since start of the application" if 'lastReportTimestamp' == 0.
when the first dropEvent occurs.