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

Re: Repeated "unrecoverable" BDB problems (ver 1.1.3)

From: <kfogel_at_collab.net>
Date: 2005-07-01 20:17:15 CEST

Zachary Pincus <zpincus@stanford.edu> writes:
> Thanks for putting up this information! Unfortunately, I was never
> able to get my original repository fully-recovered. Though, as I said,
> through some miracle I did manage to get it to a state where I could
> perform a dump, by playing stupid games with the log files.
>
> Since power had gone down well *after* the last commit to SVN, the
> only thing that seemed to have gotten corrupt was the log files
> themselves, and not the db; and it seems (in the few times I've had
> this type of problem) that BDB is very sensitive to corrupt log files
> and has difficulty recovering from them.

Well, until a checkpoint happens (i.e., data is sync'd from log file
to database file), the logfiles hold the only copy of actual data. So
BDB's sensitivity to logfile corruption is understandable! :-)

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 1 21:32:47 2005

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

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