[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Slow VM, svn client drops connection with FIN packet

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 14 Jan 2014 16:55:39 +0000

Stuart MacDonald <stuartm.coding_at_gmail.com> writes:

> svn: E175002: REPORT of '/svn/repos/deckard-65x/!svn/me': Could not read
> response body: connection was closed by server (http://foundry51.qnx.com)

I can provoke this on my local LAN by setting the Apache timeout on the
server to a low value such as 5 seconds. Then I run a checkout that
generates a large REPORT response and I use gdb to interrupt the client
at subversion/libsvn_ra_neon/fetch.c:1709 so that the client is in the
middle of reading the repsonse. I wait for the server timeout to
expire and then resume the client and I get the error:

svn: E175002: REPORT of '/obj/repo/!svn/me': Could not read response body: connection was closed by server (http://peri.local:8888)

One fix is to increase the server timeout to handle your slow client.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2014-01-14 17:56:15 CET

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.