sidshas03 commented on PR #63355: URL: https://github.com/apache/airflow/pull/63355#issuecomment-4049210052
> > I dug into it and agree the root cause is scheduler side HA race (stale scheduler view / competing updates), not only task runner finalization. > > Are you running 2 schedulers? Yes, this was reproduced with HA scheduling enabled using 2 scheduler replicas. In the logs, the same task instance is handled by both scheduler pods (`...-nzlm5` and `...-rkv75`), confirming this comes from a 2 scheduler setup. -- 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]
