mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
Merge pull request #22660 from cfanz/wip-rgw-fix-24603
rgw-multisite: fix endless loop in RGWBucketShardIncrementalSyncCR Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
58337afb75
@ -3029,6 +3029,12 @@ int RGWBucketShardIncrementalSyncCR::operate()
|
||||
/* we have reported this error */
|
||||
}
|
||||
}
|
||||
if (sync_status != 0)
|
||||
break;
|
||||
}
|
||||
if (sync_status != 0) {
|
||||
/* get error, stop */
|
||||
break;
|
||||
}
|
||||
if (!marker_tracker.index_key_to_marker(key, cur_id)) {
|
||||
set_status() << "can't do op, sync already in progress for object";
|
||||
|
Loading…
Reference in New Issue
Block a user