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

Re: Still hang on svn 4951 RedHat 7.3 SMP

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2003-02-19 20:36:07 CET

David Summers wrote:

>On 19 Feb 2003, Philip Martin wrote:
>
>
>>You need to run the test manually to avoid truncating the buffered output.
>>
>>$ cd subversion/tests/clients/cmdline
>>$ ./externals_tests.py 6 BASE_URL=svn://localhost
>>
>>
>
>OK, Finally figured out how to run it manually. I've run it 20-30 times
>manually and frequently (but not always) it hangs. Here is the last part
>of the manual run for this one. In this particular run, I'm hanging with
>8 lt-svnserve processes running (Ack!). Here are the traces of the lt-svn and
>the 8 lt-svnserve processes and the results of manually running the
>externals_tests.py:
>
>RedHat 7.3 non-SMP
>
>
>Whew! Hope this helps!
>
>
>
Could you try this patch and lemme know if you see any changes? I've
sent it to a couple of other people to try, but I haven't heard anything
back yet.

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)

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