Signed-off-by: Greg Farnum <gfarnum@redhat.com>
BackTrace bt(0);
stringstream ss;
bt.print(ss);
- dout(20) << __func__ << ": " << info.pgid << " got id " << id << dendl;
+ dout(20) << __func__ << ": " << info.pgid << " got id " << id << " (new) ref==" << ref << dendl;
assert(!_live_ids.count(id));
_live_ids.insert(make_pair(id, ss.str()));
return id;
void PG::put_with_id(uint64_t id)
{
- dout(20) << __func__ << ": " << info.pgid << " put id " << id << dendl;
+ dout(20) << __func__ << ": " << info.pgid << " put id " << id << " (current) ref==" << ref << dendl;
{
Mutex::Locker l(_ref_id_lock);
assert(_live_ids.count(id));