[PR #511] [MERGED] Fixed a bug about uploading NULL to some part of the file contents #1531

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/511
Author: @ggtakec
Created: 12/4/2016
Status: Merged
Merged: 12/4/2016
Merged by: @ggtakec

Base: masterHead: issue#435


📝 Commits (10+)

  • 716baad Testing patch codes for issue#435
  • 164424b Merge branch 'master' into issue#435
  • a688df8 Fixed a bug at read symlink
  • 81e209b Fixed issue#435 codes
  • 1ee5a46 Merge pull request #502 from ggtakec/issue#435
  • 28c7888 Sepalated install openjdk-7-jdk for checking why travis could not install it.
  • 5350e03 Test configure for what version of java openjdk
  • b428f68 Patched openjdk java path on travis at 12/4/2016
  • 174d934 Initializing java package by update-alternatives
  • d731ab3 force java to use openjdk7

📊 Changes

2 files changed (+35 additions, -5 deletions)

View changed files

📝 .travis.yml (+1 -0)
📝 src/fdcache.cpp (+34 -5)

📄 Description

When s3fs performs continuous upload, part of the file can not be uploaded normally and some part of the file was written as a NULL code.
(See the issue of #435, and there are other issues related to this bug.)
After fixing this bug to another branch, it seems to be stable, so I try to merge it into the master branch.


🔄 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/511 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 12/4/2016 **Status:** ✅ Merged **Merged:** 12/4/2016 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `issue#435` --- ### 📝 Commits (10+) - [`716baad`](https://github.com/s3fs-fuse/s3fs-fuse/commit/716baada22f23e123cecf1ce031200e36b860183) Testing patch codes for issue#435 - [`164424b`](https://github.com/s3fs-fuse/s3fs-fuse/commit/164424bc89533c501ff28ccf4389ded262e64d1e) Merge branch 'master' into issue#435 - [`a688df8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/a688df813e45cd34e33e0f3ff3d0176cea87d3e2) Fixed a bug at read symlink - [`81e209b`](https://github.com/s3fs-fuse/s3fs-fuse/commit/81e209bdd1e0fc39acaa5d7846395bb6f7ee9d66) Fixed issue#435 codes - [`1ee5a46`](https://github.com/s3fs-fuse/s3fs-fuse/commit/1ee5a468f43b8a7cdace142213189b0dfc67ef2d) Merge pull request #502 from ggtakec/issue#435 - [`28c7888`](https://github.com/s3fs-fuse/s3fs-fuse/commit/28c7888a50544c7d58b047ca1b28849b03ceeafc) Sepalated install openjdk-7-jdk for checking why travis could not install it. - [`5350e03`](https://github.com/s3fs-fuse/s3fs-fuse/commit/5350e03147b07c7b241bca966a35f390d42f5061) Test configure for what version of java openjdk - [`b428f68`](https://github.com/s3fs-fuse/s3fs-fuse/commit/b428f68acfd3888e73f7b89d41a32b8c6d84b5ea) Patched openjdk java path on travis at 12/4/2016 - [`174d934`](https://github.com/s3fs-fuse/s3fs-fuse/commit/174d934d52b452f1b7c76d3e8ba58a29423ad051) Initializing java package by update-alternatives - [`d731ab3`](https://github.com/s3fs-fuse/s3fs-fuse/commit/d731ab3a8e967f72cd16b86087b507efbd452aff) force java to use openjdk7 ### 📊 Changes **2 files changed** (+35 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) 📝 `src/fdcache.cpp` (+34 -5) </details> ### 📄 Description When s3fs performs continuous upload, part of the file can not be uploaded normally and some part of the file was written as a NULL code. (See the issue of #435, and there are other issues related to this bug.) After fixing this bug to another branch, it seems to be stable, so I try to merge it into the master branch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:00:55 +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#1531
No description provided.