This is slow, eats memory, and dumps huge amounts of crap to the debug
logs when enabled. Leave it off unless we are actually hunting down a bug.
Signed-off-by: Sage Weil <sage@newdream.net>
using namespace __gnu_cxx;
-#define DEBUG_RECOVERY_OIDS // track set of recovering oids explicitly, to find counting bugs
+//#define DEBUG_RECOVERY_OIDS // track set of recovering oids explicitly, to find counting bugs
class OSD;