ObcLockManager &&manager,
boost::optional<std::function<void(void)> > &&on_complete)
{
- dout(10) << __func__ << entries << dendl;
+ dout(10) << __func__ << " " << entries << dendl;
assert(is_primary());
ObjectStore::Transaction t;
assert(recovering.count(soid));
recovering.erase(soid);
missing_loc.remove_location(soid, from);
- dout(0) << "_failed_push " << soid << " from shard " << from
+ dout(0) << __func__ << " " << soid << " from shard " << from
<< ", reps on " << missing_loc.get_locations(soid)
<< " unfound? " << missing_loc.is_unfound(soid) << dendl;
finish_recovery_op(soid); // close out this attempt,
void ReplicatedPG::cancel_pull(const hobject_t &soid)
{
- dout(20) << __func__ << ": soid" << dendl;
+ dout(20) << __func__ << ": " << soid << dendl;
assert(recovering.count(soid));
ObjectContextRef obc = recovering[soid];
if (obc) {