Skip to content

Commit e7ed10f

Browse files
authored
Merge pull request ceph#52866 from ivancich/wip-bad-multiparts-listing
rgw: when there are a large number of multiparts, the unorder list result may miss objects Reviewed-by: Matt Benjamin <[email protected]>
2 parents 815481c + 81d5bb7 commit e7ed10f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rgw/driver/rados/rgw_rados.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9667,7 +9667,6 @@ int RGWRados::cls_bucket_list_unordered(const DoutPrefixProvider *dpp,
96679667
ent_list.emplace_back(std::move(dirent));
96689668
++count;
96699669
} else {
9670-
last_added_entry = dirent.key;
96719670
*is_truncated = true;
96729671
ldpp_dout(dpp, 10) << "INFO: " << __func__ <<
96739672
": reached max entries (" << num_entries << ") to return at \"" <<

0 commit comments

Comments
 (0)