[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-02-19 21:54:05 CET

mark benedetto king wrote:

>On Wed, Feb 19, 2003 at 02:36:07PM -0500, Brandon Ehle wrote:
>
>
>>Index: subversion/libsvn_fs/fs.c
>>===================================================================
>>--- subversion/libsvn_fs/fs.c (revision 4721)
>>+++ subversion/libsvn_fs/fs.c (working copy)
>>@@ -163,7 +163,7 @@
>>
>> /* Checkpoint any changes. */
>> {
>>- int db_err = env->txn_checkpoint (env, 0, 0, 0);
>>+ int db_err = env->txn_checkpoint (env, 8000, 60, 0);
>>
>>#if SVN_BDB_HAS_DB_INCOMPLETE
>> while (db_err == DB_INCOMPLETE)
>>
>>
>>
>>
>
>I'm in favor of committing this change. I even volunteer to test it.
>
>Without it, my ra_svn tests frequently hang.
>

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.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 19 21:55: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.