Not a good idea on a working server with thousands of keys. Signed-off-by: Pete Zaitcev <zaitcev@xxxxxxxxxx> --- server/replica.c | 7 ------- 1 file changed, 7 deletions(-) commit cc860ab6272571320f6be4651107da90141dcfb8 Author: Pete Zaitcev <zaitcev@xxxxxxxxx> Date: Thu Jul 29 19:38:38 2010 -0600 Drop a per-key printout. diff --git a/server/replica.c b/server/replica.c index e774824..ac14cb2 100644 --- a/server/replica.c +++ b/server/replica.c @@ -601,13 +601,6 @@ static void rep_scan_verify(struct rep_arg *arg, oid = GUINT64_FROM_LE(obj->d.a.oid); - applog(LOG_INFO, "bucket %s key %s oid %llX n(%u,%u,%u): all %d ok %d", - bucket_name, object_name, (long long) oid, - GUINT32_FROM_LE(obj->d.a.nidv[0]), - GUINT32_FROM_LE(obj->d.a.nidv[1]), - GUINT32_FROM_LE(obj->d.a.nidv[2]), - allcnt, redcnt); - if (redcnt < MAXWAY) { /* maybe have MINWAY too? */ rep_job_start(arg, cp->klen, cp->key, oid, GUINT64_FROM_LE(obj->size), redcnt, redvec); -- To unsubscribe from this list: send the line "unsubscribe hail-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html