mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #120] Frequent Input/output error #74
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#74
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?
Originally created by @junaidnasir on GitHub (Feb 9, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/120
we are trying to move a large number of small files approx. 20 files (100KB) every 2 seconds.
after some time the move operations start piling up and eventually after about 20 minutes s3fs throws an error on any file operation
sudo ls /mnt/bucket ls: reading directory /mnt/bucket: Input/output errorin these 20 minutes load average goes from 3 to roughly 8000.
System: Amazon EC2 C3 large
s3fs version: 1.78
@ggtakec commented on GitHub (Apr 12, 2015):
If this reason is timeout error, you can probably solve this by changing the timeout value.
#167 is changed the default timeout value for connecting and reading/writing.
Please try to use latest codes, and if you got same error please retry to run s3fs with connect_timeout and readwrite_timeout options.
thanks in advance for your help.
@ggtakec commented on GitHub (Jan 17, 2016):
I'm closing this issue, if you have a problem yet, please post new issue or reopen this issue.
Thanks in advance for your help.