OPTION(debug_buffer, 0, OPT_INT, 0),
OPTION(debug_timer, 0, OPT_INT, 0),
OPTION(debug_filer, 0, OPT_INT, 0),
- OPTION(debug_objecter, 0, OPT_INT, 0),
+ OPTION(debug_objecter, 0, OPT_INT, 1),
OPTION(debug_rados, 0, OPT_INT, 0),
OPTION(debug_journaler, 0, OPT_INT, 0),
OPTION(debug_objectcacher, 0, OPT_INT, 0),
break;
default:
- dout(1) << "don't know message type " << m->get_type() << dendl;
+ dout(0) << "don't know message type " << m->get_type() << dendl;
assert(0);
}
}
i++) {
if (!i->second.active_tids.empty() &&
i->second.last < cutoff) {
- dout(10) << "tick pg " << i->first << " is laggy: " << i->second.active_tids << dendl;
+ dout(1) << " pg " << i->first << " is laggy: " << i->second.active_tids << dendl;
maybe_request_map();
//break;