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

RE: large checkout/update/switch fails (svn: The REPORT request returned invalid XML in response)

From: Rob van Oostrum <rob.vanoostrum_at_blastradius.com>
Date: 2004-06-28 16:48:19 CEST

Ok, so I did some tweaking and found a workaround that will keep me in
business for the time being.

I tried setting MaxKeepAliveRequests to 0, and it got a lot farther than
before, but it now found a new point to consistently crap out at (same
error). So ... I turned off KeepAlive altogether, and that seems to do
the trick. I'm sure it's going to get me in trouble with scalability,
but that's a worry for another day. Do you think it would make sense to
open a bug for this and I'll attach information when I have tim eto do
some more investigation on the matter?

Thanks for your help so far!

Rob

> -----Original Message-----
> From: Klaus Rennecke [mailto:kre@tigris.org]
> Sent: Saturday, June 26, 2004 6:43 AM
> To: Rob van Oostrum
> Cc: users@subversion.tigris.org
> Subject: Re: large checkout/update/switch fails (svn: The
> REPORT request
> returned invalid XML in response)
>
>
> Rob van Oostrum wrote:
>
> >I dumped the repository and loaded it into a sandbox. Ran
> svnserve and
> >tried a checkout ... runs like a charm. Much faster than
> mod_dav_svn and
> >checkout succeeded in one go. So I'd say it's a safe bet the
> problem is
> >somewhere in mod_dav_svn ... hope this helps ...
> >[...]
> >
> >
>
> Hmm just a thought - there is a maximum count of requests
> over one HTTP
> 1.1 connect session.
>
> Do you know how many files were successfully checked out?
> Can you do a cross-check with the same amount of files, but
> with smaller
> (near zero) size to them?
> Does it get any further if you raise MaxKeepAliveRequests
> above 100 (or
> set to 0 for unlimited)?
>
> Granted, the default of 100 sounds too low to not have
> occured earlier.
> But maybe it's a combination of this limit and another limit on
> reconnects in the client code . . .
>
> The documentation sounds a bit as if would be good to raise that
> parameter for svn anyway.
>
> Mind you, this is just a wild guess. I haven't got around
> checking these
> guesses against the implementation, my C skills have become
> quite rusty.
>
> /Klaus
>
> http://httpd.apache.org/docs-2.0/mod/core.html#MaxKeepAliveRequests
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 28 16:50:43 2004

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.