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

Re: Checkpoint less frequently (was Re: Still hang on svn 4951 RedHat 7.3 SMP)

From: mark benedetto king <mbk_at_boredom.org>
Date: 2003-02-20 03:45:07 CET

On Wed, Feb 19, 2003 at 03:54:05PM -0500, Garrett Rooney wrote:
> >> {
> >>- int db_err = env->txn_checkpoint (env, 0, 0, 0);
> >>+ int db_err = env->txn_checkpoint (env, 8000, 60, 0);
> >
>
> isn't that just masking whatever the real bug is? i mean checkpointing
> more often shouldn't be causing a problem, and if it is, we need to
> figure out why, not ignore it and hope it goes away.
>

That's true, but in the meantime, I'd like svncheck to run to completion,
which it doesn't for me, without this patch.

It's possible that all-zeroes tickles a BDB bug; that with the new
values there is no bug.

I'll investigate this a little further tonight.

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 20 03:46:02 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.