[PR #2607] [MERGED] Removed last use of S3fsMultiCurl and changed those thread handling #2664

Closed
opened 2026-03-04 02:06:40 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: multi/7_rm_multicurl


📝 Commits (1)

  • c27c376 Removed 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.

S3fsMultiCurl has 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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2607 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 11/10/2024 **Status:** ✅ Merged **Merged:** 11/26/2024 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `multi/7_rm_multicurl` --- ### 📝 Commits (1) - [`c27c376`](https://github.com/s3fs-fuse/s3fs-fuse/commit/c27c3768dd6a9daa05a7439174f4a19bed1c8f37) Removed last use of S3fsMultiCurl and changed those thread handling ### 📊 Changes **9 files changed** (+222 additions, -827 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ### Relevant Issue (if applicable) #2600 ### Details This is the split PR Phase 7 (7/8) for #2600. `S3fsMultiCurl` has 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2664
No description provided.