]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/common/operation: trim AggregateBlockingEvent::events entries 46194/head
authorSamuel Just <sjust@redhat.com>
Sat, 7 May 2022 07:02:58 +0000 (07:02 +0000)
committerSamuel Just <sjust@redhat.com>
Mon, 9 May 2022 21:04:56 +0000 (14:04 -0700)
commit29a00b4482761a3ca3fe6b5b314a1327d34a54f5
tree4b06dac04ddc0237c4518d130b94d169a338ce41
parentd0708b5452017b7be4be78df0444102a531fccba
crimson/common/operation: trim AggregateBlockingEvent::events entries

PglogBasedRecovery and BackfillRecovery reuse the same Operation
until their respective operations are complete.  Each recovery
operation adds an entry to AggregateBlockingEvent::events.  This
way, we only retain entries that are currently blocking.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/common/operation.h