mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1416] S3 failed to read csv using s3fs #748
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#748
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 @mrsiano on GitHub (Sep 21, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1416
Additional Information
failed to read CSV from AWS S3 bucket mounted via (sf3s)
Version of s3fs being used (s3fs --version)
V1.87
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
2.9.4
Kernel information (uname -r)
4.14.72-68.55.amzn1.x86_64
GNU/Linux Distribution, if applicable (cat /etc/os-release)
NAME="Amazon Linux AMI"
VERSION="2018.03"
ID="amzn"
ID_LIKE="rhel fedora"
VERSION_ID="2018.03"
PRETTY_NAME="Amazon Linux AMI 2018.03"
ANSI_COLOR="0;33"
CPE_NAME="cpe:/o:amazon:linux:2018.03:ga"
HOME_URL="http://aws.amazon.com/amazon-linux-ami/"
Details about issue
ec2 host running docker app mounting s3 bucket via s3fs
when trying to read CSV in size of 109KB via python app using pandas
plain read via Linux cat command raised Input/output error.
@mrsiano commented on GitHub (Sep 21, 2020):
@gaul @ggtakec ptal
@gaul commented on GitHub (Sep 21, 2020):
Sorry there is not much to go on here. Can you share the debug logs via
s3fs -f -d? Providing a complete test case will also help.Note that if you are using pandas in Python, you might want to look at boto3 s3fs instead. It is a Python-only API and avoids some tradeoffs that FUSE introduces.
@mrsiano commented on GitHub (Sep 21, 2020):
@mrsiano commented on GitHub (Sep 21, 2020):
@gaul here is a full trace when trying to cat a file via cli with -f -d flags:
@qeliran commented on GitHub (Sep 22, 2020):
@mrsiano i can confirm this issue is fixed when downgraded to v1.86.
not much but at least a workaround for production environments
@mrsiano commented on GitHub (Sep 24, 2020):
@qeliran thanks work like magic, the bug fixed already?
@gaul commented on GitHub (Feb 8, 2021):
Please test with the latest version 1.88 and reopen if symptoms persist.