Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wipe next_kwargs and next_method on task failure #18210

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

andrewgodwin
Copy link
Contributor

This allows them to not persist between retries. Fixes #18146.

This allows them to not persist between retries. Fixes apache#18146.
@kaxil kaxil added the type:bug-fix Changelog: Bug Fixes label Sep 13, 2021
@kaxil kaxil changed the title Wipe next_kwargs and next_method on task failure Wipe next_kwargs and next_method on task failure Sep 13, 2021
@kaxil kaxil added this to the Airflow 2.2 milestone Sep 13, 2021
@github-actions
Copy link

The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.

@github-actions github-actions bot added the full tests needed We need to run full set of tests for this PR to merge label Sep 13, 2021
@kaxil kaxil merged commit 9d49772 into apache:main Sep 13, 2021
@kaxil kaxil deleted the fix_next_on_retry branch September 13, 2021 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full tests needed We need to run full set of tests for this PR to merge type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deferred TI's next_method and next_kwargs not cleared on retries
2 participants