mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #2203] StreamUpload is not working #1118
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#1118
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 @VVoidV on GitHub (Jul 1, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2203
Additional Information
Version of s3fs being used (
s3fs --version)Amazon Simple Storage Service File System V1.92 (commit:unknown) with OpenSSL
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)2.9.9
Kernel information (
uname -r)6.3.7-200.fc38.x86_64
GNU/Linux Distribution, if applicable (
cat /etc/os-release)NAME="Fedora Linux"
VERSION="38 (Workstation Edition)"
ID=fedora
VERSION_ID=38
VERSION_CODENAME=""
PLATFORM_ID="platform:f38"
PRETTY_NAME="Fedora Linux 38 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:38"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=38
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=38
SUPPORT_END=2024-05-14
VARIANT="Workstation Edition"
VARIANT_ID=workstation
How to run s3fs, if applicable
[x] command line
[] /etc/fstab
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about issue
streamupload is not working.
use dd to write a 100MB file, dd while hung forever.
fuse thread is waiting for streamupload, but theadpool is gone ( Threre is only two of fuse thread and the main thread)
@ggtakec commented on GitHub (Jul 2, 2023):
@VVoidV Thanks for your kindness.
And I merged your #2204 PR code.
@ggtakec commented on GitHub (Jul 2, 2023):
@gaul
It seems that this cause can be solved by PR #2204.
I'm requesting to the person who reported it in the (probably) related issue to see if they can test new master code.
If this cause also affects other issues, this issue becomes a critical one.
After their confirmation, I would like to propose to put out a release version urgently, so please give me your opinion.
@gaul commented on GitHub (Jul 2, 2023):
@ggtakec Let's figure out the folder issue which I can reproduce locally then we can run a new release.
@ggtakec commented on GitHub (Jul 2, 2023):
@gaul I'm sorry, I'm still a little confused.
(I'm wondering if we can release it without solving the following issues)
This critical issue has been resolved, but there is still the issue of not seeing folders.
I misunderstood that it was related to this matter, but it seems to be another cause.
@ggtakec commented on GitHub (Jul 17, 2023):
@gaul #2212 solved this, so I think this issue can be closed.