mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2511] Socket Connection to server was not read from or written to within the timeout period. Idle connections will be closed. #1226
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#1226
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 @skumar19822 on GitHub (Aug 13, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2511
Additional Information
Version of s3fs being used (
s3fs --version) - V1.92 & V1.93Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)Kernel information (
uname -r)GNU/Linux Distribution, if applicable (
cat /etc/os-release)How to run s3fs, if applicable
[] command line
[] /etc/fstab
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about issue
we are using s3fs-fuse version 1.92 and 1.93 as well,
mounted well using libs3fsawscredi.so -o readwrite_timeout=600 -o connect_timeout=600 -o retries=20.
it's running fine while transferring 800M file but we are getting an exception very rarely
Your socket connection to the server was not read from or written to within the timeout period. Idle connections will be closed.
but s3fs mount alive and it is working fine.
Kindly suggest what could be done to fix this issue, can we give -o readwrite_timeout=1800 -o connect_timeout=1200 would that help. Please advise on this.
@ggtakec commented on GitHub (Aug 17, 2024):
@skumar19822 Thank you for reporting this.
However, this issue is about libs3fsawscred, not s3fs-fuse, so please repost this s3fs-fuse-awscred-lib.
To confirm why the timeout is occurring, set the LogLevel to the same as this explanation to obtain more information.
Please post an issue s3fs-fuse-awscred-lib with the results of your investigation.
Thanks in advance for your assistance.