[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-07-05 18:06:15 CEST

Jani Averbach <jaa@jaa.iki.fi> writes:

> So it looks like that here only SDBM works as activity backend.

As far as I know SDBM is very simple and doesn't do any locking, so
the apr-util wrappers have to do it. BDB, and I think GDBM, provide
their own locking.

> 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.

The Subversion regression tests don't do any concurrent database
access, so they won't trigger this problem.

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

The BDB source includes extensive regression tests, you could try
running those.

It looks like the locking provided by BDB/GDBM doesn't work on your
system--so it's a kernel/filesystem/libc/compiler problem, but I don't
know which :)

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 5 18:57:17 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.