[PR #724] [MERGED] don't fail multirequest on single thread error #1616

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/724
Author: @orozery
Created: 2/26/2018
Status: Merged
Merged: 3/4/2018
Merged by: @ggtakec

Base: masterHead: dont_fail_multirequest


📝 Commits (1)

  • 82c9733 don't fail multirequest on single thread error

📊 Changes

1 file changed (+1 additions, -2 deletions)

View changed files

📝 src/curl.cpp (+1 -2)

📄 Description

Details

We don't need to return -EIO on MultiRequest when one or more curl threads returns an error.
The error path is handled by MultiRead which uses retries.


🔄 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/724 **Author:** [@orozery](https://github.com/orozery) **Created:** 2/26/2018 **Status:** ✅ Merged **Merged:** 3/4/2018 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `dont_fail_multirequest` --- ### 📝 Commits (1) - [`82c9733`](https://github.com/s3fs-fuse/s3fs-fuse/commit/82c9733101fa6c40b4daf7088c6635e42c095c08) don't fail multirequest on single thread error ### 📊 Changes **1 file changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/curl.cpp` (+1 -2) </details> ### 📄 Description ### Details We don't need to return -EIO on MultiRequest when one or more curl threads returns an error. The error path is handled by MultiRead which uses retries. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:01:20 +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#1616
No description provided.