Project

General

Profile

Actions

Bug #41642

closed

rgw: one part of the bulk delete(RGWDeleteMultiObj_ObjStore_S3) fails but no error messages

Added by Snow Si over 4 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
% Done:

0%

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

Description

1.src/rgw/rgw_rest_s3.cc:RGWDeleteMultiObj_ObjStore_S3::send_partial_response
The function passes the result of the processing on one object (ret) as a parameter, but uses the result of the request (op_ret).
2.I think "quiet" is a sign of silent output, "op_ret 0 && !quiet)" is modified to "(op_ret 0 || quiet)" is correct(unmodifed)


Related issues 1 (0 open1 closed)

Copied to rgw - Backport #43877: nautilus: rgw: one part of the bulk delete(RGWDeleteMultiObj_ObjStore_S3) fails but no error messagesResolvedShyukri ShyukrievActions
Actions #2

Updated by Nathan Cutler over 4 years ago

  • Project changed from Ceph to rgw
  • Status changed from New to Fix Under Review
Actions #3

Updated by Casey Bodley over 4 years ago

  • Status changed from Fix Under Review to 17
Actions #4

Updated by Patrick Donnelly over 4 years ago

  • Status changed from 17 to Fix Under Review
Actions #5

Updated by Ali Maredia about 4 years ago

  • Status changed from Fix Under Review to Pending Backport
  • Backport set to nautilus

PR has been merged to master. The fix should be backported to nautilus.

Actions #6

Updated by Nathan Cutler about 4 years ago

  • Copied to Backport #43877: nautilus: rgw: one part of the bulk delete(RGWDeleteMultiObj_ObjStore_S3) fails but no error messages added
Actions #7

Updated by Nathan Cutler about 4 years ago

  • Status changed from Pending Backport to Resolved

While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are in status "Resolved" or "Rejected".

Actions

Also available in: Atom PDF