View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000634 | Pgpool-II | Bug | public | 2020-08-18 16:52 | 2020-08-18 22:41 |
| Reporter | mi | Assigned To | t-ishii | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | feedback | Resolution | open | ||
| Product Version | 4.1.2 | ||||
| Summary | 0000634: Until pgpool determines that the standby node is down, the query to the cluster fails | ||||
| Description | The problem is when I stop the service of standby node, I get the following error until,pgpool determines that the standby node is down. psql: FATAL: failed to create a backend connection DETAIL: executing failover on backend After pgpool determined that standby node was down, I can execute any query succesfully. --- node_id | hostname | port | status | lb_weight | role | select_cnt | load_balance_node | replication_delay | replication_state | replication_sync_state | last_status_change ---------+--------------+------+--------+-----------+---------+------------+-------------------+-------------------+-------------------+------------------------+--------------------- 0 | 172.16.0.194 | 5432 | up | 0.500000 | primary | 0 | true | 0 | | | 2020-08-18 16:42:45 1 | 172.16.0.196 | 5432 | up | 0.500000 | standby | 0 | false | 0 | streaming | async | 2020-08-18 16:42:45 (2 rows) --- I hope you can help me. Thank you. | ||||
| Tags | No tags attached. | ||||