[PR #2609] [MERGED] Organized multi-threading related options #2666

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

📋 Pull Request Information

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

Base: masterHead: multi/9_cleanup


📝 Commits (1)

  • e03cf23 Organized multi-threading related options

📊 Changes

8 files changed (+52 additions, -73 deletions)

View changed files

📝 doc/man/s3fs.1.in (+4 -14)
📝 src/curl.cpp (+0 -16)
📝 src/curl.h (+0 -7)
📝 src/fdcache_entity.cpp (+1 -1)
📝 src/s3fs.cpp (+12 -17)
📝 src/s3fs_help.cpp (+6 -16)
📝 src/threadpoolman.cpp (+25 -1)
📝 src/threadpoolman.h (+4 -1)

📄 Description

Relevant Issue (if applicable)

#2600

Details

This is the split PR Phase 9 (Last) for #2600.

We've streamlined options related to the number of threads and parallel processing.
The multireq_max, parallel_count, and parallel_upload options have been removed and unified into the max_thread_count option.

This PR will be rebased and removed from draft status once the previous PR(#2608) 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/2609 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 11/10/2024 **Status:** ✅ Merged **Merged:** 11/28/2024 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `multi/9_cleanup` --- ### 📝 Commits (1) - [`e03cf23`](https://github.com/s3fs-fuse/s3fs-fuse/commit/e03cf23ffa26243e81232dc9f77ff2d2aa0b2735) Organized multi-threading related options ### 📊 Changes **8 files changed** (+52 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1.in` (+4 -14) 📝 `src/curl.cpp` (+0 -16) 📝 `src/curl.h` (+0 -7) 📝 `src/fdcache_entity.cpp` (+1 -1) 📝 `src/s3fs.cpp` (+12 -17) 📝 `src/s3fs_help.cpp` (+6 -16) 📝 `src/threadpoolman.cpp` (+25 -1) 📝 `src/threadpoolman.h` (+4 -1) </details> ### 📄 Description ### Relevant Issue (if applicable) #2600 ### Details This is the split PR Phase 9 (Last) for #2600. We've streamlined options related to the number of threads and parallel processing. The `multireq_max`, `parallel_count`, and `parallel_upload` options have been removed and unified into the `max_thread_count` option. This PR will be rebased and removed from draft status once the previous PR(#2608) 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:41 +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#2666
No description provided.