[pgpool-general: 1815] Pgpool is unable to connect backend PostgreSQL

Deval Chauhan deval_chauhan at yahoo.com
Sat Jun 1 03:34:09 JST 2013


I have a single backend Postgresql connected to Pgpool, and suddenly after few days it is not able to connect postgresql anymore. I validated the status of postgresql and it is infact running and in perfect condition.
Only thing that I have changed is added backend and set replication = on in pgpool.conf file, rest of them is just default.

Any help would be greatly appreciated....Also I checked pgpool service and it is still running but unable to connect to postgresql.


Here what I gathered from Pgpool.log 






2013-05-31 09:56:10 DEBUG: pid 23600: statement2: select exists(select * from information_schema.tables where table_name='_2b8f55fd0b0242cfb29682b2bee425a1')
2013-05-31 09:56:10 DEBUG: pid 23600: pool_set_query_in_progress: done
2013-05-31 09:56:10 DEBUG: pid 23600: wait_for_query_response: waiting for backend 0 completing the query
2013-05-31 09:56:10 DEBUG: pid 23600: detect_error: kind: T
2013-05-31 09:56:10 DEBUG: pid 23600: detect_error: kind: T
2013-05-31 09:56:10 DEBUG: pid 23600: detect_error: kind: T
2013-05-31 09:56:10 DEBUG: pid 23600: detect_error: kind: T
2013-05-31 09:56:10 DEBUG: pid 23600: read_kind_from_backend: kind: T from 0 th backend
2013-05-31 09:56:10 DEBUG: pid 23600: read_kind_from_backend: read kind from 0 th backend T NUM_BACKENDS: 1
2013-05-31 09:56:10 DEBUG: pid 23600: ProcessBackendResponse: kind from backend: T
2013-05-31 09:56:10 DEBUG: pid 23600: read_kind_from_backend: kind: D from 0 th backend
2013-05-31 09:56:10 DEBUG: pid 23600: read_kind_from_backend: read kind from 0 th backend D NUM_BACKENDS: 1
2013-05-31 09:56:10 DEBUG: pid 23600: ProcessBackendResponse: kind from backend: D
2013-05-31 09:56:10 DEBUG: pid 23600: read_kind_from_backend: kind: C from 0 th backend
2013-05-31 09:56:10 DEBUG: pid 23600: read_kind_from_backend: read kind from 0 th backend C NUM_BACKENDS: 1
2013-05-31 09:56:10 DEBUG: pid 23600: ProcessBackendResponse: kind from backend: C
2013-05-31 09:56:10 DEBUG: pid 23600: pool_set_command_success: done
2013-05-31 09:56:10 DEBUG: pid 23600: read_kind_from_backend: kind: Z from 0 th backend
2013-05-31 09:56:10 DEBUG: pid 23600: read_kind_from_backend: read kind from 0 th backend Z NUM_BACKENDS: 1
2013-05-31 09:56:10 DEBUG: pid 23600: ProcessBackendResponse: kind from backend: Z
2013-05-31 09:56:10 DEBUG: pid 23600: pool_read_message_length: slot: 0 length: 5
2013-05-31 09:56:10 DEBUG: pid 23600: ReadyForQuery: transaction state:T
2013-05-31 09:56:10 DEBUG: pid 23600: pool_unset_query_in_progress: done
2013-05-31 09:56:10 DEBUG: pid 23600: pool_unset_query_in_progress: done
2013-05-31 09:56:10 DEBUG: pid 23600: ProcessBackendResponse: Ready For Query
2013-05-31 10:01:09 DEBUG: pid 25128: child life 300 seconds expired
2013-05-31 10:01:09 DEBUG: pid 24979: reap_handler called
2013-05-31 10:01:09 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:01:09 DEBUG: pid 24979: child 25128 exits with status 512
2013-05-31 10:01:09 DEBUG: pid 24979: fork a new child pid 25224
2013-05-31 10:01:09 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:01:09 DEBUG: pid 25224: I am 25224
2013-05-31 10:01:09 DEBUG: pid 25224: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:01:09 DEBUG: pid 23715: child life 300 seconds expired
2013-05-31 10:01:09 DEBUG: pid 24979: reap_handler called
2013-05-31 10:01:09 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:01:09 DEBUG: pid 24979: child 23715 exits with status 512
2013-05-31 10:01:09 DEBUG: pid 24979: fork a new child pid 25225
2013-05-31 10:01:09 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:01:09 DEBUG: pid 25225: I am 25225
2013-05-31 10:01:09 DEBUG: pid 25225: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:01:10 DEBUG: pid 23717: child life 300 seconds expired
2013-05-31 10:01:10 DEBUG: pid 24979: reap_handler called
2013-05-31 10:01:10 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:01:10 DEBUG: pid 24979: child 23717 exits with status 512
2013-05-31 10:01:10 DEBUG: pid 24979: fork a new child pid 25226
2013-05-31 10:01:10 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:01:10 DEBUG: pid 25226: I am 25226
2013-05-31 10:01:10 DEBUG: pid 25226: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:36 ERROR: pid 14471: pool_read: read failed (Connection timed out)
2013-05-31 10:11:36 LOG:   pid 14471: degenerate_backend_set: 0 fail over request from pid 14471
2013-05-31 10:11:36 ERROR: pid 14471: pool_flush_it: write failed to backend (0). reason: Broken pipe offset: 0 wlen: 5
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler called
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: starting to select new master node
2013-05-31 10:11:36 LOG:   pid 24979: starting degeneration. shutdown host ec2-54-234-248-107.compute-1.amazonaws.com(5432)
2013-05-31 10:11:36 ERROR: pid 24979: failover_handler: no valid DB node found
2013-05-31 10:11:36 LOG:   pid 24979: Restart all children
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23613
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23598
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23720
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23624
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23611
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23505
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23619
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 14471
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23733
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 24311
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23734
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23732
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23724
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23601
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 21105
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23596
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23726
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 25226
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23725
2013-05-31 10:11:36 DEBUG: pid 25226: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23503
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23727
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23618
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23716
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23721
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23623
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 25224
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23719
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23600
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23723
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23510
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 23602
2013-05-31 10:11:36 DEBUG: pid 24979: failover_handler: kill 25225
2013-05-31 10:11:36 DEBUG: pid 24979: find_primary_node: not in streaming replication mode
2013-05-31 10:11:36 LOG:   pid 24979: failover: set new primary node: -1
2013-05-31 10:11:36 DEBUG: pid 25224: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 25247: I am 25247
2013-05-31 10:11:36 DEBUG: pid 25247: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:36 DEBUG: pid 25225: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23510: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23623: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23602: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23723: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23721: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23600: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23716: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 25250: I am 25250
2013-05-31 10:11:36 DEBUG: pid 25250: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:36 DEBUG: pid 23598: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23618: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23719: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 25251: I am 25251
2013-05-31 10:11:36 DEBUG: pid 23720: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 25251: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:36 DEBUG: pid 23727: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23503: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 25249: I am 25249
2013-05-31 10:11:36 DEBUG: pid 23624: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 25249: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:36 DEBUG: pid 25248: I am 25248
2013-05-31 10:11:36 DEBUG: pid 23725: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23601: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23611: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 24311: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23726: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23724: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23505: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23733: child received shutdown request signal 3
2013-05-31 10:11:36 DEBUG: pid 23596: child received shutdown request signal 3
2013-05-31 10:11:37 DEBUG: pid 23732: child received shutdown request signal 3
2013-05-31 10:11:37 DEBUG: pid 23619: child received shutdown request signal 3
2013-05-31 10:11:37 DEBUG: pid 21105: child received shutdown request signal 3
2013-05-31 10:11:37 DEBUG: pid 23734: child received shutdown request signal 3
2013-05-31 10:11:37 DEBUG: pid 25252: I am 25252
2013-05-31 10:11:37 DEBUG: pid 25252: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25253: I am 25253
2013-05-31 10:11:37 DEBUG: pid 25254: I am 25254
2013-05-31 10:11:37 DEBUG: pid 25253: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25254: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25255: I am 25255
2013-05-31 10:11:37 DEBUG: pid 25255: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25256: I am 25256
2013-05-31 10:11:37 DEBUG: pid 25256: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25257: I am 25257
2013-05-31 10:11:37 DEBUG: pid 25257: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25258: I am 25258
2013-05-31 10:11:37 DEBUG: pid 25258: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25259: I am 25259
2013-05-31 10:11:37 DEBUG: pid 25259: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25260: I am 25260
2013-05-31 10:11:37 DEBUG: pid 25260: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25261: I am 25261
2013-05-31 10:11:37 DEBUG: pid 25261: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25262: I am 25262
2013-05-31 10:11:37 DEBUG: pid 25262: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25263: I am 25263
2013-05-31 10:11:37 DEBUG: pid 25263: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25264: I am 25264
2013-05-31 10:11:37 DEBUG: pid 25264: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25265: I am 25265
2013-05-31 10:11:37 DEBUG: pid 25265: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25266: I am 25266
2013-05-31 10:11:37 DEBUG: pid 25266: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25267: I am 25267
2013-05-31 10:11:37 DEBUG: pid 25267: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25268: I am 25268
2013-05-31 10:11:37 DEBUG: pid 25268: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25269: I am 25269
2013-05-31 10:11:37 DEBUG: pid 25269: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 LOG:   pid 25266: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 DEBUG: pid 25270: I am 25270
2013-05-31 10:11:37 DEBUG: pid 25270: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25272: I am 25272
2013-05-31 10:11:37 DEBUG: pid 25272: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25271: I am 25271
2013-05-31 10:11:37 DEBUG: pid 25273: I am 25273
2013-05-31 10:11:37 DEBUG: pid 25271: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25273: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25274: I am 25274
2013-05-31 10:11:37 DEBUG: pid 25274: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25275: I am 25275
2013-05-31 10:11:37 DEBUG: pid 25275: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25276: I am 25276
2013-05-31 10:11:37 DEBUG: pid 25276: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25277: I am 25277
2013-05-31 10:11:37 LOG:   pid 25013: worker process received restart request
2013-05-31 10:11:37 LOG:   pid 24979: failover done. shutdown host ec2-54-234-248-107.compute-1.amazonaws.com(5432)
2013-05-31 10:11:37 DEBUG: pid 25277: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 DEBUG: pid 25278: I am 25278
2013-05-31 10:11:37 DEBUG: pid 25278: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:37 LOG:   pid 25275: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25262: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25250: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25269: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25267: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25264: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25270: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25251: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25258: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25256: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25263: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25252: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25271: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25254: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25257: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25249: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25255: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25259: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25260: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25247: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25253: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25265: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25248: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25272: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25268: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25273: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25261: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25274: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25277: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25278: Cannot accept() new connection. all backends are down
2013-05-31 10:11:37 LOG:   pid 25276: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 LOG:   pid 25012: pcp child process received restart request
2013-05-31 10:11:38 LOG:   pid 24979: PCP child 25012 exits with status 256 in failover()
2013-05-31 10:11:38 LOG:   pid 24979: fork a new PCP child pid 25279 in failover()
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 LOG:   pid 24979: worker child 25013 exits with status 256
2013-05-31 10:11:38 LOG:   pid 24979: fork a new worker child pid 25280
2013-05-31 10:11:38 DEBUG: pid 24979: child 14471 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: child 21105 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23503 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23505 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23510 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23596 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23598 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23600 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23601 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 25280: I am 25280
2013-05-31 10:11:38 DEBUG: pid 24979: child 23611 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23613 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23618 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23619 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23623 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23624 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23716 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23719 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 25280: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: child 23720 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23721 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23723 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23724 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23725 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23726 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23727 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23732 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23733 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 23734 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 24311 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 25224 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 25225 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 25226 exits with status 0
2013-05-31 10:11:38 DEBUG: pid 24979: child 25247 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25281
2013-05-31 10:11:38 DEBUG: pid 24979: child 25248 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25281: I am 25281
2013-05-31 10:11:38 DEBUG: pid 25281: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25282
2013-05-31 10:11:38 DEBUG: pid 24979: child 25249 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25282: I am 25282
2013-05-31 10:11:38 LOG:   pid 25281: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25283
2013-05-31 10:11:38 DEBUG: pid 24979: child 25250 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25282: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 25283: I am 25283
2013-05-31 10:11:38 DEBUG: pid 25283: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25284
2013-05-31 10:11:38 DEBUG: pid 24979: child 25251 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25284: I am 25284
2013-05-31 10:11:38 DEBUG: pid 25284: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25285
2013-05-31 10:11:38 DEBUG: pid 24979: child 25252 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25285: I am 25285
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25286
2013-05-31 10:11:38 DEBUG: pid 24979: child 25253 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25285: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 25286: I am 25286
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25287
2013-05-31 10:11:38 DEBUG: pid 24979: child 25254 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25286: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 25287: I am 25287
2013-05-31 10:11:38 DEBUG: pid 25287: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25288
2013-05-31 10:11:38 DEBUG: pid 24979: child 25255 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25288: I am 25288
2013-05-31 10:11:38 DEBUG: pid 25288: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25289
2013-05-31 10:11:38 DEBUG: pid 24979: child 25256 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25289: I am 25289
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25290
2013-05-31 10:11:38 DEBUG: pid 24979: child 25257 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25290: I am 25290
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25291
2013-05-31 10:11:38 DEBUG: pid 24979: child 25258 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25290: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 25291: I am 25291
2013-05-31 10:11:38 DEBUG: pid 25291: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25292
2013-05-31 10:11:38 DEBUG: pid 24979: child 25259 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25292: I am 25292
2013-05-31 10:11:38 DEBUG: pid 25292: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25288: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25293
2013-05-31 10:11:38 DEBUG: pid 24979: child 25260 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25293: I am 25293
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25294
2013-05-31 10:11:38 DEBUG: pid 24979: child 25261 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25294: I am 25294
2013-05-31 10:11:38 DEBUG: pid 25294: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25295
2013-05-31 10:11:38 DEBUG: pid 24979: child 25262 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25295: I am 25295
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25296
2013-05-31 10:11:38 DEBUG: pid 24979: child 25263 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25295: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 25296: I am 25296
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25297
2013-05-31 10:11:38 DEBUG: pid 24979: child 25264 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25296: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 25297: I am 25297
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25298
2013-05-31 10:11:38 DEBUG: pid 25297: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: child 25265 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25298: I am 25298
2013-05-31 10:11:38 DEBUG: pid 25298: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25299
2013-05-31 10:11:38 DEBUG: pid 24979: child 25266 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25299: I am 25299
2013-05-31 10:11:38 DEBUG: pid 25299: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25300
2013-05-31 10:11:38 DEBUG: pid 24979: child 25267 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25300: I am 25300
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25301
2013-05-31 10:11:38 DEBUG: pid 24979: child 25268 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25300: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 25301: I am 25301
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25302
2013-05-31 10:11:38 DEBUG: pid 24979: child 25269 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25302: I am 25302
2013-05-31 10:11:38 DEBUG: pid 25302: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25303
2013-05-31 10:11:38 DEBUG: pid 24979: child 25270 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25303: I am 25303
2013-05-31 10:11:38 DEBUG: pid 25303: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25304
2013-05-31 10:11:38 DEBUG: pid 24979: child 25271 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25304: I am 25304
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25305
2013-05-31 10:11:38 DEBUG: pid 24979: child 25272 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25304: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 25305: I am 25305
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25306
2013-05-31 10:11:38 DEBUG: pid 25305: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: child 25273 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25306: I am 25306
2013-05-31 10:11:38 DEBUG: pid 25306: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25307
2013-05-31 10:11:38 DEBUG: pid 24979: child 25274 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25307: I am 25307
2013-05-31 10:11:38 DEBUG: pid 25307: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25308
2013-05-31 10:11:38 DEBUG: pid 24979: child 25275 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25308: I am 25308
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25309
2013-05-31 10:11:38 DEBUG: pid 24979: child 25276 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25308: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 25309: I am 25309
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25310
2013-05-31 10:11:38 DEBUG: pid 24979: child 25277 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25309: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 25310: I am 25310
2013-05-31 10:11:38 DEBUG: pid 25310: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25311
2013-05-31 10:11:38 DEBUG: pid 24979: child 25278 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25311: I am 25311
2013-05-31 10:11:38 DEBUG: pid 25311: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25312
2013-05-31 10:11:38 DEBUG: pid 24979: child 25281 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25312: I am 25312
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25313
2013-05-31 10:11:38 DEBUG: pid 24979: child 25288 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 25312: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 DEBUG: pid 25313: I am 25313
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25314
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25314: I am 25314
2013-05-31 10:11:38 DEBUG: pid 25314: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25311: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25311 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25315
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25315: I am 25315
2013-05-31 10:11:38 DEBUG: pid 25315: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25300: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25300 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25316
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25316: I am 25316
2013-05-31 10:11:38 DEBUG: pid 25316: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25309: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25309 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25317
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25317: I am 25317
2013-05-31 10:11:38 DEBUG: pid 25317: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25302: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25302 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25318
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25318: I am 25318
2013-05-31 10:11:38 DEBUG: pid 25318: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25293: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25293 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25319
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25319: I am 25319
2013-05-31 10:11:38 DEBUG: pid 25319: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25294: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25294 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25320
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25320: I am 25320
2013-05-31 10:11:38 DEBUG: pid 25320: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25295: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25295 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25321
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25321: I am 25321
2013-05-31 10:11:38 DEBUG: pid 25321: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25298: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25298 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25322
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25322: I am 25322
2013-05-31 10:11:38 DEBUG: pid 25322: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25282: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25282 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25323
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25323: I am 25323
2013-05-31 10:11:38 DEBUG: pid 25323: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25296: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25296 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25324
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25324: I am 25324
2013-05-31 10:11:38 DEBUG: pid 25324: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25301: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25301 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25325
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25325: I am 25325
2013-05-31 10:11:38 DEBUG: pid 25325: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25305: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25305 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25326
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25326: I am 25326
2013-05-31 10:11:38 DEBUG: pid 25326: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25303: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25303 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25327
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25327: I am 25327
2013-05-31 10:11:38 DEBUG: pid 25327: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25289: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25289 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25328
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25328: I am 25328
2013-05-31 10:11:38 DEBUG: pid 25328: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25299: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25299 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25329
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25329: I am 25329
2013-05-31 10:11:38 DEBUG: pid 25329: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25290: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25290 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25330
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25330: I am 25330
2013-05-31 10:11:38 DEBUG: pid 25330: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25284: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25284 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25331
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25331: I am 25331
2013-05-31 10:11:38 DEBUG: pid 25331: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25287: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25287 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25332
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25332: I am 25332
2013-05-31 10:11:38 DEBUG: pid 25332: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25292: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25292 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25333
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25333: I am 25333
2013-05-31 10:11:38 DEBUG: pid 25333: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25283: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25283 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25334
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25334: I am 25334
2013-05-31 10:11:38 DEBUG: pid 25334: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25307: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25307 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25335
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25335: I am 25335
2013-05-31 10:11:38 DEBUG: pid 25335: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25285: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25285 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25336
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25336: I am 25336
2013-05-31 10:11:38 DEBUG: pid 25336: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25297: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25297 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25337
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25337: I am 25337
2013-05-31 10:11:38 DEBUG: pid 25337: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:11:38 LOG:   pid 25291: Cannot accept() new connection. all backends are down
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler called
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:11:38 DEBUG: pid 24979: child 25291 exits with status 256
2013-05-31 10:11:38 DEBUG: pid 24979: fork a new child pid 25338
2013-05-31 10:11:38 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:11:38 DEBUG: pid 25338: I am 25338
2013-05-31 10:11:38 DEBUG: pid 25338: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:18:41 LOG:   pid 25337: Cannot accept() new connection. all backends are down
2013-05-31 10:18:41 DEBUG: pid 24979: reap_handler called
2013-05-31 10:18:41 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:18:41 DEBUG: pid 24979: child 25337 exits with status 256
2013-05-31 10:18:41 DEBUG: pid 24979: fork a new child pid 25351
2013-05-31 10:18:41 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:18:41 DEBUG: pid 25351: I am 25351
2013-05-31 10:18:41 DEBUG: pid 25351: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:18:55 LOG:   pid 25331: Cannot accept() new connection. all backends are down
2013-05-31 10:18:55 DEBUG: pid 24979: reap_handler called
2013-05-31 10:18:55 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:18:55 DEBUG: pid 24979: child 25331 exits with status 256
2013-05-31 10:18:55 DEBUG: pid 24979: fork a new child pid 25352
2013-05-31 10:18:55 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:18:55 DEBUG: pid 25352: I am 25352
2013-05-31 10:18:55 DEBUG: pid 25352: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:19:24 LOG:   pid 25351: Cannot accept() new connection. all backends are down
2013-05-31 10:19:24 DEBUG: pid 24979: reap_handler called
2013-05-31 10:19:24 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:19:24 DEBUG: pid 24979: child 25351 exits with status 256
2013-05-31 10:19:24 DEBUG: pid 24979: fork a new child pid 25354
2013-05-31 10:19:24 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:19:24 DEBUG: pid 25354: I am 25354
2013-05-31 10:19:24 DEBUG: pid 25354: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:32:26 LOG:   pid 25354: Cannot accept() new connection. all backends are down
2013-05-31 10:32:26 DEBUG: pid 24979: reap_handler called
2013-05-31 10:32:26 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:32:26 DEBUG: pid 24979: child 25354 exits with status 256
2013-05-31 10:32:26 DEBUG: pid 24979: fork a new child pid 25382
2013-05-31 10:32:26 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:32:26 DEBUG: pid 25382: I am 25382
2013-05-31 10:32:26 DEBUG: pid 25382: pool_initialize_private_backend_status: initialize backend status
2013-05-31 10:42:52 LOG:   pid 25382: Cannot accept() new connection. all backends are down
2013-05-31 10:42:52 DEBUG: pid 24979: reap_handler called
2013-05-31 10:42:52 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 10:42:52 DEBUG: pid 24979: child 25382 exits with status 256
2013-05-31 10:42:52 DEBUG: pid 24979: fork a new child pid 25403
2013-05-31 10:42:52 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 10:42:52 DEBUG: pid 25403: I am 25403
2013-05-31 10:42:52 DEBUG: pid 25403: pool_initialize_private_backend_status: initialize backend status
2013-05-31 13:12:17 LOG:   pid 25352: Cannot accept() new connection. all backends are down
2013-05-31 13:12:17 DEBUG: pid 24979: reap_handler called
2013-05-31 13:12:17 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 13:12:17 DEBUG: pid 24979: child 25352 exits with status 256
2013-05-31 13:12:17 DEBUG: pid 24979: fork a new child pid 25781
2013-05-31 13:12:17 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 13:12:17 DEBUG: pid 25781: I am 25781
2013-05-31 13:12:17 DEBUG: pid 25781: pool_initialize_private_backend_status: initialize backend status
2013-05-31 13:55:46 LOG:   pid 25781: Cannot accept() new connection. all backends are down
2013-05-31 13:55:46 DEBUG: pid 24979: reap_handler called
2013-05-31 13:55:46 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 13:55:46 DEBUG: pid 24979: child 25781 exits with status 256
2013-05-31 13:55:46 DEBUG: pid 24979: fork a new child pid 27352
2013-05-31 13:55:46 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 13:55:46 DEBUG: pid 27352: I am 27352
2013-05-31 13:55:46 DEBUG: pid 27352: pool_initialize_private_backend_status: initialize backend status
2013-05-31 13:56:52 LOG:   pid 25403: Cannot accept() new connection. all backends are down
2013-05-31 13:56:52 DEBUG: pid 24979: reap_handler called
2013-05-31 13:56:52 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 13:56:52 DEBUG: pid 24979: child 25403 exits with status 256
2013-05-31 13:56:52 DEBUG: pid 24979: fork a new child pid 27355
2013-05-31 13:56:52 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 13:56:52 DEBUG: pid 27355: I am 27355
2013-05-31 13:56:52 DEBUG: pid 27355: pool_initialize_private_backend_status: initialize backend status
2013-05-31 13:58:21 LOG:   pid 27352: Cannot accept() new connection. all backends are down
2013-05-31 13:58:21 DEBUG: pid 24979: reap_handler called
2013-05-31 13:58:21 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 13:58:21 DEBUG: pid 24979: child 27352 exits with status 256
2013-05-31 13:58:21 DEBUG: pid 24979: fork a new child pid 27358
2013-05-31 13:58:21 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 13:58:21 DEBUG: pid 27358: I am 27358
2013-05-31 13:58:21 DEBUG: pid 27358: pool_initialize_private_backend_status: initialize backend status
2013-05-31 13:59:08 LOG:   pid 25286: Cannot accept() new connection. all backends are down
2013-05-31 13:59:08 DEBUG: pid 24979: reap_handler called
2013-05-31 13:59:08 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 13:59:08 DEBUG: pid 24979: child 25286 exits with status 256
2013-05-31 13:59:08 DEBUG: pid 24979: fork a new child pid 27361
2013-05-31 13:59:08 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 13:59:08 DEBUG: pid 27361: I am 27361
2013-05-31 13:59:08 DEBUG: pid 27361: pool_initialize_private_backend_status: initialize backend status
2013-05-31 14:14:13 LOG:   pid 27358: Cannot accept() new connection. all backends are down
2013-05-31 14:14:13 DEBUG: pid 24979: reap_handler called
2013-05-31 14:14:13 DEBUG: pid 24979: reap_handler: call wait3
2013-05-31 14:14:13 DEBUG: pid 24979: child 27358 exits with status 256
2013-05-31 14:14:13 DEBUG: pid 24979: fork a new child pid 27493
2013-05-31 14:14:13 DEBUG: pid 24979: reap_handler: normally exited
2013-05-31 14:14:13 DEBUG: pid 27493: I am 27493
2013-05-31 14:14:13 DEBUG: pid 27493: pool_initialize_private_backend_status: initialize backend status
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.sraoss.jp/pipermail/pgpool-general/attachments/20130531/e03a486c/attachment-0001.html>


More information about the pgpool-general mailing list