From: songweibin Date: Tue, 24 Apr 2018 08:46:17 +0000 (+0800) Subject: osd/PGLog: remove a redundant assert X-Git-Tag: v13.1.0~94^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9d3ba6d90cb7f4950cf9eeca41a82182242f495b;p=ceph-ci.git osd/PGLog: remove a redundant assert Signed-off-by: songweibin --- diff --git a/src/osd/PGLog.cc b/src/osd/PGLog.cc index 4445a9cf1a4..8032653551a 100644 --- a/src/osd/PGLog.cc +++ b/src/osd/PGLog.cc @@ -193,7 +193,6 @@ void PGLog::proc_replica_log( << "for divergent objects" << dendl; return; } - assert(olog.head >= log.tail); /* basically what we're doing here is rewinding the remote log,