From 9d3ba6d90cb7f4950cf9eeca41a82182242f495b Mon Sep 17 00:00:00 2001 From: songweibin Date: Tue, 24 Apr 2018 16:46:17 +0800 Subject: [PATCH] osd/PGLog: remove a redundant assert Signed-off-by: songweibin --- src/osd/PGLog.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/PGLog.cc b/src/osd/PGLog.cc index 4445a9cf1a479..8032653551a6b 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, -- 2.39.5