Rev 344: consider a node dead after 6 seconds, not 15 in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Fri May 25 10:00:07 GMT 2007


------------------------------------------------------------
revno: 344
revision-id: tridge at samba.org-20070525100006-gpdqevfym61pqwm6
parent: tridge at samba.org-20070525084849-chpdtiih9av0o5ji
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Fri 2007-05-25 20:00:06 +1000
message:
  consider a node dead after 6 seconds, not 15
modified:
  include/ctdb_private.h         ctdb_private.h-20061117234101-o3qt14umlg9en8z0-13
=== modified file 'include/ctdb_private.h'
--- a/include/ctdb_private.h	2007-05-25 07:04:13 +0000
+++ b/include/ctdb_private.h	2007-05-25 10:00:06 +0000
@@ -333,10 +333,10 @@
 #define CTDB_TRAVERSE_TIMEOUT 20
 
 /* timeout between dead-node monitoring events */
-#define CTDB_MONITORING_TIMEOUT 5
+#define CTDB_MONITORING_TIMEOUT 3
 
 /* number of monitoring timeouts before a node is considered dead */
-#define CTDB_MONITORING_DEAD_COUNT 3
+#define CTDB_MONITORING_DEAD_COUNT 2
 
 
 /* number of consecutive calls from the same node before we give them



More information about the samba-cvs mailing list