]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: don't write to error repo for async notification failures
authorCasey Bodley <cbodley@redhat.com>
Tue, 31 Mar 2020 13:22:43 +0000 (09:22 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 13 Apr 2020 15:06:46 +0000 (11:06 -0400)
commitaf2114a69b85b0cfdeb69c4c470abbec3eb50758
tree55fc9f592cd61c82ae0c460c7faccbbefffd7aec
parent703e40348ad32d998e64c27553091d324f7632d8
rgw: don't write to error repo for async notification failures

async notifications are just hints, and don't imply an obligation to
sync the bucket shard. if we fail to sync, don't write it to the error
repo for retry. we'll see the change later when processing the datalog

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_data_sync.cc