You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/12/10 22:37:56 UTC

[Bug 54276] New: rotatelogs not getting killed on graceful restart

https://issues.apache.org/bugzilla/show_bug.cgi?id=54276

            Bug ID: 54276
           Summary: rotatelogs not getting killed on graceful restart
           Product: Apache httpd-2
           Version: 2.2.23
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: support
          Assignee: bugs@httpd.apache.org
          Reporter: ckbugs@hotmail.com
    Classification: Unclassified

There seems to be a problem with graceful restarts and piped logging using
rotatelogs and long running requests.

Rotatelogs sometimes does not get killed and "dead" rotatelogs processes add up
as you do further graceful restarts.

Should be easy to reproduce:

1. setup your apache using rotatelogs for request logging + enable keepalive
2. do sth like while true; do apachectl graceful; done
3. use apachebench with keepalive enabled so generate some requests
4. watch number of rotatelogs processes

There already was a similar bug
(https://issues.apache.org/bugzilla/show_bug.cgi?id=26467). Maybe it's a
regression?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org