[PR #2603] [MERGED] Changed multiple Head requests from S3fsMultiCurl to ThreadPoolMan #2660

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2603
Author: @ggtakec
Created: 11/10/2024
Status: Merged
Merged: 11/13/2024
Merged by: @gaul

Base: masterHead: multi/3_refactor_multihead


📝 Commits (1)

  • 934075d Changed multiple Head requests from S3fsMultiCurl to ThreadPoolMan

📊 Changes

11 files changed (+374 additions, -243 deletions)

View changed files

📝 src/Makefile.am (+1 -0)
📝 src/curl.cpp (+8 -10)
📝 src/curl.h (+8 -13)
📝 src/fdcache_entity.cpp (+1 -0)
📝 src/fdcache_fdinfo.cpp (+1 -0)
📝 src/mpu_util.cpp (+1 -0)
📝 src/s3fs.cpp (+48 -220)
📝 src/s3fs_threadreqs.cpp (+148 -0)
📝 src/s3fs_threadreqs.h (+17 -0)
src/syncfiller.cpp (+74 -0)
src/syncfiller.h (+67 -0)

📄 Description

Relevant Issue (if applicable)

#2600

Details

This is the split PR Phase 3 (3/8) for #2600.

Multi-Head request processing has been changed to no longer use S3fsMultiCurl.
Instead, it has been moved to a worker thread managed by ThreadPoolMan.

This PR will be rebased and removed from draft status once the previous PR(#2602) 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/2603 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 11/10/2024 **Status:** ✅ Merged **Merged:** 11/13/2024 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `multi/3_refactor_multihead` --- ### 📝 Commits (1) - [`934075d`](https://github.com/s3fs-fuse/s3fs-fuse/commit/934075dd84aed92f560e36af23a5028c2a2eaf30) Changed multiple Head requests from S3fsMultiCurl to ThreadPoolMan ### 📊 Changes **11 files changed** (+374 additions, -243 deletions) <details> <summary>View changed files</summary> 📝 `src/Makefile.am` (+1 -0) 📝 `src/curl.cpp` (+8 -10) 📝 `src/curl.h` (+8 -13) 📝 `src/fdcache_entity.cpp` (+1 -0) 📝 `src/fdcache_fdinfo.cpp` (+1 -0) 📝 `src/mpu_util.cpp` (+1 -0) 📝 `src/s3fs.cpp` (+48 -220) 📝 `src/s3fs_threadreqs.cpp` (+148 -0) 📝 `src/s3fs_threadreqs.h` (+17 -0) ➕ `src/syncfiller.cpp` (+74 -0) ➕ `src/syncfiller.h` (+67 -0) </details> ### 📄 Description ### Relevant Issue (if applicable) #2600 ### Details This is the split PR Phase 3 (3/8) for #2600. Multi-Head request processing has been changed to no longer use `S3fsMultiCurl`. Instead, it has been moved to a worker thread managed by `ThreadPoolMan`. This PR will be rebased and removed from draft status once the previous PR(#2602) 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:39 +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#2660
No description provided.