mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2607] [MERGED] Removed last use of S3fsMultiCurl and changed those thread handling #2664
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#2664
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/2607
Author: @ggtakec
Created: 11/10/2024
Status: ✅ Merged
Merged: 11/26/2024
Merged by: @gaul
Base:
master← Head:multi/7_rm_multicurl📝 Commits (1)
c27c376Removed last use of S3fsMultiCurl and changed those thread handling📊 Changes
9 files changed (+222 additions, -827 deletions)
View changed files
📝
src/Makefile.am(+0 -1)📝
src/curl.cpp(+2 -315)📝
src/curl.h(+1 -22)➖
src/curl_multi.cpp(+0 -386)➖
src/curl_multi.h(+0 -99)📝
src/fdcache_entity.cpp(+2 -3)📝
src/s3fs.cpp(+0 -1)📝
src/s3fs_threadreqs.cpp(+215 -0)📝
src/s3fs_threadreqs.h(+2 -0)📄 Description
Relevant Issue (if applicable)
#2600
Details
This is the split PR Phase 7 (7/8) for #2600.
S3fsMultiCurlhas been finally removed.Processes that use this class have already been changed to use
ThreadPoolMan.This PR will be rebased and removed from draft status once the previous PR(#2606) is merged into master.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.