Jorricks edited a comment on pull request #17207: URL: https://github.com/apache/airflow/pull/17207#issuecomment-901830794
> I feel we should not make this change but dig more to reliably reproduce the linked issue. > On my first try, I was able to see `Scheduler marked as failed` but on several tries now, I can't reproduce it. I ended up having task stuck in running which is related to another issue(Trying to find how I got to that) There are a couple things that need to hold for you to be able to reproduce it: - Before starting the task, the task should not have run before or at least the `external_executor_id` must be None. - The task must still be running when the adoption flow of one of the schedulers kicks in. I am able to reliable reproduce this issue when these two things are held. However, I am not really sure what you mean with dig deeper. Unless the whole executor part is rewritten, this is the best I could come up with. -- 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]
