[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: David Summers <david_at_summersoft.fay.ar.us>
Date: 2003-02-19 21:21:16 CET

I've currently run through 10 of the 30 iterations of the RA_SVN tests
using this patch and so far it hasn't failed once!

  - David

On Wed, 19 Feb 2003, Brandon Ehle wrote:

> Date: Wed, 19 Feb 2003 14:36:07 -0500
> From: Brandon Ehle <azverkan@yahoo.com>
> To: David Summers <david@summersoft.fay.ar.us>
> Cc: dev@subversion.tigris.org
> Subject: Re: Still hang on svn 4951 RedHat 7.3 SMP
>
> 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)
>
>
>

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
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:36:32 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.