From 65a78a6a5212f9457f7fbbd7e14e54e86e7060bb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 8 Aug 2008 13:13:42 +1000 Subject: drop retries to 5 (This used to be commit a2f70fc175b748ef160a998d0563c28381ea3466) --- source3/lib/dbwrap_ctdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/dbwrap_ctdb.c') diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c index 049e1b9584..541b278970 100644 --- a/source3/lib/dbwrap_ctdb.c +++ b/source3/lib/dbwrap_ctdb.c @@ -670,7 +670,7 @@ again: } } - if (++retries == 10) { + if (++retries == 5) { DEBUG(0,(__location__ " Giving up transaction on db 0x%08x after %d retries failure_control=%u\n", h->ctx->db_id, retries, (unsigned)failure_control)); ctdbd_control_local(messaging_ctdbd_connection(), failure_control, -- cgit