mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #113] File cannot upload while writing #71
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#71
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 @wbchn on GitHub (Jan 26, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/113
I have a problem:
then, i found data write local, but had not upload to s3 until stop write:
When i stop the log writer, all things come ok(looks like without upload from network watch), s3 file same as local.
I tried some method, but none of them works:
Could you help me, how flush or truncate data to s3 while the log is being writen? Thank you very much.
@wbchn commented on GitHub (Jan 26, 2015):
This is debug log with -d option:
@ggtakec commented on GitHub (Mar 21, 2015):
Hi
I checked this issue with latest master branch codes, but it works look good.
(The latest codes is merged #138 and #150, those are fixed about cache file discriptor and file syncing.)
I checked that s3fs access any operation when s3fs opens the file under s3fs mount directory and keeps writing to it.
But I could not find any problem about latest codes.
If you can, please try to use latest codes on master branch.
Thanks in advance for your assistant.
@wbchn commented on GitHub (Mar 23, 2015):
Thanks for your reply.
I installed lastest version (I used release v1.7.8 ealier), and it seem working now. The log like this after wrt a record: