[PR #1103] [MERGED] Use consistent default for readwrite_timeout #1818

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1103
Author: @gaul
Created: 7/17/2019
Status: Merged
Merged: 7/17/2019
Merged by: @ggtakec

Base: masterHead: config/readwrite-timeout


📝 Commits (1)

  • bacd157 Use consistent default for readwrite_timeout

📊 Changes

4 files changed (+3 additions, -19 deletions)

View changed files

📝 doc/man/s3fs.1 (+1 -1)
📝 src/curl.cpp (+1 -1)
📝 src/fdcache.cpp (+0 -16)
📝 src/s3fs_util.cpp (+1 -1)

📄 Description

Previously curl threads mutated this shared state without a lock.
Found via ThreadSanitizer.


🔄 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/1103 **Author:** [@gaul](https://github.com/gaul) **Created:** 7/17/2019 **Status:** ✅ Merged **Merged:** 7/17/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `config/readwrite-timeout` --- ### 📝 Commits (1) - [`bacd157`](https://github.com/s3fs-fuse/s3fs-fuse/commit/bacd15714af37535deb561e964088e45335d9a80) Use consistent default for readwrite_timeout ### 📊 Changes **4 files changed** (+3 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+1 -1) 📝 `src/curl.cpp` (+1 -1) 📝 `src/fdcache.cpp` (+0 -16) 📝 `src/s3fs_util.cpp` (+1 -1) </details> ### 📄 Description Previously curl threads mutated this shared state without a lock. Found via ThreadSanitizer. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:02:18 +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#1818
No description provided.