]> git.8kb.co.uk Git - slony-i/slony_failover/blobdiff - slony_failover.conf
Changes:
[slony-i/slony_failover] / slony_failover.conf
index 194c20b2a494aed644f9218abfe4e4abb26bc56d..8ad164a73d72f4b8262964bd2ad893dcea8aea18 100644 (file)
@@ -46,7 +46,7 @@ drop_failed_nodes = true                    # Drop all failed nodes immediately
 # Database node to read initial Slony-I configuration from
 #------------------------------------------------------------------------------
 slony_database_host = localhost
 # Database node to read initial Slony-I configuration from
 #------------------------------------------------------------------------------
 slony_database_host = localhost
-slony_database_port = 5434
+slony_database_port = 5432
 slony_database_name = TEST
 slony_database_user = slony
 slony_database_password =                   # Recommended to leave blank and use .pgpass
 slony_database_name = TEST
 slony_database_user = slony
 slony_database_password =                   # Recommended to leave blank and use .pgpass
@@ -93,8 +93,8 @@ autofailover_perspective_sleep_time = 20000 # Interval between lag reads for fai
                                             # checked from surviving nodes perspective by
                                             # checking if lag times are extending.
                                             # This does not guarantee 100% the nodes are down
                                             # checked from surviving nodes perspective by
                                             # checking if lag times are extending.
                                             # This does not guarantee 100% the nodes are down
-                                            # but if set to a large enough interval can back
-                                            # up our observation.
+                                            # but if set to a large enough interval (at least 
+                                            # sync_interval_timeout) can back up our observation.
 autofailover_majority_only = true           # Only fail over if the quantity of surviving nodes
                                             # is greater than the quantity of failed nodes.
                                             # Intended to be used to prevent a split-brain scenario
 autofailover_majority_only = true           # Only fail over if the quantity of surviving nodes
                                             # is greater than the quantity of failed nodes.
                                             # Intended to be used to prevent a split-brain scenario