S
S
Salavat Sitdikov2012-05-24 10:00:14
linux
Salavat Sitdikov, 2012-05-24 10:00:14

Notes in php-fpm logs?

I noticed recently in the php-fpm logs the following notice:

[21-May-2012 21:12:51] NOTICE: [pool sitealias] child 15483 exited with code 0 after 15316.518 seconds from start<br>
[21-May-2012 21:12:51] NOTICE: [pool sitealias] child 18510 started<br>
[21-May-2012 22:24:52] NOTICE: [pool sitealias] child 15398 exited with code 0 after 19986.712 seconds from start<br>
[21-May-2012 22:24:52] NOTICE: [pool sitealias] child 19091 started<br>

I did not find similar problems on the network - usually everyone has this accompanied by some kind of errors, but after I started php-fpm'a - only similar remarks.
php-fpm -v<br>
PHP 5.3.13-1~dotdeb.0 (fpm-fcgi)<br>

Has anyone experienced something similar? Perhaps he knows how to treat?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Taraev, 2012-05-24
@zona7o

In your settings, you have to restart the workers after a certain time or number of requests. So it's all right

A
Alexander, 2012-05-24
@disc

It seems that in this way records are recorded in the log about restarting php-fpm processes, several of them hang and they are restarted by timeout.
They are marked as notice because php-fpm.conf defaults to:
; log level
; Possible Values: alert, error, warning, notice, debug
; Default Value: notice
;log_level = notice

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question