Skip to content

Commit

Permalink
osd/PGLog: remove a redundant assert
Browse files Browse the repository at this point in the history
Signed-off-by: songweibin <[email protected]>
  • Loading branch information
Songweibin committed Apr 24, 2018
1 parent 7a68c2e commit 9d3ba6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/osd/PGLog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9d3ba6d

Please sign in to comment.