From: Sage Weil Date: Tue, 3 May 2011 21:31:20 +0000 (-0700) Subject: osd: turn off recovery oid sets X-Git-Tag: v0.28~74^2~36 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=39dc08460788f6a25b760279a2232890489d1736;p=ceph.git osd: turn off recovery oid sets 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 --- diff --git a/src/osd/PG.h b/src/osd/PG.h index eaf2422fea1..ea03fe94737 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -46,7 +46,7 @@ using namespace std; 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;