Project

General

Profile

Actions

Bug #41355

open

RGWOp_Bucket_Info responds with an empty body instead of reporting errors

Added by Casey Bodley over 4 years ago. Updated over 4 years ago.

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

0%

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

Description

if RGWBucketAdminOp::info() gets an error from bucket_stats() (ENOENT, for example), that error does not get reported to the client in RGWRESTOp::send_response(). the reason is that RGWBucketAdminOp::info() has called flusher.start() with success before bucket_stats(), so RGWRESTOp::send_response() omits the response header.


Related issues 1 (0 open1 closed)

Related to Dashboard - Bug #41306: mgr/dashboard: Teuthology test failure "test_create_get_update_delete_w_tenant (tasks.mgr.dashboard.test_rgw.RgwBucketTest)"Resolved

Actions
Actions #1

Updated by Casey Bodley over 4 years ago

  • Related to Bug #41306: mgr/dashboard: Teuthology test failure "test_create_get_update_delete_w_tenant (tasks.mgr.dashboard.test_rgw.RgwBucketTest)" added
Actions #2

Updated by Matt Benjamin over 4 years ago

  • Status changed from New to 12
Actions #3

Updated by Patrick Donnelly over 4 years ago

  • Status changed from 12 to New
Actions

Also available in: Atom PDF