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

Re: svn commit: rev 7587 - trunk/subversion/libsvn_fs

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-31 15:58:23 CET

Philip Martin <philip@codematters.co.uk> writes:

> philip@tigris.org writes:
>
> > Author: philip
> > Date: Fri Oct 31 07:36:26 2003
> > New Revision: 7587
> >
> > Modified:
> > trunk/subversion/libsvn_fs/fs.c
> > Log:
> > Don't use DB_PRIVATE when shared repository access is required.
> > Doing so meant that the svnadmin commands list-dblogs,
> > list-unused-dblogs and hotcopy could hang a repository if some
> > other process was accessing it at the same time.
>
> My test was quite simple: in one xterm I ran
>
> stress.pl -c -s0 -W
>
> in another I ran
>
> while true ; do svnadmin list-dblogs repostress ; done
>
> and shortly afterwards the repository generates DB_RUNRECOVERY errors.

Wow. That's such badness. Thanks for the fix, Philip.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 31 15:59:39 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.