sidshas03 commented on issue #63183: URL: https://github.com/apache/airflow/issues/63183#issuecomment-4040533743
Main bug: #63183 Current fix PR: #63355 (this supersedes my earlier #63354, which I closed) Related issues: #57618 and #60330 What #63355 fixes: When task runner sends final SUCCESS, if API replies with `409 invalid_state` and `previous_state=success`, we now treat it as duplicate/idempotent state update and do not fail the task process. What #63355 does NOT fix: It does not solve the broader HA scheduler race conditions tracked in #57618 / #60330 (those are still open). I understand #57618 and #60330 are broader HA scheduler race-condition problems and are still open. I can work on that next scope as well; I am already looking into it and will push follow-up changes in a separate update/PR. -- 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]
