dstandish commented on PR #38021: URL: https://github.com/apache/airflow/pull/38021#issuecomment-2002560811
One issue with this is (IIUC) that it assumes that groups won't overlap. But logs for a TI can come from multiple sources and this might not always be true. First it was only worker. Then we added triggerer. Then we added scheduler (in exceptional circumstances). Now there is interest in logging to TI logs any action specific to a TI. (e.g. scheduler state changes). With AIP-44, there could be logs from webserver / internal API server. To the extent that these groups can overlap in time, the folding will be misleading. -- 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]
