Project

General

Profile

Actions

Bug #57176

open

S3 Object Returns Days after Deletion

Added by Alex Kershaw over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

Hi,

I’m running Ceph 15.2.13 with RGWs and multisite. I’ve got some odd S3 object behaviour I’m really baffled by. Hoping to get some debugging advice.

The problem I have is that I delete an object, attempt some reads of the deleted object and get hit with 404s (totally reasonable – it no longer exists, right?). However a few days later, the object seems to be magically recreated, and a subsequent GET request that I’d expect to return a 404 returns a 200. Looking on the cluster I can see the object genuinely does still exist.

I have a single client on my Storage Cluster. It contacts the Cluster via HAProxy which I’ve pasted some logs for below showing the described behaviour.

[15/Aug/2022:05:24:40.612] s3proxy cephs3/S3:10.245.0.23 49/0/0/55/104 204 234 - - ---- 22/15/0/1/0 0/0 {WSD} "DELETE /edin2z6-scsdata/84/40/20220815042412F3DB2300000018-Subscriber HTTP/1.1"
[15/Aug/2022:05:24:40.650] s3proxy cephs3/S3:10.245.0.21 69/0/0/22/107 404 455 - - ---- 22/15/0/1/0 0/0 {ISSMgr} "GET /edin2z6-scsdata/84/40/20220815042412F3DB2300000018-Subscriber HTTP/1.1"
[15/Aug/2022:05:24:53.549] s3proxy cephs3/S3:10.245.0.20 12/0/0/20/90 404 455 - - ---- 37/16/2/1/0 0/0 {S3Mgr} "GET /edin2z6-scsdata/84/40/20220815042412F3DB2300000018-Subscriber HTTP/1.1"
[15/Aug/2022:05:24:53.635] s3proxy cephs3/S3:10.245.0.21 0/0/31/17/63 404 455 - - ---- 37/16/0/1/0 0/0 {S3Mgr} "GET /edin2z6-scsdata/84/40/20220815042412F3DB2300000018-Subscriber HTTP/1.1"
[15/Aug/2022:05:24:53.699] s3proxy cephs3/S3:10.245.0.21 1/0/0/19/35 404 455 - - ---- 37/16/0/1/0 0/0 {S3Mgr} "GET /edin2z6-scsdata/84/40/20220815042412F3DB2300000018-Subscriber HTTP/1.1"
[15/Aug/2022:05:24:53.733] s3proxy cephs3/S3:10.245.0.23 4/0/0/19/39 404 455 - - ---- 38/16/1/1/0 0/0 {ISSMgr} "GET /edin2z6-scsdata/84/40/20220815042412F3DB2300000018-Subscriber HTTP/1.1"
[15/Aug/2022:05:24:53.772] s3proxy cephs3/S3:10.245.0.23 62/0/0/19/98 404 455 - - ---- 39/16/1/1/0 0/0 {S3Mgr} "GET /edin2z6-scsdata/84/40/20220815042412F3DB2300000018-Subscriber HTTP/1.1"
[15/Aug/2022:05:24:53.871] s3proxy cephs3/S3:10.245.0.23 1/0/0/22/39 404 455 - - ---- 39/16/0/1/0 0/0 {S3Mgr} "GET /edin2z6-scsdata/84/40/20220815042412F3DB2300000018-Subscriber HTTP/1.1"
[15/Aug/2022:05:24:53.899] s3proxy cephs3/S3:10.245.0.20 53/0/0/30/100 404 455 - - ---- 40/16/0/1/0 0/0 {ISSMgr} "GET /edin2z6-scsdata/84/40/20220815042412F3DB2300000018-Subscriber HTTP/1.1"
[17/Aug/2022:13:43:20.861] s3proxy cephs3/S3:10.245.0.23 699/0/0/33/749 200 6815 - - ---- 17/12/0/1/0 0/0 {other} "GET /edin2z6-scsdata/84/40/20220815042412F3DB2300000018-Subscriber HTTP/1.1"

Some details about the object:

{
"AcceptRanges": "bytes",
"ContentType": "binary/octet-stream",
"LastModified": "Mon, 15 Aug 2022 04:24:40 GMT",
"ContentLength": 6252,
"Expires": "Thu, 01 Jan 1970 00:00:00 UTC",
"SSECustomerAlgorithm": "AES256",
"VersionId": "muroZd4apIM6RIkNpSEQfh8ZrYfFJWs",
"ETag": "\"0803e745fbeac3be88e82adf2ef6240b\"",
"SSECustomerKeyMD5": "2b6tFaOW0qSq1FOhX+WgZw==",
"Metadata": {}
}

The only logical reason I could come up with that this object still exists is that it was recreated (my client shouldn’t have – but obviously not impossible), but the LastModified date above rules this out, so I think it must be a Ceph thing.

How can the delete succeed, the object be temporarily deleted, and then pop back into existence?

Thanks,

No data to display

Actions

Also available in: Atom PDF