From: Neha Ojha Date: Sat, 16 Mar 2019 00:52:27 +0000 (-0700) Subject: osd/PG: !transaction_applied is true for async_recovery_targets as well X-Git-Tag: v15.0.0~200^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=71996da6be171cd310f8cae48c95bedb02f000b8;p=ceph-ci.git osd/PG: !transaction_applied is true for async_recovery_targets as well Signed-off-by: Neha Ojha --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 338cc57ba5a..ee111b1dcec 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -3824,7 +3824,7 @@ void PG::append_log( PGLogEntryHandler handler{this, &t}; if (!transaction_applied) { - /* We must be a backfill peer, so it's ok if we apply + /* We must be a backfill or async recovery peer, so it's ok if we apply * out-of-turn since we won't be considered when * determining a min possible last_update. *