SQLite locking and FSFS rep-sharing
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 17 Jun 2011 11:06:11 +0100
The FSFS rep-sharing database is an SQLite database updated
Start with a new repository and use gdb to interrupt the post-commit:
$ gdb -arg svn import -mm Makefile file://`pwd`/repo/f1
That runs to the end of write_reps_to_cache so the process has written
$ svn import -mm Makefile file://`pwd`/repo/f2
Committed revision 2.
Warning: post commit FS processing had error:
The second commit doesn't wait for the 10 second SQLite busy timeout, it
Should we be doing more to support concurrent writes here? An explicit
-- PhilipReceived on 2011-06-17 12:06:50 CEST |
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.