mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #1128] [MERGED] Fixed MultiRead method to exit after waiting other parts at error #1837
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1837
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1128
Author: @ggtakec
Created: 8/12/2019
Status: ✅ Merged
Merged: 8/12/2019
Merged by: @gaul
Base:
master← Head:fix_multiread📝 Commits (1)
a5f8fe8Fixed MultiRead method to exit after waiting other parts at error📊 Changes
1 file changed (+15 additions, -4 deletions)
View changed files
📝
src/curl.cpp(+15 -4)📄 Description
Relevant Issue (if applicable)
n/a
Details
In multipart processing, when a part reaches the retry count limit due to get some error, an error(EIO) was returned at reaching limit.
However, this is wrong, and the S3fsMultiCurl::MultiRead() method must wait for receiving all part results before returning an error(EIO).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.