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

fix: Ensure DataExports::CombinePartsJob uniqueness #2777

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

ancorcruz
Copy link
Contributor

This should fix a race condition when multiple data export parts are finished very close in time resulting into multiple CombinePartsJob queued, hence active storage fails because of duplicated key.

This should fix a race condition when multiple data export parts are
finished very close in time resulting into multiple CombinePartsJob
queued, hence active storage fails because of duplicated key.
@ancorcruz ancorcruz added the 🐞 Bug Something isn't working label Nov 5, 2024
@ancorcruz ancorcruz self-assigned this Nov 5, 2024
Copy link
Contributor

@nudded nudded left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch! 👍

@ancorcruz ancorcruz merged commit 4617b49 into main Nov 5, 2024
6 checks passed
@ancorcruz ancorcruz deleted the fix/data_export_combine branch November 5, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants