Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2014 15:45:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 192889] accept4 socket hangs in CLOSED (memcached)
Message-ID:  <bug-192889-8-J0JhaW5DHb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192889-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192889-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192889

--- Comment #3 from Hiren Panchasara <hiren@FreeBSD.org> ---
You see a lot of connections in CLOSED/CLOSED_WAIT and they go away when you
close the application memcached. That makes me wonder if this is an application
bug leaking FDs and not close()ing some sessions correctly.

But, if enabling net.inet.tcp.log_debug makes the issue go away, it looks like
a race in TCP code where adding extra logging is making things slow enough
where you do not see the problem anymore. 

My 2 cents.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192889-8-J0JhaW5DHb>