Nginx + fair load balancer patch looping

Grzegorz Nosek grzegorz.nosek at gmail.com
Fri Apr 18 17:03:02 MSD 2008


On Thu, Apr 17, 2008 at 04:17:05PM +0200, Grzegorz Nosek wrote:
> On Wed, Apr 16, 2008 at 11:17:09PM +0200, Alexander Staubo wrote:
> > On 3/28/08, Grzegorz Nosek <grzegorz.nosek at gmail.com> wrote:
> > > Looking at the strace (desperately trying to connect to a malfunctioning
> > >  backend -- it closes the connection without sending a response) it
> > >  certainly looks like the bug I fixed in the last commit.
> > 
> > Unfortunately, we are experiencing the problem even with the latest
> > snapshot. What can we do?
> 
> sed -i '-es/ngx_log_debug[0-9]*(NGX_LOG_DEBUG_HTTP/ngx_log_error(NGX_LOG_EMERG/g' \
>  ngx_http_upstream_fair_module.c

You could also collect a core dump of the failing process and send it to
me off-list together with a copy of your nginx binary:

gdb -p <pid-of-stuck-worker>
gcore

Best regards,
 Grzegorz Nosek






More information about the nginx mailing list