mirror of
https://github.com/ceph/ceph
synced 2024-12-28 14:34:13 +00:00
ReplicatedPG: do not eval_repop if aborted
Signed-off-by: Samuel Just <sam.just@inktank.com>
This commit is contained in:
parent
f6fc1b3031
commit
b6bf573699
@ -3714,7 +3714,8 @@ void ReplicatedPG::repop_ack(RepGather *repop, int result, int ack_type,
|
||||
repop->waitfor_ack.erase(fromosd);
|
||||
}
|
||||
|
||||
eval_repop(repop);
|
||||
if (!repop->aborted)
|
||||
eval_repop(repop);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user