View Issue Details

IDProjectCategoryView StatusLast Update
0000773Pgpool-IIGeneralpublic2023-01-20 11:24
ReporterKen Assigned Topengbo  
PrioritynormalSeverityminorReproducibilitysometimes
Status closedResolutionopen 
Product Version4.2.8 
Summary0000773: status 256 in log
DescriptionHello

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?
TagsNo tags attached.

Activities

pengbo

2022-11-24 11:10

developer   ~0004148

> 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.

pengbo

2022-12-13 00:14

developer   ~0004170

May I close this issue?

Ken

2023-01-19 22:52

reporter   ~0004190

obviously, Your response is sufficient for me. Thank you for help. Topic is to close

Issue History

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