You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ephraimbuddy (via GitHub)" <gi...@apache.org> on 2023/02/20 19:06:38 UTC

[GitHub] [airflow] ephraimbuddy opened a new pull request, #29645: Fix Scheduler crash when clear a previous run of a normal task that is now a mapped task

ephraimbuddy opened a new pull request, #29645:
URL: https://github.com/apache/airflow/pull/29645

   The fix was to clear the db references of the taskinstances in XCom, RenderedTaskInstanceFields, and TaskFail. That way, we are able to run the mapped tasks
   
   Closes: #27478


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk merged pull request #29645: Fix Scheduler crash when clear a previous run of a normal task that is now a mapped task

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk merged PR #29645:
URL: https://github.com/apache/airflow/pull/29645


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org