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

retry commit on MySQL deadlocks during backfill #22696

Merged
merged 1 commit into from
Apr 4, 2022

Conversation

houqp
Copy link
Member

@houqp houqp commented Apr 1, 2022

Without this patch, backfill runs will crash randomly in the middle whenever deadlock happens for MySQL < 8, requiring a lot of manual hand holding to complete a single backfill run end to end.


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

@houqp houqp requested review from kaxil, ashb and XD-DENG as code owners April 1, 2022 19:57
@boring-cyborg boring-cyborg bot added the area:Scheduler including HA (high availability) scheduler label Apr 1, 2022
@houqp houqp force-pushed the upstream_backfill_deadlock branch from 116bd52 to b5596fc Compare April 1, 2022 20:33
@potiuk potiuk merged commit c211ae0 into apache:main Apr 4, 2022
@ephraimbuddy ephraimbuddy added the type:improvement Changelog: Improvements label Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Scheduler including HA (high availability) scheduler type:improvement Changelog: Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants