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

Use the proper path to check if a file needs to be copied/moved to the actual target storage #43983

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Mar 4, 2024

This resolves issues where after an s3 multipart upload we run into issues with shared locks while trying to copy as we're actually copying the file to the same path again.

Confirmed to fix issues where a file upload >10MB caused conflicting shared lock issues during the MOVE of chunked upload parts.

@juliusknorr juliusknorr requested review from a team, ArtificialOwl, icewind1991 and Fenn-CS and removed request for a team March 8, 2024 09:03
@juliusknorr juliusknorr added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Mar 8, 2024
@juliusknorr juliusknorr requested a review from artonge March 8, 2024 09:03
@juliusknorr juliusknorr changed the title fix/s3 upload shared lock Use the proper patch to check if a file needs to be copied/moved to the actual target Mar 8, 2024
@juliusknorr juliusknorr changed the title Use the proper patch to check if a file needs to be copied/moved to the actual target Use the proper patch to check if a file needs to be copied/moved to the actual target storage Mar 8, 2024
@juliusknorr juliusknorr marked this pull request as ready for review March 8, 2024 09:04
@juliusknorr
Copy link
Member Author

/backport to stable28

@juliusknorr
Copy link
Member Author

/backport to stable27

@artonge artonge changed the title Use the proper patch to check if a file needs to be copied/moved to the actual target storage Use the proper path to check if a file needs to be copied/moved to the actual target storage Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants