Activity log for bug #1636663

Date Who What changed Old value New value Message
2016-10-26 01:46:38 Charles Hsu bug added bug
2016-10-26 01:50:59 Charles Hsu description This issue happens in some high latency backend network between object-server and container-server. We saw client got 400 errors due to a complete multipart-upload request failed because there is one part isn't exist when Swift3 middleware try to get a list of all parts. And it caused by object-server unable to reach container-server in 0.5s (a connection timeout is 0.5s in default). So that's why swift3 unable to see the part in a container listing. After 5 mins, object-updater try to get all async_pendings and sync to container DB and client'll able to see the part when doing container listing. This issue happens in some high latency backend network between object-server and container-server. We saw client got 400 errors due to a complete multipart-upload request failed because there is one part isn't exist when Swift3 middleware try to get a list of all parts. And it caused by object-server unable to reach container-server in 0.5s (a connection timeout is 0.5s in default). So that's why swift3 unable to see the part in a container listing. After 5 mins, object-updater try to get all async_pendings and sync to container DB and the client should able to see the part when doing container listing. It causes random errors `One or more of the specified parts could not be found. The part might not have been uploaded, or the specified entity tag might not have matched the part's entity tag.` when clients try to upload object with multipart-upload. You won't see this in every multipart upload, but you'll see it sometimes.
2018-06-14 09:45:14 Yuxin Wang bug added subscriber Yuxin Wang
2018-10-11 19:53:57 Tim Burke bug task added swift
2018-10-11 19:54:11 Tim Burke tags multipart-upload multipart-upload s3api
2019-01-03 19:13:57 Tim Burke swift: status New Confirmed
2019-01-03 19:14:00 Tim Burke swift: importance Undecided Medium
2019-01-03 19:15:42 Tim Burke swift3: status New Invalid
2019-01-10 04:35:19 OpenStack Infra swift: status Confirmed Fix Released