All of lore.kernel.org
 help / color / mirror / Atom feed
* [tabled patch 3/4] remove a per-key printout
@ 2010-05-22  2:20 Pete Zaitcev
  0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2010-05-22  2:20 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Project Hail List

We still have a few other per-key printouts in replication code that
a) are clearly marked as temporary, and b) only appear when keys are
replicated. This one was popping on every rescan and thus filling
the logs with useless garbage.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>

---
 server/replica.c |    7 -------
 1 file changed, 7 deletions(-)

commit ef3d146c043d7501aec4722980acc9b884553c7d
Author: Pete Zaitcev <zaitcev@yahoo.com>
Date:   Fri May 21 19:56:38 2010 -0600

    Remove per-key printout from replica.c.

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);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-22  2:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-22  2:20 [tabled patch 3/4] remove a per-key printout Pete Zaitcev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.