mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
osd/PG: do not queue ops for replay
We no longer send ACKs, so this can't happen anyway. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
1addadc40a
commit
845f432dc1
@ -5426,15 +5426,6 @@ bool PG::can_discard_op(OpRequestRef& op)
|
||||
return true;
|
||||
}
|
||||
|
||||
if (is_replay()) {
|
||||
if (m->get_version().version > 0) {
|
||||
dout(7) << " queueing replay at " << m->get_version()
|
||||
<< " for " << *m << dendl;
|
||||
replay_queue[m->get_version()] = op;
|
||||
op->mark_delayed("waiting for replay");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user