dstandish opened a new pull request #21261: URL: https://github.com/apache/airflow/pull/21261
Current ES log handler will wait up to 5 minutes for logs to appear (or for _more_ logs to appear since last log message was emitted). This produces undesirable behavior when the log message has been deleted from the elasticsearch cluster. A user may wait a long time thinking that the logs are coming when they are not. To resolve this, if no logs whatsoever have been retrieved after 5 seconds of trying, we give up and emit a "logs not found" message. If the task has only just started, this may be a "false negative", and we guide the user to refresh if they think that might be the case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
