Bug 2265145

Summary: [GSS]Missing Objects in RGW S3 bucket while making GET request - 404 not found error
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Mark Kogan <mkogan>
Component: RGWAssignee: Mark Kogan <mkogan>
Status: CLOSED DUPLICATE QA Contact: Madhavi Kasturi <mkasturi>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.1CC: abhisheg, aglotov, bhull, bkunal, cbodley, ceph-eng-bugs, cephqe-warriors, ckulal, hklein, hpathan, ivancich, jquinn, linuxkidd, mcaldeir, mkasturi, mkogan, nravinas, olim, roemerso, skoduri, ssanchet, sshome, tserlin, vereddy, vimishra, vumrao
Target Milestone: ---   
Target Release: 6.1z5   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Cause: During a multipart upload, when the upload of a part failed and was restarted, such as due to a time-out, sometimes the cleaning up of the first attempt would remove tail objects from the subsequent attempt. Consequence: The resulting RGW multipart object will be damaged as some tail objects will be missing. It will respond to a HEAD request but fail during a GET request. Fix: The code now cleans up the first attempt correctly. Result: The resulting RGW multipart object is no longer damaged and can be read by clients.
Story Points: ---
Clone Of: 2262650 Environment:
Last Closed: 2024-02-20 17:03:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2262650    
Bug Blocks: 2264247, 2264991, 2265071    

Comment 1 Bipin Kunal 2024-02-20 17:03:22 UTC

*** This bug has been marked as a duplicate of bug 2265071 ***