Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When reporting GobblinTrackingEvents, for large jobs they emit a larger number of events. This causes the following line to be emitted continuously:
log.info("Trigger immediate run to report the event since queue is almost full");
This log is not very useful to end users as it was originally created to debug emitting of GTE.
We should set this log to be a debug log to prevent cluttering up the logs of large jobs.