mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
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#1539
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?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/545
Author: @ggtakec
Created: 3/19/2017
Status: ✅ Merged
Merged: 3/19/2017
Merged by: @ggtakec
Base:
master← Head:master📝 Commits (1)
523043aChanged base cached time of stat_cache_expire option - #523📊 Changes
4 files changed (+28 additions, -11 deletions)
View changed files
📝
doc/man/s3fs.1(+5 -1)📝
src/cache.cpp(+14 -9)📝
src/cache.h(+2 -1)📝
src/s3fs.cpp(+7 -0)📄 Description
Relevant Issue (if applicable)
#523
Details
s3fs updated the cached time of stat information to the time when it was accessed to that cache.
This effectively reduces the number of requests for continuous cache access.
However, if the bucket is mounted with multiple s3fs, it becomes a problem like #523.
In this renovation, the expiration date specified by "stat_cache_expire" shall be the time since stat information was cached.
And I added an option called "stat_cache_interval_expire" to update the cached time when accessed stat information for compatibility.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.