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

Re: timeout problem

From: <cmpilato_at_collab.net>
Date: 2003-02-28 04:41:19 CET

Christian Daudt <csd_ob@daudt.org> writes:

> Ok,
> ran into a completely different error doing the same test locally:
>
> subversion/libsvn_client/commit.c:670: (apr_err=160029)
> svn: Berkeley DB error
> svn: Commit failed (details follow):
> subversion/libsvn_fs/tree.c:2364: (apr_err=160029)
> svn: Commit succeeded, deltification failed
> subversion/libsvn_fs/bdb/bdb-err.c:61: (apr_err=160029)
> svn: Berkeley DB error while deleting string for filesystem
> /home/csd/tmp/repo/db:
> Cannot allocate memory

Almost every time I've seen this, it's been about database locking.
In this case, I can almost *guarantee* that you saw the problem
because deltification happens inside one big fat Berkeley transaction,
and you just flat ran out of locks.

I, uh... should probably just fix that tonight, shouldn't I?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 28 04:42:30 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.