View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000163 | Pgpool-II | Bug | public | 2016-01-13 16:40 | 2016-05-11 13:47 |
| Reporter | danny_su | Assigned To | t-ishii | ||
| Priority | urgent | Severity | block | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Platform | linux | OS | centos | OS Version | 7.2 |
| Summary | 0000163: Connections not released if client exit ungracefully. | ||||
| Description | If the client app was killed by kill command, there are some connections not released when set connection_cache = on, even if I set child_life_time = 300, connection_life_time = 300 and client_idle_limit = 300, these settings doesn't work, I set log_min_messages = debug5, and can't get any information like "backend timer handler" from log. | ||||
| Steps To Reproduce | 1) set num_init_children = 50, max_pool = 4, child_life_time = 300, connection_life_time = 300 and client_idle_limit = 300 2) create an web app with mybatis and enable connection pool(client connection pool) 3) run the web app in tomcat, make the web app has connections to pgpool, and then kill tomcat with kill -9 4) repeat step 3) many times, you will find no client can connect to pgpool any more, even after 300s. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-01-13 16:40 | danny_su | New Issue | |
| 2016-04-07 07:59 | t-ishii | Assigned To | => t-ishii |
| 2016-04-07 07:59 | t-ishii | Status | new => assigned |
| 2016-04-07 08:00 | t-ishii | Note Added: 0000761 | |
| 2016-04-07 08:01 | t-ishii | Status | assigned => feedback |
| 2016-05-11 13:47 | t-ishii | Note Added: 0000805 | |
| 2016-05-11 13:47 | t-ishii | Status | feedback => closed |