mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2604] [MERGED] Refactored multipart put head request #2662
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2662
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2604
Author: @ggtakec
Created: 11/10/2024
Status: ✅ Merged
Merged: 11/16/2024
Merged by: @gaul
Base:
master← Head:multi/4_refactor_multiputhead📝 Commits (1)
e311d06Refactored multipart put head request📊 Changes
7 files changed (+297 additions, -181 deletions)
View changed files
📝
src/curl.cpp(+12 -133)📝
src/curl.h(+5 -7)📝
src/curl_util.h(+2 -0)📝
src/fdcache_entity.cpp(+0 -3)📝
src/s3fs.cpp(+8 -38)📝
src/s3fs_threadreqs.cpp(+250 -0)📝
src/s3fs_threadreqs.h(+20 -0)📄 Description
Relevant Issue (if applicable)
#2600
Details
This is the split PR Phase 4 (4/8) for #2600.
The processing of Multi-PutHead requests(including
Renameprocessing) has been changed so that they do not useS3fsMultiCurl.Instead, they have been moved to a worker thread managed by
ThreadPoolMan.This PR will be rebased and removed from draft status once the previous PR(#2603) is merged into master.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.