[PR #2605] [MERGED] Refactored parallel get object request #2663

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/2605
Author: @ggtakec
Created: 11/10/2024
Status: Merged
Merged: 11/22/2024
Merged by: @gaul

Base: masterHead: multi/5_refactor_parallel_getobj


📝 Commits (1)

  • 1836405 Refactored parallel get object request

📊 Changes

5 files changed (+194 additions, -80 deletions)

View changed files

📝 src/curl.cpp (+0 -77)
📝 src/curl.h (+0 -2)
📝 src/fdcache_entity.cpp (+1 -1)
📝 src/s3fs_threadreqs.cpp (+175 -0)
📝 src/s3fs_threadreqs.h (+18 -0)

📄 Description

Relevant Issue (if applicable)

#2600

Details

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

The Parallel Get Object process 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(#2604) 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/2605 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 11/10/2024 **Status:** ✅ Merged **Merged:** 11/22/2024 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `multi/5_refactor_parallel_getobj` --- ### 📝 Commits (1) - [`1836405`](https://github.com/s3fs-fuse/s3fs-fuse/commit/18364056a6e92edbb9254fe1f7a0cc254cd50559) Refactored parallel get object request ### 📊 Changes **5 files changed** (+194 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+0 -77) 📝 `src/curl.h` (+0 -2) 📝 `src/fdcache_entity.cpp` (+1 -1) 📝 `src/s3fs_threadreqs.cpp` (+175 -0) 📝 `src/s3fs_threadreqs.h` (+18 -0) </details> ### 📄 Description ### Relevant Issue (if applicable) #2600 ### Details This is the split PR Phase 5 (5/8) for #2600. The Parallel Get Object process 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(#2604) 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#2663
No description provided.