pdellarciprete commented on issue #57618: URL: https://github.com/apache/airflow/issues/57618#issuecomment-3659849767
Hello @ephraimbuddy, Just to summarize my current understanding: it appears that one SchedulerJob (the one that adopt the task first) is eventually marked as failed because its heartbeat exceeds the `scheduler_health_check_threshold`. At that point, the task is adopted by another scheduler, which increments the `try_number` (is this the intended behavior?). However, both schedulers/executors continue executing the same task, which ultimately leads to a conflicting task state. -- 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]
