View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000264 | Pgpool-II | Bug | public | 2016-11-24 10:02 | 2016-11-24 13:03 |
| Reporter | t1 | Assigned To | t-ishii | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | open | ||
| Platform | x86 64 | OS | Centos | OS Version | 6.8 |
| Product Version | 3.6.0 | ||||
| Target Version | 3.6.1 | ||||
| Summary | 0000264: FATAL: -1 is outside the valid range for parameter "client_idle_limit_in_recovery" (0 .. 2147483647) occurs in 3.6.0 | ||||
| Description | When client_idle_limit_in_recovery is set to -1, pgpool does not start up by outputting the following log. FATAL: -1 is outside the valid range for parameter "client_idle_limit_in_recovery" (0 .. 2147483647) | ||||
| Steps To Reproduce | Set client_idle_limit_in_recovery to -1 to start pgpool | ||||
| Additional Information | pool_config_variables.c Line 1411 to line 1420 { {"client_idle_limit_in_recovery", CFGCXT_SESSION, RECOVERY_CONFIG, "Time limit is seconds for the child connection, before it is terminated during the 2nd stage recovery.", CONFIG_VAR_TYPE_INT,false, 0 }, &g_pool_config.client_idle_limit_in_recovery, 0, 0,INT_MAX, NULL, NULL, NULL }, Line 1418 0, INT_MAX, I think that is wrong | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-11-24 10:02 | t1 | New Issue | |
| 2016-11-24 10:19 | t-ishii | Note Added: 0001189 | |
| 2016-11-24 10:20 | t-ishii | Assigned To | => t-ishii |
| 2016-11-24 10:20 | t-ishii | Status | new => assigned |
| 2016-11-24 10:23 | t-ishii | Product Version | => 3.6.0 |
| 2016-11-24 10:23 | t-ishii | Target Version | => 3.6.1 |
| 2016-11-24 12:07 | t1 | Note Added: 0001190 | |
| 2016-11-24 13:03 | t-ishii | Status | assigned => resolved |