Re: AW: SQLite locking for WCNG on NFS
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 22 Feb 2012 13:42:24 +0000
Mark Phippard <markphip_at_gmail.com> writes:
> On Wed, Feb 22, 2012 at 4:25 AM, Philip Martin
That's not correct. Start and hold an update:
$ gdb -arg subversion/svn/.libs/lt-svn up wc/A/B/C
Run status:
$ svn st wc
Update a different subtree:
$ svn up wc/X/Y/Z
Resume first update:
(gdb) disable 1
There are changes in 1.7 that reduce concurrency:
- in 1.7 a work-queue item will prevent status running. in 1.6 status
- during an SQLite write transaction other SQLite read transactions
So concurrency is reduced but some concurrent operation still works in
-- uberSVN: Apache Subversion Made Easy http://www.uberSVN.comReceived on 2012-02-22 14:43:02 CET |
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.