pavel-lexyr opened a new pull request, #23178:
URL: https://github.com/apache/airflow/pull/23178
This PR aims to fix a long-standing logging bug present in Airflow. In
particular, any clusters of more than one worker do not handle their logs
appropriately - always fetching files from the host used in the last run.
This change adds a lookup table for per-try information for TaskInstances.
That allows storing a separate hostname for each try of a task.
Questions to consider before merging - comments would be appreciated:
- [ ] What kinds of tests should be added?
- [ ] What is the appropriate way to add a database migration to the
codebase?
This is a redesign of a previous PR #23135.
closes: #16472
--
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]