Closed GoogleCodeExporter closed 9 years ago
I had the same problem. The problem is caused by file stat cache being cleared
for given file before opening it (to solve Issue 368). As workaround, I
commented out the stat cache item deletion (see r485), recompiled the package
and remounted the bucket. Maybe stat cache clearing before opending files can
be made configurable? Of course, this might introduce inconsistency issues, but
there are scenarios where file updates are not so common (mostly create/delete
operations).
Original comment by arvids.g...@gmail.com
on 30 Sep 2014 at 3:35
Hi
I'm sorry for replying too late.
If you edit the file often, s3fs has been kept the stat for all file(but you
have enough stat cache size).
Then I think your editor up fast after second time.
If you have been had this issue yet, please post new issue on
Github(https://github.com/s3fs-fuse/s3fs-fuse).
Because we moved this s3fs project to Github, and please use latest version.
I'm going to close this issue.
Please see s3fs-fuse on Github.
Original comment by ggta...@gmail.com
on 7 Feb 2015 at 3:35
Original issue reported on code.google.com by
jar...@headfirst.co.nz
on 3 Feb 2014 at 4:36