Project

General

Profile

Actions

Bug #4776

closed

S3 copy part corrupt files >512kb

Added by Guilhem Lettron about 11 years ago. Updated about 11 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

We are using radosgw and s3 API and we recently needed to update metadata on some files.
So we used the copy part of the S3 API for an in place replacement of the file adding some meta.

We quickly saw some very high response time for some of those uploaded file. But there was no slow request.
We looked at some file and saw that file greater than 512kb were corrupted.
After 512kb the content of the files is :

Status: 404
Content-Length: 75
Accept-Ranges: bytes
Content-type: application/xml

<?xml version="1.0" encoding="UTF-8"?><Error><Code>NoSuchKey</Code></Error>

Actions #1

Updated by caleb miles about 11 years ago

  • Priority changed from Normal to High
Actions #2

Updated by Sage Weil about 11 years ago

  • Status changed from New to Need More Info
Actions #3

Updated by Yehuda Sadeh about 11 years ago

  • Status changed from Need More Info to Resolved

Fixed, commit:de5d1da810732ee48f41e8be18257053d862301b. Merged into next, bobtail.

Actions

Also available in: Atom PDF