mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1991] Deadlock with -o streamupload #1008
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#1008
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 @gaul on GitHub (Jul 20, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1991
I notice that s3fs deadlocks when copying a ~300 MB file to AWS S3 when using the new
-o streamupload. I will try to collect some ThreadSanitizer debugging info. References #1802.@ggtakec commented on GitHub (Jul 20, 2022):
I still can't reproduce this deadlock problem.
Could you give me more information for reproducing?
(I think it won't take long to fix if it can be reproduced)
@gaul commented on GitHub (Jul 20, 2022):
test/run_tests_using_sanitizers.shshows some problems when run withALL_TESTS=1.@gaul commented on GitHub (Jul 20, 2022):
I'm not sure I understand this race:
@gaul commented on GitHub (Jul 25, 2022):
Still a problem with
11adf11957:@ggtakec commented on GitHub (Jul 30, 2022):
The #2008 and #2012 have been merged and my tests no longer output error reports.
@gaul
Are the errors still ongoing?
@gaul commented on GitHub (Jul 30, 2022):
This appears to be fixed. Thanks!
@gaul commented on GitHub (Aug 2, 2022):
I still see this symptom:
@ggtakec commented on GitHub (Aug 2, 2022):
@gaul Thanks for your report.
Could you tell me about the situation of this phenomenon and the steps I should reproduce this?
(Is it that Semaphore::wait couldn't return ever?)
@gaul commented on GitHub (Aug 3, 2022):
This is just happening when
mv /local/path /s3/pathfor a ~300 MB file.@ggtakec commented on GitHub (Aug 3, 2022):
@gaul Thanks, I will try to reproduce it
@ggtakec commented on GitHub (Mar 19, 2023):
This will be closed. If you still have problems, please reopen or post a new issue.