Rev 725: change default tunables to cope with larger dbs in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Sun Jan 6 01:36:59 GMT 2008


------------------------------------------------------------
revno: 725
revision-id:tridge at samba.org-20080106013658-acg3o56adc8jet8a
parent: tridge at samba.org-20080106013630-f191mgsmqjnky4t0
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge.stable
timestamp: Sun 2008-01-06 12:36:58 +1100
message:
  change default tunables to cope with larger dbs
modified:
  server/ctdb_tunables.c         ctdb_tunables.c-20070604095258-4m34d7cm1qa7yos9-1
=== modified file 'server/ctdb_tunables.c'
--- a/server/ctdb_tunables.c	2008-01-04 22:36:53 +0000
+++ b/server/ctdb_tunables.c	2008-01-06 01:36:58 +0000
@@ -28,10 +28,10 @@
 	{ "SeqnumFrequency",      1,  offsetof(struct ctdb_tunable, seqnum_frequency) },
 	{ "ControlTimeout",      60, offsetof(struct ctdb_tunable, control_timeout) },
 	{ "TraverseTimeout",     20, offsetof(struct ctdb_tunable, traverse_timeout) },
-	{ "KeepaliveInterval",    2,  offsetof(struct ctdb_tunable, keepalive_interval) },
+	{ "KeepaliveInterval",    5,  offsetof(struct ctdb_tunable, keepalive_interval) },
 	{ "KeepaliveLimit",       5,  offsetof(struct ctdb_tunable, keepalive_limit) },
 	{ "MaxLACount",           7,  offsetof(struct ctdb_tunable, max_lacount) },
-	{ "RecoverTimeout",       5,  offsetof(struct ctdb_tunable, recover_timeout) },
+	{ "RecoverTimeout",      30,  offsetof(struct ctdb_tunable, recover_timeout) },
 	{ "RecoverInterval",      1,  offsetof(struct ctdb_tunable, recover_interval) },
 	{ "ElectionTimeout",      3,  offsetof(struct ctdb_tunable, election_timeout) },
 	{ "TakeoverTimeout",      5,  offsetof(struct ctdb_tunable, takeover_timeout) },



More information about the samba-cvs mailing list