Disable FetchLockCollapse by default and disable LACount too
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 13 Mar 2012 06:32:41 +0000 (17:32 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 13 Mar 2012 06:32:41 +0000 (17:32 +1100)
server/ctdb_tunables.c

index f953d88ecabf71183fba9fd427dc79df3fc8075d..0b2a5af37298de2abbada11d01d9967605269f74 100644 (file)
@@ -70,8 +70,8 @@ static const struct {
        { "StatHistoryInterval",  1,  offsetof(struct ctdb_tunable, stat_history_interval) },
        { "DeferredAttachTO",  120,  offsetof(struct ctdb_tunable, deferred_attach_timeout) },
        { "AllowClientDBAttach", 1, offsetof(struct ctdb_tunable, allow_client_db_attach) },
-       { "FetchLockCollapse", 1, offsetof(struct ctdb_tunable, fetch_lock_collapse) },
-       { "MaxLACount",           20,  offsetof(struct ctdb_tunable, max_lacount) },
+       { "FetchLockCollapse", 0, offsetof(struct ctdb_tunable, fetch_lock_collapse) },
+       { "MaxLACount",           0,  offsetof(struct ctdb_tunable, max_lacount) },
 };
 
 /*