[SCM] CTDB repository - branch 1.0.112 updated - ctdb-1.0.111-32-gb0cf567

Ronnie Sahlberg sahlberg at samba.org
Wed Feb 10 17:58:53 MST 2010


The branch, 1.0.112 has been updated
       via  b0cf567a88deee913ff03f721898af54c2877261 (commit)
       via  2a9063910e6281f801c3e84f9aacc0589adad812 (commit)
      from  82172d6a8c6fe519baf064832281d1b24b9983fe (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=1.0.112


- Log -----------------------------------------------------------------
commit b0cf567a88deee913ff03f721898af54c2877261
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Thu Feb 11 11:54:46 2010 +1100

    Reducing the log level for a debug message
    
                  DEBUG(DEBUG_DEBUG,("pnn %u starting migration of %08x t\

commit 2a9063910e6281f801c3e84f9aacc0589adad812
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Thu Feb 11 11:49:48 2010 +1100

    Reduce the log level for two debug messages
    
           DEBUG(DEBUG_DEBUG,("pnn %u dmaster response %08x\n", ctdb->pnn, ctdb_has
           DEBUG(DEBUG_DEBUG,("pnn %u dmaster request on %08x for %u from %u\n",

-----------------------------------------------------------------------

Summary of changes:
 server/ctdb_call.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/server/ctdb_call.c b/server/ctdb_call.c
index 82c1304..6ad9305 100644
--- a/server/ctdb_call.c
+++ b/server/ctdb_call.c
@@ -246,7 +246,7 @@ static void ctdb_become_dmaster(struct ctdb_db_context *ctdb_db,
 	struct ctdb_context *ctdb = ctdb_db->ctdb;
 	struct ctdb_ltdb_header header;
 
-	DEBUG(DEBUG_INFO,("pnn %u dmaster response %08x\n", ctdb->pnn, ctdb_hash(&key)));
+	DEBUG(DEBUG_DEBUG,("pnn %u dmaster response %08x\n", ctdb->pnn, ctdb_hash(&key)));
 
 	ZERO_STRUCT(header);
 	header.rsn = rsn + 1;
@@ -332,7 +332,7 @@ void ctdb_request_dmaster(struct ctdb_context *ctdb, struct ctdb_req_header *hdr
 		ctdb_fatal(ctdb, "ctdb_req_dmaster to non-lmaster");
 	}
 
-	DEBUG(DEBUG_INFO,("pnn %u dmaster request on %08x for %u from %u\n", 
+	DEBUG(DEBUG_DEBUG,("pnn %u dmaster request on %08x for %u from %u\n", 
 		 ctdb->pnn, ctdb_hash(&key), c->dmaster, c->hdr.srcnode));
 
 	/* its a protocol error if the sending node is not the current dmaster */
@@ -446,7 +446,7 @@ void ctdb_request_call(struct ctdb_context *ctdb, struct ctdb_req_header *hdr)
 			      " of key %s while transaction is active\n",
 			      (char *)call->key.dptr));
 		} else {
-			DEBUG(DEBUG_INFO,("pnn %u starting migration of %08x to %u\n",
+			DEBUG(DEBUG_DEBUG,("pnn %u starting migration of %08x to %u\n",
 				 ctdb->pnn, ctdb_hash(&(call->key)), c->hdr.srcnode));
 			ctdb_call_send_dmaster(ctdb_db, c, &header, &(call->key), &data);
 			talloc_free(data.dptr);


-- 
CTDB repository


More information about the samba-cvs mailing list