View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000773 | Pgpool-II | General | public | 2022-11-23 19:41 | 2023-01-20 11:24 |
| Reporter | Ken | Assigned To | pengbo | ||
| Priority | normal | Severity | minor | Reproducibility | sometimes |
| Status | closed | Resolution | open | ||
| Product Version | 4.2.8 | ||||
| Summary | 0000773: status 256 in log | ||||
| Description | Hello I have a question because I'm not sure. In my log appear statement: 2022-11-23 10:02:08: pid 1259: LOG: child process with pid: 1848107 exits with status 256 2022-11-23 10:02:08: pid 1259: LOG: fork a new child process with pid: 1849927 Does it appear in log because of reason my config and parameter child_life_time = 5min? It mean "process with pid: 1849927" was closed and new process and children recreated because old process 1849927 was not used in 5 minutes. I understand correctly it? | ||||
| Tags | No tags attached. | ||||
|
|
> 2022-11-23 10:02:08: pid 1259: LOG: child process with pid: 1848107 exits with status 256 > 2022-11-23 10:02:08: pid 1259: LOG: fork a new child process with pid: 1849927 > > Does it appear in log because of reason my config and parameter child_life_time = 5min? Yes. This log means a process terminates normally due to the setteing of "child_life_time". If you set "child_max_connections", the same messages will also be output to logs. > It mean "process with pid: 1849927" was closed and new process and children recreated because old process 1849927 was not used in 5 minutes. I understand correctly it? No. It means pid: 1848107 was closed, and a new procerss pid: 1849927 was created. |
|
|
May I close this issue? |
|
|
obviously, Your response is sufficient for me. Thank you for help. Topic is to close |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-11-23 19:41 | Ken | New Issue | |
| 2022-11-24 10:53 | pengbo | Assigned To | => pengbo |
| 2022-11-24 10:53 | pengbo | Status | new => assigned |
| 2022-11-24 11:10 | pengbo | Note Added: 0004148 | |
| 2022-11-24 11:11 | pengbo | Status | assigned => feedback |
| 2022-12-13 00:14 | pengbo | Note Added: 0004170 | |
| 2023-01-19 22:52 | Ken | Note Added: 0004190 | |
| 2023-01-19 22:52 | Ken | Status | feedback => assigned |
| 2023-01-20 11:24 | pengbo | Status | assigned => closed |