<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"><style type="text/css">body { background: rgba(255, 255, 255, 255); }</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Tatsuo,<div class=""><br class=""></div><div class="">I did an audit of sorts with ps and the processes that are stopping are basic pgpool child processes like these:</div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><font face="Courier New" class="">postgres 17779 &nbsp;0.0 &nbsp;0.0 208952 &nbsp;4152 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;16:25 &nbsp; 0:00 pgpool: wait for connection request</font></div><div class=""><font face="Courier New" class="">postgres 18345 &nbsp;0.0 &nbsp;0.0 208952 &nbsp;4156 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;16:29 &nbsp; 0:00 pgpool: wait for connection request</font></div><div class=""><font face="Courier New" class="">postgres 18480 &nbsp;0.0 &nbsp;0.0 208952 &nbsp;4104 ? &nbsp; &nbsp; &nbsp; &nbsp;S &nbsp; &nbsp;16:30 &nbsp; 0:00 pgpool: wait for connection request</font></div><div class="">(my pgpool runs as postgres user)</div></blockquote><div class=""><br class=""></div><div class="">Could the number of pgpool children starting and stopping just be due to the face that I have these setting defined?</div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">num_init_children = 250<br class="">max_pool = 4</div><div class="">child_life_time =&nbsp;300</div></blockquote><div class=""><br class=""></div><div class=""><div class="">Unimportant aside that I am only mentioning because it made my life difficult… &nbsp;Perhaps I am missing something and there is a better way, but...</div></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><div class=""><div class="">When I set the logging level to any debug level (1,2,3,4, or 5), it immediately saturates my syslog and I see things like:</div></div></div><div class=""><div class=""><blockquote style="margin: 0px 0px 0px 40px; border: none; padding: 0px;" class=""><font face="Courier New" class="">May 22 14:35:38 system0 rsyslogd-2177: imjournal: begin to drop messages due to rate-limiting</font></blockquote></div></div><div class=""><div class=""><blockquote style="margin: 0px 0px 0px 40px; border: none; padding: 0px;" class=""><br class=""></blockquote></div></div><div class=""><div class="">or</div></div><div class=""><div class=""><blockquote style="margin: 0px 0px 0px 40px; border: none; padding: 0px;" class=""><font face="Courier New" class="">May 22 14:35:07 system0 journal: Suppressed 102625 messages from /system.slice/pgpool.service</font></blockquote></div></div><div class=""><div class=""><div class=""><div class=""><br class="webkit-block-placeholder"></div></div></div></div><div class=""><div class=""><div class=""><div class="">If I try to launch pgpool in non-daemon mode "<font face="Courier New" class="">/usr/bin/pgpool -f /etc/pgpool-II/pgpool.conf -D -n</font>”, &nbsp;stack overflow…</div></div></div></div><div class=""><div class=""><blockquote style="margin: 0px 0px 0px 40px; border: none; padding: 0px;" class=""><font face="Courier New" class="">ERRORDATA_STACK_SIZE</font></blockquote></div></div><div class=""><div class=""><div class=""><div class=""><br class=""></div></div></div></div><div class=""><div class=""><div class=""><div class="">If I increase the ulimit…. &nbsp;Segmentation fault</div></div></div></div></blockquote><div class=""><div class=""><br class=""></div><div class="">Cheers,<br class="">Gervais<br class=""></div><br class=""><blockquote type="cite" class="">On May 21, 2015, at 10:09 PM, Tatsuo Ishii &lt;<a href="mailto:ishii@postgresql.org" class="">ishii@postgresql.org</a>&gt; wrote:<br class=""><br class="">I wanted to see the debug log of the exiting process.<br class=""><br class="">For example,<br class=""><br class=""><blockquote type="cite" class="">May 21 21:24:27 server0 pgpool[19162]: [87214-1] 2015-05-21 21:24:27: pid 19162: LOG: &nbsp;child process with pid: 31398 exits with status 512<br class=""></blockquote><br class="">I wanted to see 31398's log. Maybe the exiting process is not an<br class="">ordinary child process, but pcp or worker process? You can check by ps<br class="">command.<br class=""><br class="">26584 pts/8 &nbsp; &nbsp;S &nbsp; &nbsp; &nbsp;0:00 pgpool: PCP: wait for connection request &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br class="">26585 pts/8 &nbsp; &nbsp;S &nbsp; &nbsp; &nbsp;0:00 pgpool: worker process &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br class=""><br class="">Their pid should not be changed every 1 second...<br class=""><br class="">Best regards,<br class="">--<br class="">Tatsuo Ishii<br class="">SRA OSS, Inc. Japan<br class="">English: <a href="http://www.sraoss.co.jp/index_en.php" class="">http://www.sraoss.co.jp/index_en.php</a><br class="">Japanese:http://<a href="http://www.sraoss.co.jp" class="">www.sraoss.co.jp</a><br class=""><br class=""><blockquote type="cite" class="">Debug5 it is then… flooded my syslog, but here is a bit of output for a few iterations of child process exits… entries<br class=""><br class=""><br class="">May 21 21:24:27 server0 pgpool[19162]: [87212-1] 2015-05-21 21:24:27: pid 19162: LOG: &nbsp;child process with pid: 30777 exits with status 512<br class="">May 21 21:24:27 server0 pgpool[19162]: [87213-1] 2015-05-21 21:24:27: pid 19162: LOG: &nbsp;fork a new child process with pid: 32132<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 19162: LOG: &nbsp;child process with pid: 30777 exits with status 512<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 19162: LOG: &nbsp;fork a new child process with pid: 32132<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: listen_addresses<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: port<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 5432 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: socket_dir<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: listen_backlog_multiplier<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 2 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: pcp_listen_addresses<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: pcp_port<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 9898 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: pcp_socket_dir<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: backend_hostname0<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 'server0' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: backend_port0<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: backend_weight0<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: backend_data_directory0<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: backend_flag0<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: backend_hostname1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 'server1' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: backend_port1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: backend_weight1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: backend_data_directory1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: backend_flag1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: enable_pool_hba<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: pool_passwd<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 'pool_passwd' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: authentication_timeout<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 60 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: ssl<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: on kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: ssl_key<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.key' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: ssl_cert<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.crt' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: num_init_children<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 250 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: max_pool<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 4 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: child_life_time<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 300 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: child_max_connections<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: connection_life_time<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: client_idle_limit<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: log_destination<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 'syslog' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: log_line_prefix<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: '%t: pid %p: ' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: log_connections<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: log_hostname<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: log_statement<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: log_per_node_statement<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: log_standby_delay<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 'none' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: syslog_facility<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 'LOCAL0' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: syslog_ident<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 'pgpool' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: debug_level<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;key: log_min_messages<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 30325: DEBUG: &nbsp;value: info kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: listen_addresses<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: port<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 5432 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: socket_dir<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: listen_backlog_multiplier<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 2 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: pcp_listen_addresses<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: pcp_port<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 9898 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: pcp_socket_dir<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: backend_hostname0<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 'server0' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: backend_port0<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: backend_weight0<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: backend_data_directory0<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: backend_flag0<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: backend_hostname1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 'server1' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: backend_port1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: backend_weight1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: backend_data_directory1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: backend_flag1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: enable_pool_hba<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: pool_passwd<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 'pool_passwd' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: authentication_timeout<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 60 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: ssl<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: on kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: ssl_key<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.key' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: ssl_cert<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.crt' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: num_init_children<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 250 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: max_pool<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 4 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: child_life_time<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 300 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: child_max_connections<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: connection_life_time<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: client_idle_limit<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: log_destination<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 'syslog' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: log_line_prefix<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: '%t: pid %p: ' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: log_connections<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: log_hostname<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: log_statement<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: log_per_node_statement<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: log_standby_delay<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 'none' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: syslog_facility<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 'LOCAL0' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: syslog_ident<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 'pgpool' kind: 4<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: debug_level<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;key: log_min_messages<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 31910: DEBUG: &nbsp;value: info kind: 1<br class="">May 21 21:24:27 server0 pgpool[19162]: [87214-1] 2015-05-21 21:24:27: pid 19162: LOG: &nbsp;child process with pid: 31398 exits with status 512<br class="">May 21 21:24:27 server0 pgpool[19162]: [87215-1] 2015-05-21 21:24:27: pid 19162: LOG: &nbsp;fork a new child process with pid: 32133<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 19162: LOG: &nbsp;child process with pid: 31398 exits with status 512<br class="">May 21 21:24:27 server0 pgpool: 2015-05-21 21:24:27: pid 19162: LOG: &nbsp;fork a new child process with pid: 32133<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: listen_addresses<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: port<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 5432 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: socket_dir<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: listen_backlog_multiplier<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 2 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: pcp_listen_addresses<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: pcp_port<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 9898 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: pcp_socket_dir<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: backend_hostname0<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 'server0' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: backend_port0<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: backend_weight0<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: backend_data_directory0<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: backend_flag0<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: backend_hostname1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 'server1' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: backend_port1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: backend_weight1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: backend_data_directory1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: backend_flag1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: enable_pool_hba<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: pool_passwd<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 'pool_passwd' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: authentication_timeout<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 60 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: ssl<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: on kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: ssl_key<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.key' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: ssl_cert<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.crt' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: num_init_children<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 250 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: max_pool<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 4 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: child_life_time<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 300 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: child_max_connections<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: connection_life_time<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: client_idle_limit<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: log_destination<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 'syslog' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: log_line_prefix<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: '%t: pid %p: ' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: log_connections<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: log_hostname<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: log_statement<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: log_per_node_statement<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: log_standby_delay<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 'none' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: syslog_facility<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 'LOCAL0' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: syslog_ident<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 'pgpool' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: debug_level<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;key: log_min_messages<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 31641: DEBUG: &nbsp;value: info kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: listen_addresses<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: port<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 5432 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: socket_dir<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: listen_backlog_multiplier<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 2 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: pcp_listen_addresses<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: pcp_port<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 9898 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: pcp_socket_dir<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: backend_hostname0<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 'server0' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: backend_port0<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: backend_weight0<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: backend_data_directory0<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: backend_flag0<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: backend_hostname1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 'server1' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: backend_port1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: backend_weight1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: backend_data_directory1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: backend_flag1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: enable_pool_hba<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: pool_passwd<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 'pool_passwd' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: authentication_timeout<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 60 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: ssl<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: on kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: ssl_key<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.key' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: ssl_cert<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.crt' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: num_init_children<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 250 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: max_pool<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 4 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: child_life_time<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 300 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: child_max_connections<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: connection_life_time<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: client_idle_limit<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: log_destination<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 'syslog' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: log_line_prefix<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: '%t: pid %p: ' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: log_connections<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: log_hostname<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: log_statement<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: log_per_node_statement<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: log_standby_delay<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 'none' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: syslog_facility<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 'LOCAL0' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: syslog_ident<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 'pgpool' kind: 4<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: debug_level<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;key: log_min_messages<br class="">May 21 21:24:29 server0 pgpool: 2015-05-21 21:24:29: pid 30565: DEBUG: &nbsp;value: info kind: 1<br class="">May 21 21:24:32 server0 pgpool[19162]: [87216-1] 2015-05-21 21:24:32: pid 19162: LOG: &nbsp;child process with pid: 30779 exits with status 512<br class="">May 21 21:24:32 server0 pgpool: 2015-05-21 21:24:32: pid 19162: LOG: &nbsp;child process with pid: 30779 exits with status 512<br class="">May 21 21:24:32 server0 pgpool: 2015-05-21 21:24:32: pid 19162: LOG: &nbsp;fork a new child process with pid: 32135<br class="">May 21 21:24:32 server0 pgpool[19162]: [87217-1] 2015-05-21 21:24:32: pid 19162: LOG: &nbsp;fork a new child process with pid: 32135<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: listen_addresses<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: port<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 5432 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: socket_dir<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: listen_backlog_multiplier<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 2 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: pcp_listen_addresses<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: pcp_port<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 9898 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: pcp_socket_dir<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: backend_hostname0<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 'server0' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: backend_port0<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: backend_weight0<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: backend_data_directory0<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: backend_flag0<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: backend_hostname1<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 'server1' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: backend_port1<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: backend_weight1<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: backend_data_directory1<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: backend_flag1<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: enable_pool_hba<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: pool_passwd<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 'pool_passwd' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: authentication_timeout<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 60 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: ssl<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: on kind: 1<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: ssl_key<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.key' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: ssl_cert<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.crt' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: num_init_children<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 250 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: max_pool<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 4 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: child_life_time<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 300 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: child_max_connections<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: connection_life_time<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: client_idle_limit<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: log_destination<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 'syslog' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: log_line_prefix<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: '%t: pid %p: ' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: log_connections<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: log_hostname<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: log_statement<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: log_per_node_statement<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: log_standby_delay<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 'none' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: syslog_facility<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 'LOCAL0' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: syslog_ident<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 'pgpool' kind: 4<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: debug_level<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;key: log_min_messages<br class="">May 21 21:24:35 server0 pgpool: 2015-05-21 21:24:35: pid 31709: DEBUG: &nbsp;value: info kind: 1<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: listen_addresses<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: port<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 5432 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: socket_dir<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: listen_backlog_multiplier<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 2 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: pcp_listen_addresses<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: pcp_port<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 9898 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: pcp_socket_dir<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: backend_hostname0<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 'server0' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: backend_port0<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: backend_weight0<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: backend_data_directory0<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: backend_flag0<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: backend_hostname1<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 'server1' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: backend_port1<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: backend_weight1<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: backend_data_directory1<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: backend_flag1<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: enable_pool_hba<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: pool_passwd<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 'pool_passwd' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: authentication_timeout<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 60 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: ssl<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: on kind: 1<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: ssl_key<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.key' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: ssl_cert<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.crt' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: num_init_children<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 250 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: max_pool<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 4 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: child_life_time<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 300 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: child_max_connections<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: connection_life_time<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: client_idle_limit<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: log_destination<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 'syslog' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: log_line_prefix<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: '%t: pid %p: ' kind: 4<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: log_connections<br class="">May 21 21:24:36 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: log_hostname<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: log_statement<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: log_per_node_statement<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: log_standby_delay<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 'none' kind: 4<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: syslog_facility<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 'LOCAL0' kind: 4<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: syslog_ident<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 'pgpool' kind: 4<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: debug_level<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;key: log_min_messages<br class="">May 21 21:24:37 server0 pgpool: 2015-05-21 21:24:36: pid 31609: DEBUG: &nbsp;value: info kind: 1<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: listen_addresses<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: port<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 5432 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: socket_dir<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: listen_backlog_multiplier<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 2 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: pcp_listen_addresses<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: pcp_port<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 9898 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: pcp_socket_dir<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: backend_hostname0<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 'server0' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: backend_port0<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: backend_weight0<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: backend_data_directory0<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: backend_flag0<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: backend_hostname1<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 'server1' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: backend_port1<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: backend_weight1<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: backend_data_directory1<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: backend_flag1<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: enable_pool_hba<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: pool_passwd<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 'pool_passwd' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: authentication_timeout<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 60 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: ssl<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: on kind: 1<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: ssl_key<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.key' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: ssl_cert<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.crt' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: num_init_children<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 250 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: max_pool<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 4 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: child_life_time<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 300 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: child_max_connections<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: connection_life_time<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: client_idle_limit<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: log_destination<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 'syslog' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: log_line_prefix<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: '%t: pid %p: ' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: log_connections<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: log_hostname<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: log_statement<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: log_per_node_statement<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: log_standby_delay<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 'none' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: syslog_facility<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 'LOCAL0' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: syslog_ident<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 'pgpool' kind: 4<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: debug_level<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;key: log_min_messages<br class="">May 21 21:24:38 server0 pgpool: 2015-05-21 21:24:38: pid 30659: DEBUG: &nbsp;value: info kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: listen_addresses<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: port<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 5432 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: socket_dir<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: listen_backlog_multiplier<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 2 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: pcp_listen_addresses<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: pcp_port<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 9898 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: pcp_socket_dir<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: backend_hostname0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 'server0' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: backend_port0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: backend_weight0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: backend_data_directory0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: backend_flag0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: backend_hostname1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 'server1' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: backend_port1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: backend_weight1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: backend_data_directory1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: backend_flag1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: enable_pool_hba<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: pool_passwd<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 'pool_passwd' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: authentication_timeout<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 60 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: ssl<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: on kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: ssl_key<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.key' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: ssl_cert<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.crt' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: num_init_children<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 250 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: max_pool<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 4 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: child_life_time<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 300 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: child_max_connections<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: connection_life_time<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: client_idle_limit<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: log_destination<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 'syslog' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: log_line_prefix<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: '%t: pid %p: ' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: log_connections<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: log_hostname<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: log_statement<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: log_per_node_statement<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: log_standby_delay<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 'none' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: syslog_facility<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 'LOCAL0' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: syslog_ident<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 'pgpool' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: debug_level<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;key: log_min_messages<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31965: DEBUG: &nbsp;value: info kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: listen_addresses<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: port<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 5432 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: socket_dir<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: listen_backlog_multiplier<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 2 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: pcp_listen_addresses<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: pcp_port<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 9898 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: pcp_socket_dir<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: backend_hostname0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 'server0' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: backend_port0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: backend_weight0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: backend_data_directory0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: backend_flag0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: backend_hostname1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 'server1' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: backend_port1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: backend_weight1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: backend_data_directory1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: backend_flag1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: enable_pool_hba<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: pool_passwd<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 'pool_passwd' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: authentication_timeout<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 60 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: ssl<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: on kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: ssl_key<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.key' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: ssl_cert<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.crt' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: num_init_children<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 250 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: max_pool<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 4 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: child_life_time<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 300 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: child_max_connections<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: connection_life_time<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: client_idle_limit<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: log_destination<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 'syslog' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: log_line_prefix<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: '%t: pid %p: ' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: log_connections<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: log_hostname<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: log_statement<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: log_per_node_statement<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: log_standby_delay<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 'none' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: syslog_facility<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 'LOCAL0' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: syslog_ident<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 'pgpool' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: debug_level<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;key: log_min_messages<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 30529: DEBUG: &nbsp;value: info kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: listen_addresses<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: port<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 5432 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: socket_dir<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: listen_backlog_multiplier<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 2 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: pcp_listen_addresses<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: pcp_port<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 9898 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: pcp_socket_dir<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: backend_hostname0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 'server0' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: backend_port0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: backend_weight0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: backend_data_directory0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: backend_flag0<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: backend_hostname1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 'server1' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: backend_port1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: backend_weight1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: backend_data_directory1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: backend_flag1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: enable_pool_hba<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: pool_passwd<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 'pool_passwd' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: authentication_timeout<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 60 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: ssl<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: on kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: ssl_key<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.key' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: ssl_cert<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.crt' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: num_init_children<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 250 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: max_pool<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 4 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: child_life_time<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 300 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: child_max_connections<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: connection_life_time<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: client_idle_limit<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: log_destination<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 'syslog' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: log_line_prefix<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: '%t: pid %p: ' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: log_connections<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: log_hostname<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: log_statement<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: log_per_node_statement<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: log_standby_delay<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 'none' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: syslog_facility<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 'LOCAL0' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: syslog_ident<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 'pgpool' kind: 4<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: debug_level<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;key: log_min_messages<br class="">May 21 21:24:39 server0 pgpool: 2015-05-21 21:24:39: pid 31289: DEBUG: &nbsp;value: info kind: 1<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: listen_addresses<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: port<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 5432 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: socket_dir<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: listen_backlog_multiplier<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 2 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: pcp_listen_addresses<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: pcp_port<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 9898 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: pcp_socket_dir<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: backend_hostname0<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 'server0' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: backend_port0<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: backend_weight0<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: backend_data_directory0<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: backend_flag0<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: backend_hostname1<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 'server1' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: backend_port1<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: backend_weight1<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: backend_data_directory1<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: backend_flag1<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: enable_pool_hba<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: pool_passwd<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 'pool_passwd' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: authentication_timeout<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 60 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: ssl<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: on kind: 1<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: ssl_key<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.key' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: ssl_cert<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.crt' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: num_init_children<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 250 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: max_pool<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 4 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: child_life_time<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 300 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: child_max_connections<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: connection_life_time<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: client_idle_limit<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: log_destination<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 'syslog' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: log_line_prefix<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: '%t: pid %p: ' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: log_connections<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: log_hostname<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: log_statement<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: log_per_node_statement<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: log_standby_delay<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 'none' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: syslog_facility<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 'LOCAL0' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: syslog_ident<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 'pgpool' kind: 4<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: debug_level<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;key: log_min_messages<br class="">May 21 21:24:41 server0 pgpool: 2015-05-21 21:24:41: pid 31878: DEBUG: &nbsp;value: info kind: 1<br class="">May 21 21:24:43 server0 pgpool[19162]: [87218-1] 2015-05-21 21:24:43: pid 19162: LOG: &nbsp;child process with pid: 31002 exits with status 512<br class="">May 21 21:24:43 server0 pgpool: 2015-05-21 21:24:43: pid 19162: LOG: &nbsp;child process with pid: 31002 exits with status 512<br class="">May 21 21:24:43 server0 pgpool[19162]: [87219-1] 2015-05-21 21:24:43: pid 19162: LOG: &nbsp;fork a new child process with pid: 32157<br class="">May 21 21:24:43 server0 pgpool: 2015-05-21 21:24:43: pid 19162: LOG: &nbsp;fork a new child process with pid: 32157<br class="">May 21 21:24:50 server0 pgpool[19162]: [87220-1] 2015-05-21 21:24:50: pid 19162: LOG: &nbsp;child process with pid: 31256 exits with status 512<br class="">May 21 21:24:50 server0 pgpool[19162]: [87221-1] 2015-05-21 21:24:50: pid 19162: LOG: &nbsp;fork a new child process with pid: 32174<br class="">May 21 21:24:50 server0 pgpool: 2015-05-21 21:24:50: pid 19162: LOG: &nbsp;child process with pid: 31256 exits with status 512<br class="">May 21 21:24:50 server0 pgpool: 2015-05-21 21:24:50: pid 19162: LOG: &nbsp;fork a new child process with pid: 32174<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: listen_addresses<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: port<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 5432 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: socket_dir<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: listen_backlog_multiplier<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 2 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: pcp_listen_addresses<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: '*' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: pcp_port<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 9898 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: pcp_socket_dir<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: '/var/run/pgpool' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: backend_hostname0<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 'server0' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: backend_port0<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: backend_weight0<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: backend_data_directory0<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: backend_flag0<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: backend_hostname1<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 'server1' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: backend_port1<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 54321 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: backend_weight1<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 1 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: backend_data_directory1<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: '/var/lib/pgsql/data' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: backend_flag1<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 'ALLOW_TO_FAILOVER' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: enable_pool_hba<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: pool_passwd<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 'pool_passwd' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: authentication_timeout<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 60 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: ssl<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: on kind: 1<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: ssl_key<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.key' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: ssl_cert<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: '/var/lib/pgsql/data/server.crt' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: num_init_children<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 250 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: max_pool<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 4 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: child_life_time<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 300 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: child_max_connections<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: connection_life_time<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: client_idle_limit<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: log_destination<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 'syslog' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: log_line_prefix<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: '%t: pid %p: ' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: log_connections<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: log_hostname<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: log_statement<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: log_per_node_statement<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: off kind: 1<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: log_standby_delay<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 'none' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: syslog_facility<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 'LOCAL0' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: syslog_ident<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 'pgpool' kind: 4<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: debug_level<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: 0 kind: 2<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;key: log_min_messages<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 31982: DEBUG: &nbsp;value: info kind: 1<br class="">May 21 21:24:55 server0 pgpool[19162]: [87222-1] 2015-05-21 21:24:55: pid 19162: LOG: &nbsp;child process with pid: 30561 exits with status 512<br class="">May 21 21:24:55 server0 pgpool[19162]: [87223-1] 2015-05-21 21:24:55: pid 19162: LOG: &nbsp;fork a new child process with pid: 32176<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 19162: LOG: &nbsp;child process with pid: 30561 exits with status 512<br class="">May 21 21:24:55 server0 pgpool: 2015-05-21 21:24:55: pid 19162: LOG: &nbsp;fork a new child process with pid: 32176<br class=""><br class=""><br class="">Cheers,<br class="">Gervais<br class=""><br class=""><blockquote type="cite" class="">On May 21, 2015, at 9:06 PM, Tatsuo Ishii &lt;<a href="mailto:ishii@postgresql.org" class="">ishii@postgresql.org</a>&gt; wrote:<br class=""><br class="">Hi Gervais,<br class=""><br class="">debug5, please.<br class=""><br class="">Best regards,<br class="">--<br class="">Tatsuo Ishii<br class="">SRA OSS, Inc. Japan<br class="">English: <a href="http://www.sraoss.co.jp/index_en.php" class="">http://www.sraoss.co.jp/index_en.php</a><br class="">Japanese:http://<a href="http://www.sraoss.co.jp" class="">www.sraoss.co.jp</a><br class=""><br class=""><blockquote type="cite" class="">Hi Tatsuo,<br class=""><br class="">Is “log_min_messages" the log setting that you would like me to turn up to debug? It is current set to info. Is there a debug level that you require? 1,2,3,4,5?<br class=""><br class="">Cheers,<br class="">Gervais<br class=""><br class=""><blockquote type="cite" class="">On May 21, 2015, at 8:04 PM, Tatsuo Ishii &lt;<a href="mailto:ishii@postgresql.org" class="">ishii@postgresql.org</a>&gt; wrote:<br class=""><br class=""><blockquote type="cite" class="">Hi All,<br class=""><br class="">I see a lot of info about child processes starting and stopping in my syslog and wonder if this is normal. I have searched for and can not find exit code status info for pgpool processes.<br class=""><br class="">Sample log output:<br class="">May 21 13:33:51 server0 pgpool[19162]: [67815-1] 2015-05-21 13:33:51: pid 19162: LOG: &nbsp;child process with pid: 3120 exits with status 512<br class="">May 21 13:33:51 server0 pgpool[19162]: [67816-1] 2015-05-21 13:33:51: pid 19162: LOG: &nbsp;fork a new child process with pid: 3860<br class="">May 21 13:33:51 server0 pgpool: 2015-05-21 13:33:51: pid 19162: LOG: &nbsp;child process with pid: 3120 exits with status 512<br class="">May 21 13:33:51 server0 pgpool: 2015-05-21 13:33:51: pid 19162: LOG: &nbsp;fork a new child process with pid: 3860<br class="">May 21 13:33:52 server0 pgpool[19162]: [67817-1] 2015-05-21 13:33:52: pid 19162: LOG: &nbsp;child process with pid: 2858 exits with status 512<br class="">May 21 13:33:52 server0 pgpool[19162]: [67818-1] 2015-05-21 13:33:52: pid 19162: LOG: &nbsp;fork a new child process with pid: 3861<br class="">May 21 13:33:52 server0 pgpool: 2015-05-21 13:33:52: pid 19162: LOG: &nbsp;child process with pid: 2858 exits with status 512<br class="">May 21 13:33:52 server0 pgpool: 2015-05-21 13:33:52: pid 19162: LOG: &nbsp;fork a new child process with pid: 3861<br class="">May 21 13:33:52 server0 pgpool[19162]: [67819-1] 2015-05-21 13:33:52: pid 19162: LOG: &nbsp;child process with pid: 3115 exits with status 512<br class="">May 21 13:33:52 server0 pgpool[19162]: [67820-1] 2015-05-21 13:33:52: pid 19162: LOG: &nbsp;fork a new child process with pid: 3862<br class="">May 21 13:33:52 server0 pgpool: 2015-05-21 13:33:52: pid 19162: LOG: &nbsp;child process with pid: 3115 exits with status 512<br class="">May 21 13:33:52 server0 pgpool: 2015-05-21 13:33:52: pid 19162: LOG: &nbsp;fork a new child process with pid: 3862<br class="">May 21 13:33:52 server0 pgpool[19162]: [67821-1] 2015-05-21 13:33:52: pid 19162: LOG: &nbsp;child process with pid: 31112 exits with status 512<br class="">May 21 13:33:52 server0 pgpool[19162]: [67822-1] 2015-05-21 13:33:52: pid 19162: LOG: &nbsp;fork a new child process with pid: 3863<br class="">May 21 13:33:52 server0 pgpool: 2015-05-21 13:33:52: pid 19162: LOG: &nbsp;child process with pid: 31112 exits with status 512<br class="">May 21 13:33:52 server0 pgpool: 2015-05-21 13:33:52: pid 19162: LOG: &nbsp;fork a new child process with pid: 3863<br class="">May 21 13:33:53 server0 pgpool[19162]: [67823-1] 2015-05-21 13:33:53: pid 19162: LOG: &nbsp;child process with pid: 31347 exits with status 512<br class="">May 21 13:33:53 server0 pgpool[19162]: [67824-1] 2015-05-21 13:33:53: pid 19162: LOG: &nbsp;fork a new child process with pid: 3864<br class="">May 21 13:33:53 server0 pgpool: 2015-05-21 13:33:53: pid 19162: LOG: &nbsp;child process with pid: 31347 exits with status 512<br class="">May 21 13:33:53 server0 pgpool: 2015-05-21 13:33:53: pid 19162: LOG: &nbsp;fork a new child process with pid: 3864<br class="">May 21 13:33:53 server0 pgpool[19162]: [67825-1] 2015-05-21 13:33:53: pid 19162: LOG: &nbsp;child process with pid: 3067 exits with status 512<br class="">May 21 13:33:53 server0 pgpool[19162]: [67826-1] 2015-05-21 13:33:53: pid 19162: LOG: &nbsp;fork a new child process with pid: 3865<br class="">May 21 13:33:53 server0 pgpool: 2015-05-21 13:33:53: pid 19162: LOG: &nbsp;child process with pid: 3067 exits with status 512<br class="">May 21 13:33:53 server0 pgpool: 2015-05-21 13:33:53: pid 19162: LOG: &nbsp;fork a new child process with pid: 3865<br class="">May 21 13:33:54 server0 pgpool[19162]: [67827-1] 2015-05-21 13:33:54: pid 19162: LOG: &nbsp;child process with pid: 31686 exits with status 512<br class="">May 21 13:33:54 server0 pgpool[19162]: [67828-1] 2015-05-21 13:33:54: pid 19162: LOG: &nbsp;fork a new child process with pid: 3866<br class="">May 21 13:33:54 server0 pgpool: 2015-05-21 13:33:54: pid 19162: LOG: &nbsp;child process with pid: 31686 exits with status 512<br class="">May 21 13:33:54 server0 pgpool: 2015-05-21 13:33:54: pid 19162: LOG: &nbsp;fork a new child process with pid: 3866<br class=""><br class="">Is this normal behaviour? Is exit status 512 the proper status? I am running pgpool-II version 3.4.1 (tataraboshi) on CentOS 7.<br class=""></blockquote><br class="">Yes. However the child process dies every 1 second, this is not unusual<br class="">of course. Can you get debug log to understand what's going on?<br class=""><br class="">Best regards,<br class="">--<br class="">Tatsuo Ishii<br class="">SRA OSS, Inc. Japan<br class="">English: <a href="http://www.sraoss.co.jp/index_en.php" class="">http://www.sraoss.co.jp/index_en.php</a><br class="">Japanese:http://<a href="http://www.sraoss.co.jp" class="">www.sraoss.co.jp</a><br class=""></blockquote><br class=""></blockquote></blockquote><br class=""></blockquote></blockquote><br class=""></div></body></html>