Mon Jan 10 08:16:03 PST 2011
- Previous message: [Slony1-bugs] [Bug 180] Slonik DATE command
- Next message: [Slony1-bugs] [Bug 163] Resolve Timezone ambiguity
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://www.slony.info/bugzilla/show_bug.cgi?id=126 --- Comment #8 from Christopher Browne <cbbrowne at ca.afilias.info> 2011-01-10 08:16:03 PST --- I have added a patch to cause all the regression tests to set values for TCP keepalive https://github.com/cbbrowne/slony1-engine/commit/0c08ba8302efc3795388c6246f6fe1a19f9d7f9e One may see that this sets values for the parms, per the slon log: Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14449]: [1-1] CONFIG main: slon version 2.1.0 starting up Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14449]: [2-1] INFO slon: watchdog process started Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14449]: [3-1] CONFIG slon: watchdog ready - pid = 14449 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14449]: [4-1] CONFIG slon: worker process created - pid = 14451 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [4-1] CONFIG main: Integer option vac_frequency = 2 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [5-1] CONFIG main: Integer option log_level = 2 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [6-1] CONFIG main: Integer option sync_interval = 2010 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [7-1] CONFIG main: Integer option sync_interval_timeout = 15000 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [8-1] CONFIG main: Integer option sync_group_maxsize = 8 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [9-1] CONFIG main: Integer option desired_sync_time = 60000 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [10-1] CONFIG main: Integer option syslog = 1 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [11-1] CONFIG main: Integer option quit_sync_provider = 0 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [12-1] CONFIG main: Integer option quit_sync_finalsync = 0 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [13-1] CONFIG main: Integer option sync_max_rowsize = 4096 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [14-1] CONFIG main: Integer option sync_max_largemem = 1048576 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [15-1] CONFIG main: Integer option remote_listen_timeout = 300 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [16-1] CONFIG main: Integer option tcp_keepalive_idle = 5 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [17-1] CONFIG main: Integer option tcp_keepalive_interval = 5 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [18-1] CONFIG main: Integer option tcp_keepalive_count = 5 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [19-1] CONFIG main: Boolean option log_pid = 0 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [20-1] CONFIG main: Boolean option log_timestamp = 1 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [21-1] CONFIG main: Boolean option tcp_keepalive = 1 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [22-1] CONFIG main: Real option real_placeholder = 0.000000 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [23-1] CONFIG main: String option cluster_name = slony_regress1 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [24-1] CONFIG main: String option conn_info = dbname=slonyregress2 host=localhost user=postgres port=7090 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [25-1] CONFIG main: String option pid_file = /tmp/slony-regress.XIjI9L/slon-pid.2 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [26-1] CONFIG main: String option log_timestamp_format = %Y-%m-%d %H:%M:%S %Z Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [27-1] CONFIG main: String option archive_dir = [NULL] Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [28-1] CONFIG main: String option sql_on_connection = SET log_min_duration_statement to '1000'; Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [29-1] CONFIG main: String option lag_interval = 2 seconds Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [30-1] CONFIG main: String option command_on_logarchive = [NULL] Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [31-1] CONFIG main: String option syslog_facility = LOCAL0 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [32-1] CONFIG main: String option syslog_ident = slon-slony_regress1-2 Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [33-1] CONFIG main: String option cleanup_interval = 30 seconds Jan 10 11:09:18 cbbrowne slon-slony_regress1-2[14451]: [34-1] CONFIG main: local node id = 2 I haven't run any deep tests involving inducing network outages, but this certainly plays OK when the network *isn't* broken. -- Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
- Previous message: [Slony1-bugs] [Bug 180] Slonik DATE command
- Next message: [Slony1-bugs] [Bug 163] Resolve Timezone ambiguity
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-bugs mailing list