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

Re: stress.pl error with ra_dav+fsfs

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-07-05 16:55:54 CEST

On 2005-07-03 10:38-0600, Jani Averbach wrote:
> On 2005-07-03 00:49+0100, Philip Martin wrote:
> >
> > That's an error with mod_dav_svn's activity DB, i.e. it's specific to
> > ra_dav. The activity DB uses apr-util's dbm interface, so which
> > backend is being used?
>
> I have tried this with BDB (4.3.27 + 4.3.28) and with gdbm (1.8.3).
> the gdbm was the worst, as an addition those "Activity not found" I got
> lots of errors like: "Could not open activities database".
>

Ok, I have tested this little bit more:

With SDBM, system finished over 8K commits without hitch.

With BDB 4.0, I got these two errors:
   svn: Commit failed (details follow):
   svn: MERGE request failed on '/stress/repostress/trunk'
   svn: Reference to non-existent node '0.0.r-1/-1' in filesystem
   '/svnrel/tmp/repostress/db'
and
   svn: Commit failed (details follow):
   svn: The specified activity does not exist.

With BDB 4.2 or 4.3, I got only this one:
   svn: Commit failed (details follow):
   svn: The specified activity does not exist.

With GDBM (1.8.3), I got these two:
   svn: Commit failed (details follow):
   svn: Could not open activities database
and
   svn: Commit failed (details follow):
   svn: The specified activity does not exist.

So it looks like that here only SDBM works as activity backend. With
anything else, first activity error pops up during the 10-20 first
commit. However, this very same system (chroot) compiles and runs
nightly regression tests, so it can't be completely nuts.

Where should I look next, to apr-util, these databases, or mod_dav_svn?
Used apr-util is 0.9.6.

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 5 17:19:28 2005

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.