https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192889
--- Comment #3 from Hiren Panchasara <[email protected]> --- 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
