mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #511] [MERGED] Fixed a bug about uploading NULL to some part of the file contents #1531
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#1531
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/511
Author: @ggtakec
Created: 12/4/2016
Status: ✅ Merged
Merged: 12/4/2016
Merged by: @ggtakec
Base:
master← Head:issue#435📝 Commits (10+)
716baadTesting patch codes for issue#435164424bMerge branch 'master' into issue#435a688df8Fixed a bug at read symlink81e209bFixed issue#435 codes1ee5a46Merge pull request #502 from ggtakec/issue#43528c7888Sepalated install openjdk-7-jdk for checking why travis could not install it.5350e03Test configure for what version of java openjdkb428f68Patched openjdk java path on travis at 12/4/2016174d934Initializing java package by update-alternativesd731ab3force 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.