[BUG] rgw/sfs: crash when calling CompleteMultipartUpload with a non-existent uploadId #762
Labels
area/rgw-sfs
RGW & SFS related
kind/bug
Something isn't working
triage/next-candidate
This could be moved to the next milestone
Describe the bug A clear and concise description of what the bug is.
Putting an non existing
uploadId
in the final CompleteMultipartUpload call guarantees a crash due to theceph_assert(mp.has_value());
in theget_meta_obj()
function inmultipart.cc
.To Reproduce Steps to reproduce the behavior:
Just call CompleteMultipartUpload with a non-existing
UploadId
.The text was updated successfully, but these errors were encountered: