[PR #1877] [MERGED] Fixed the fault tolerance when time stamp getting fails #2222

Closed
opened 2026-03-04 02:04:25 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: fix_gettime


📝 Commits (2)

  • e22ba90 Fixed the fault tolerance when time stamp getting fails
  • b4774bf Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1877 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 1/29/2022 **Status:** ✅ Merged **Merged:** 1/30/2022 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `fix_gettime` --- ### 📝 Commits (2) - [`e22ba90`](https://github.com/s3fs-fuse/s3fs-fuse/commit/e22ba908ce67d0d02a5ae952d9a9c67b74b022d8) Fixed the fault tolerance when time stamp getting fails - [`b4774bf`](https://github.com/s3fs-fuse/s3fs-fuse/commit/b4774bfc8c748f69d339e340c64ca2472a46e3bd) Added stat check for subdir created with awscli ### 📊 Changes **2 files changed** (+28 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cache.cpp` (+12 -0) 📝 `test/integration-test-main.sh` (+16 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:04:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2222
No description provided.