Subsequent updates to that object need to have their stats added
to the backfill info stats atomically with the last_backfill
update.
Signed-off-by: Samuel Just <sam.just@inktank.com>
i != to_remove.end();
++i) {
handle.reset_tp_timeout();
+
+ // ordered before any subsequent updates
send_remove_op(i->first, i->second, backfill_target);
+
+ pending_backfill_updates[i->first]; // add empty stat!
}
PGBackend::RecoveryHandle *h = pgbackend->open_recovery_op();