Project

General

Profile

Actions

Bug #15542

closed

rgw multisite: delete object issues

Added by Abhishek Lekshmanan about 8 years ago. Updated almost 8 years ago.

Status:
Duplicate
Priority:
Urgent
Assignee:
-
Target version:
-
% Done:

0%

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

Description

doing a multipart upload and delete from a secondary zone often causes wierdness if the object does not delete fast enough in the primary zone:

(openstack)[abhishekl@pxe-sup3:/ssd/builds/cpp/ceph/src](⎇ rgw/multisite-delete)$ 
s3 -us put test-mp/test.img filename=test.img # this is a file of ~40 MB.. so libs3 will do a mp-upload 
(openstack)[abhishekl@pxe-sup3:/ssd/builds/cpp/ceph/src](⎇ rgw/multisite-delete)$ 
s3 -us list test-mp
Content-Type: application/xml
Request-Id: tx0000000000000000021d6-0057164810-3735-us-west
Content-Length: 499
                       Key                             Last Modified      Size 
--------------------------------------------------  --------------------  -----
test.img                                            2016-04-19T13:00:17Z    40M
(openstack)[abhishekl@pxe-sup3:/ssd/builds/cpp/ceph/src](⎇ rgw/multisite-delete)$ 
s3 -us delete test-mp/test.img
(openstack)[abhishekl@pxe-sup3:/ssd/builds/cpp/ceph/src](⎇ rgw/multisite-delete)$ 
s3 -us list test-mp
Content-Type: application/xml
Request-Id: tx000000000000000002283-005716481e-3735-us-west
Content-Length: 499
                       Key                             Last Modified      Size 
--------------------------------------------------  --------------------  -----
test.img                                            2016-04-19T13:00:45Z    40M
(openstack)[abhishekl@pxe-sup3:/ssd/builds/cpp/ceph/src](⎇ rgw/multisite-delete)$ 
s3 -us delete test-mp/test.img
(openstack)[abhishekl@pxe-sup3:/ssd/builds/cpp/ceph/src](⎇ rgw/multisite-delete)$ 
s3 -us list test-mp                                                                                                    

Content-Type: application/xml
Request-Id: tx0000000000000000022b1-0057164826-3735-us-west
Content-Length: 232
                       Key                             Last Modified      Size 
--------------------------------------------------  --------------------  -----
(openstack)[abhishekl@pxe-sup3:/ssd/builds/cpp/ceph/src](⎇ rgw/multisite-delete)$ 
s3 -us list test-mp
Content-Type: application/xml
Request-Id: tx0000000000000000022f2-005716482c-3735-us-west
Content-Length: 232
                       Key                             Last Modified      Size 
--------------------------------------------------  --------------------  -----
(openstack)[abhishekl@pxe-sup3:/ssd/builds/cpp/ceph/src](⎇ rgw/multisite-delete)$ 
s3 -us list test-mp
Content-Type: application/xml
Request-Id: tx0000000000000000022f7-005716482d-3735-us-west
Content-Length: 232
                       Key                             Last Modified      Size 
--------------------------------------------------  --------------------  -----
(openstack)[abhishekl@pxe-sup3:/ssd/builds/cpp/ceph/src](⎇ rgw/multisite-delete)$ 
s3 -us list test-mp
Content-Type: application/xml
Request-Id: tx00000000000000000256d-005716486c-3735-us-west
Content-Length: 499
                       Key                             Last Modified      Size 
--------------------------------------------------  --------------------  -----
test.img                                            2016-04-19T13:01:52Z    40M

Files

rgw-del19-logs.tar.gz (313 KB) rgw-del19-logs.tar.gz logs Abhishek Lekshmanan, 05/31/2016 08:57 AM
final-obj.log (339 KB) final-obj.log Abhishek Lekshmanan, 06/02/2016 01:42 PM

Related issues 2 (1 open1 closed)

Related to rgw - Bug #16143: rgw: concurrent sync on the same objectNew06/03/2016

Actions
Is duplicate of rgw - Bug #15625: rgw: segfault at RGWAsyncGetSystemObjResolved04/26/2016

Actions
Actions

Also available in: Atom PDF