Add retry logic to cover deadlock situations during move operations#44504
Merged
Add retry logic to cover deadlock situations during move operations#44504
Conversation
a70f870 to
02476db
Compare
aa36481 to
81cc3a5
Compare
6b3665c to
f9cc3f7
Compare
6b63644 to
f16632a
Compare
f16632a to
d945191
Compare
icewind1991
reviewed
Mar 27, 2024
solracsf
reviewed
Mar 27, 2024
7d33b1c to
eded22f
Compare
Contributor
Author
|
/backport to stable28 |
Contributor
Author
|
/backport to stable27 |
Contributor
Author
|
/backport to stable26 |
icewind1991
reviewed
Mar 27, 2024
eded22f to
3238a3a
Compare
icewind1991
reviewed
Mar 27, 2024
come-nc
reviewed
Mar 28, 2024
Contributor
come-nc
left a comment
There was a problem hiding this comment.
I think I like it, especially if it works? Did not test yet.
Is there anyway to let the DB or our Query layer handle that? Have some kind of generic way of saying «run this query in a transaction, if it deadlocks retry up to X times» ?
3238a3a to
d297f81
Compare
…g many files Signed-off-by: Louis Chemineau <[email protected]>
d297f81 to
7517959
Compare
Altahrim
approved these changes
Mar 28, 2024
juliusknorr
reviewed
Mar 28, 2024
juliusknorr
approved these changes
Mar 28, 2024
3 tasks
Contributor
Author
|
/backport to stable27 |
Contributor
Author
|
/backport to stable28 |
mgallien
added a commit
that referenced
this pull request
Jun 10, 2024
related to #44504 Signed-off-by: Matthieu Gallien <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Should help with #43759