]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: Redimension bucket sync cache to include optional generation
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 22 Feb 2022 19:50:33 +0000 (14:50 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 27 May 2022 19:47:34 +0000 (15:47 -0400)
commitcd16ecfd70772c44c67ab0a14eda0a3c9658fa75
tree86e7ad97a2ccff2ac651c582ce2fa8a5f013efa4
parentb5953709cadb69c50555de617d50a7c81049e4b5
rgw: Redimension bucket sync cache to include optional generation

The alternative would be to compare generations and throw out older
generation/no generation if we have a (newer) one.

But if we have the potential for older generations and blank
generations coming up on error retry, then we have to keep them
around.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/rgw/rgw_bucket_sync_cache.h
src/rgw/rgw_data_sync.cc