]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: bucket sync updates high marker for squashed entries
authorCasey Bodley <cbodley@redhat.com>
Tue, 5 Jun 2018 13:16:10 +0000 (09:16 -0400)
committerNathan Cutler <ncutler@suse.com>
Wed, 12 Sep 2018 16:15:29 +0000 (18:15 +0200)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 918fc3813c8d8c96c7c071645b5ae5c1090a7c15)

Conflicts:
src/rgw/rgw_data_sync.cc
- trivial resolution

src/rgw/rgw_data_sync.cc

index 4bbbcd9b379dccac20ac9b67a37816ce18fcab86..5eee7fd91574f1b922b9b9de3e3fc1278a8108bb 100644 (file)
@@ -2850,7 +2850,7 @@ int RGWBucketShardIncrementalSyncCR::operate()
           set_status() << "squashed operation, skipping";
           ldout(sync_env->cct, 20) << "[inc sync] skipping object: "
               << bucket_shard_str{bs} << "/" << key << ": squashed operation" << dendl;
-          /* not updating high marker though */
+          marker_tracker.try_update_high_marker(cur_id, 0, entry->timestamp);
           continue;
         }
         ldout(sync_env->cct, 20) << "[inc sync] syncing object: "