]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/.../object_context: drop recovery_read_marker
authorSamuel Just <sjust@redhat.com>
Wed, 19 Jun 2024 04:10:34 +0000 (21:10 -0700)
committerSamuel Just <sjust@redhat.com>
Mon, 24 Jun 2024 00:53:53 +0000 (17:53 -0700)
commitc1b7435d6c3a598ee13dd57ba8b83014c4cca893
treed51854cc88c7926fb90a4c20874d317a8054df71
parentaaeb250389904d8995752de92ebb2ab674637551
crimson/.../object_context: drop recovery_read_marker

This doesn't seem to serve a purpose with current crimson.  classic
uses ObjectState::recovery_read_marker to indicate that backfill
should be requeued upon wakeup, but that hasn't been necessary so
far in crimson.  We can reintroduce this if it becomes useful.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/object_context.h
src/crimson/osd/pg_recovery.cc
src/crimson/osd/replicated_recovery_backend.cc