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: v13.2.6~20^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=38d78a02e8c01dc6ab06c8928d13b4724b90f9aa;p=ceph.git osd/PG: !transaction_applied is true for async_recovery_targets as well Signed-off-by: Neha Ojha (cherry picked from commit 71996da6be171cd310f8cae48c95bedb02f000b8) --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index bbdb1fa913d7..75ed3c70e326 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -3625,7 +3625,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. *