Re: svnsync crashes on a huge commit

2013-07-11 Thread Lieven Govaerts
Hi Anatoly, can you build a custom version of the serf library used by your svn client to enable logging? Attached patch should enable the logging needed, I hope it should clarify the original " internal malfunction" error you reported earlier. You can send the log output to me privately, probab

Re: svnsync crashes on a huge commit

2013-07-11 Thread Stefan Sperling
On Thu, Jul 11, 2013 at 02:04:11PM +0400, Anatoly Zapadinsky wrote: > I've increased swap size to 8gb, increased opened files handles limit to > 200k and ran the process at night when the server is not very busy. > > Finally svnsync form a revision copy in db, but hang after it. It didn't > print

Re: svnsync crashes on a huge commit

2013-07-11 Thread Anatoly Zapadinsky
I've increased swap size to 8gb, increased opened files handles limit to 200k and ran the process at night when the server is not very busy. Finally svnsync form a revision copy in db, but hang after it. It didn't print "Committed revision" just hanged on a set of dots after "Transmitting file dat

RE: svnsync crashes on a huge commit

2013-07-09 Thread Thomas Loy
e: svnsync crashes on a huge commit it's very unlikely to be a memory leak... svnsync worked for 20+ hours and synchronized 300 000+ revisions and downloaded 65+ Gb during the one sync session before it felt in this trap. now it stuck... and can't synchronize this revision after restart. T

Re: svnsync crashes on a huge commit

2013-07-09 Thread Anatoly Zapadinsky
it's very unlikely to be a memory leak... svnsync worked for 20+ hours and synchronized 300 000+ revisions and downloaded 65+ Gb during the one sync session before it felt in this trap. now it stuck... and can't synchronize this revision after restart. The procedure is very slow, it took more than

Re: svnsync crashes on a huge commit

2013-07-09 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Jul 09, 2013 at 19:13:32 +0200: > On Tue, Jul 09, 2013 at 03:30:44PM +0400, Anatoly Zapadinsky wrote: > > svnsync failed to sync repository with a single commit containing 56000 > > files. This commit handled perfectly by console svn and tortoise svn. We > > can checko

Re: svnsync crashes on a huge commit

2013-07-09 Thread Stefan Sperling
On Tue, Jul 09, 2013 at 03:30:44PM +0400, Anatoly Zapadinsky wrote: > svnsync failed to sync repository with a single commit containing 56000 > files. This commit handled perfectly by console svn and tortoise svn. We > can checkout this folder structure and so on. But when I tried to sync this > co