Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws s3 cp fails with xml parse error during AbortMultipartUpload operation #2067

Closed
krisis opened this issue Jul 2, 2016 · 7 comments
Closed
Assignees

Comments

@krisis
Copy link
Member

krisis commented Jul 2, 2016

Expected behaviour

aws s3 cp must not fail to parse xml response for AbortMultipartUpload operation. i.e, minio server's xml response is incorrect. See sample response below,

Actual behaviour

aws s3 cp fails with the following error message.

Unable to parse response (XML or text declaration not at start of entity: line 2, column 0), invalid XML received:
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchUpload</Code><Message>The specified multipart upload does not exist.</Message><Key></Key><BucketName></BucketName><Resource>/my-bucket/87</Resource><RequestId$
3L137</RequestId><HostId>3L137</HostId></Error>

A client error (NoSuchUpload) occurred when calling the AbortMultipartUpload operation: The specified multipart upload does not exist.

Steps to reproduce the behaviour

  • Perform many concurrent multipart uploads

Minio version

System information

  • Linux 4.4.0-24-generic #43-Ubuntu SMP
@harshavardhana
Copy link
Member

harshavardhana commented Jul 2, 2016

To be fixed by July 4th

@harshavardhana
Copy link
Member

@krisis are you still seeing this issue?

@harshavardhana harshavardhana modified the milestones: Distributed Server Release, Stable Standalone Server Release Jul 12, 2016
@harshavardhana
Copy link
Member

Moving this out of Standalone Release.

@GarimaKapoor
Copy link
Contributor

@krisis can you reproduce this bug.

@krisis
Copy link
Member Author

krisis commented Jul 19, 2016

@GarimaKapoor I shall reproduce the issue and update the steps to reproduce.

@krisis
Copy link
Member Author

krisis commented Jul 22, 2016

I should be sending a proposed fix by EOD Jul 24.

@krisis
Copy link
Member Author

krisis commented Jul 24, 2016

I was unable to recreate this issue with the recent master. We can close this issue and open a new issue if we observe this later.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants