27 lines
960 B
Diff
27 lines
960 B
Diff
From 54c26715a8eb5688081ea6e26cabe54d9de762d7 Mon Sep 17 00:00:00 2001
|
|
From: David Vossel <dvossel@redhat.com>
|
|
Date: Wed, 30 Jul 2014 13:03:14 -0500
|
|
Subject: [PATCH 6/6] Low: galera: be very generous in the promotion timeout to
|
|
allow SST to complete on large databases
|
|
|
|
---
|
|
heartbeat/galera | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/heartbeat/galera b/heartbeat/galera
|
|
index a361d7b..994aad0 100755
|
|
--- a/heartbeat/galera
|
|
+++ b/heartbeat/galera
|
|
@@ -235,7 +235,7 @@ Cluster check user password
|
|
<action name="monitor" depth="0" timeout="30" interval="20" />
|
|
<action name="monitor" role="Master" depth="0" timeout="30" interval="10" />
|
|
<action name="monitor" role="Slave" depth="0" timeout="30" interval="30" />
|
|
-<action name="promote" timeout="120" />
|
|
+<action name="promote" timeout="300" />
|
|
<action name="demote" timeout="120" />
|
|
<action name="validate-all" timeout="5" />
|
|
<action name="meta-data" timeout="5" />
|
|
--
|
|
1.8.4.2
|
|
|