public inbox for hail-devel@vger.kernel.org
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [tabled patch 3/4] remove a per-key printout
Date: Fri, 21 May 2010 20:20:00 -0600	[thread overview]
Message-ID: <20100521202000.487e39d7@redhat.com> (raw)

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

                 reply	other threads:[~2010-05-22  2:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100521202000.487e39d7@redhat.com \
    --to=zaitcev@redhat.com \
    --cc=hail-devel@vger.kernel.org \
    --cc=jeff@garzik.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox