mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #1877] [MERGED] Fixed the fault tolerance when time stamp getting fails #2222
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#2222
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/1877
Author: @ggtakec
Created: 1/29/2022
Status: ✅ Merged
Merged: 1/30/2022
Merged by: @gaul
Base:
master← Head:fix_gettime📝 Commits (2)
e22ba90Fixed the fault tolerance when time stamp getting failsb4774bfAdded stat check for subdir created with awscli📊 Changes
2 files changed (+28 additions, -0 deletions)
View changed files
📝
src/cache.cpp(+12 -0)📝
test/integration-test-main.sh(+16 -0)📄 Description
Relevant Issue (if applicable)
#1872
Details
Fixed a problem in processing when get_atime(ctime/mtime) failed to get the time.
In convert_header_to_stat, reset 0 if the above function returns -1.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.