Displaying 1 result from an estimated 1 matches for "app04".
Did you mean:
app02
2007 Feb 15
1
mongrel process stopped listening but "phantom thread" still going
...lem is, when the mongrel processes are sent a USR2 signal, some
of them seem to have threads running, that are waiting for data on a
socket that''s been disconnected from the apache balancer long ago.
process 27457 has been sent a USR2 signal, and is waiting for its thread
to die:
[xxx at app04 config]$ /usr/sbin/lsof | grep 27457
[snip]
ruby 27457 ilike 28u IPv4 214673805 TCP
*:49242 (LISTEN)
ruby 27457 ilike 29u IPv4 214673810 TCP
app04:49244->10.1.2.10:mysql (ESTABLISHED)
[snip]
Here''s the strace of what it'...