Project

General

Profile

Actions

Bug #39393

closed

inefficient unordered bucket listing

Added by Casey Bodley about 5 years ago. Updated almost 5 years ago.

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

0%

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

Description

RGWRados::cls_bucket_list_unordered() loops over bucket index shards, but each loop uses CLSRGWIssueBucketList to send a [call rgw.bucket_list] osd op to every shard of the bucket index

attached before/after logs of an unordered list_bucket request from s3tests_boto3.functional.test_s3.test_bucket_list_unordered with rgw_override_bucket_index_max_shards=8

the difference is clear after counting the number of [call rgw.bucket_list] osd ops:

$ grep 'call rgw.bucket_list' unordered-8-shard-bucket-list-before.log | wc -l
64
$ grep 'call rgw.bucket_list' unordered-8-shard-bucket-list-after.log | wc -l
8


Files


Related issues 3 (0 open3 closed)

Copied to rgw - Backport #39409: luminous: inefficient unordered bucket listingResolvedNathan CutlerActions
Copied to rgw - Backport #39410: nautilus: inefficient unordered bucket listingResolvedWei-Chung ChengActions
Copied to rgw - Backport #39411: mimic: inefficient unordered bucket listingResolvedCasey BodleyActions
Actions #2

Updated by Casey Bodley about 5 years ago

  • Status changed from 7 to Pending Backport
Actions #3

Updated by Nathan Cutler about 5 years ago

  • Copied to Backport #39409: luminous: inefficient unordered bucket listing added
Actions #4

Updated by Nathan Cutler about 5 years ago

  • Copied to Backport #39410: nautilus: inefficient unordered bucket listing added
Actions #5

Updated by Nathan Cutler about 5 years ago

  • Copied to Backport #39411: mimic: inefficient unordered bucket listing added
Actions #6

Updated by Nathan Cutler almost 5 years ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF