[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] More on networking hang
Looks as though perhaps the connection-tracking table is full. :-) If you are churning through a lot of TCP connections then the conntrack table may be full of defunct TCBs in TIME WAIT (2MSL) state. Not sure what the best solution is: when we were doing evaluation tests for our paper we disabled connection tracking (which means that things like NAT are unavailable). I haven't looked around, but there may well be a way to tell Linux to reuse TCBs in TIME WAIT state. This would exaplain networking drop-outs. No more connections can be made until some old TCBs are garbage collected, after a 120s timeout. -- Keir > ip_conntrack: table full, dropping packet. > ip_conntrack: table full, dropping packet. > ip_conntrack: table full, dropping packet. > ip_conntrack: table full, dropping packet. > ip_conntrack: table full, dropping packet. > ip_conntrack: table full, dropping packet. > ip_conntrack: table full, dropping packet. > ip_conntrack: table full, dropping packet. > ip_conntrack: table full, dropping packet. > ip_conntrack: table full, dropping packet. > NET: 481 messages suppressed. > ip_conntrack: table full, dropping packet. > NET: 532 messages suppressed. > ip_conntrack: table full, dropping packet. > NET: 547 messages suppressed. > ip_conntrack: table full, dropping packet. > NET: 393 messages suppressed. > ip_conntrack: table full, dropping packet. > NET: 25 messages suppressed. > ip_conntrack: table full, dropping packet. > NET: 23 messages suppressed. > ip_conntrack: table full, dropping packet. > NET: 33 messages suppressed. > ip_conntrack: table full, dropping packet. ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |