SVN 1.8 timeout fix
From: <Paul.Gillis_at_L-3Com.com>
Date: Tue, 14 Oct 2014 14:43:52 +0000
We just upgraded from Subversion 1.7 to 1.8 and almost immediately began getting timeouts checking out larger repositories. The Tortoise file transfer rate would quickly diminish to 0 and eventually return an error. The subversion command client would terminate with "svn E175012 Connection timed out." I found several reports from other who encountered the same thing, but there were no solutions offered. Some people said they simply reverted back to 1.7.
I monitored the network traffic and saw the tcp connections were opened and remained in the FIN_WAIT_2 state. http://httpd.apache.org/docs/2.0/misc/fin_wait_2.html suggests a client side bug and to set KeepAlive Off if you're unable to make mods to your client.
Setting KeepAlive Off on my apache server fixed the issue.
Paul Gillis
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.