mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1574] Null values When application read file and create a new file in S3 bucket #825
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#825
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 @raj-aws on GitHub (Feb 16, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1574
Additional Information
The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all.
Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD
Version of s3fs being used (s3fs --version)
V1.87
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
example: 2.9.4
Kernel information (uname -r)
command result: uname -r:- 3.10.0-1160.11.1.el7.x86_64
GNU/Linux Distribution, if applicable (cat /etc/os-release)
Red Hat Enterprise Linux Server release 7.9 (Maipo)
/etc/fstab entry, if applicable
s3fs#<> /<> fuse passwd_file=/root/.passwd-s3fs,use_cache=/root/cache,allow_other,umask=0022,gid=3001,uid=5001 0 0
Hi, Our application has a functionality where user download the file from UI (actual file is in S3), updates it and check-in or upload it again, Actually application creates a new file, we observed that when application creates a new file some of the content is having NULL words
I found similar issue in https://github.com/s3fs-fuse/s3fs-fuse/issues/435, we too have somewhat similar issue, Can you please help with this
@raj-aws commented on GitHub (Feb 17, 2021):
It is impacting our production environment, Can someone please help with this issue at the earliest
@gaul commented on GitHub (Feb 17, 2021):
Try upgrading to 1.88. The most similar issue is #1453 -- try running without
-o use_cacheas a temporary workaround.@gaul commented on GitHub (Feb 20, 2021):
Should be fixed by #1579. Please test with the latest master.