Re: possible mechanism of repo corruption

2011-06-09 Thread Stefan Sperling
On Thu, Jun 09, 2011 at 04:32:26PM +0200, Markus Schaber wrote: > Hi, > > > Von: Stefan Sperling [mailto:s...@elego.de] > > > If your Apache server is handling requests via threads (rather than > > forking > > processes) this might explain why you never saw this problem with just > > dav. > > Th

AW: possible mechanism of repo corruption

2011-06-09 Thread Markus Schaber
Hi, > Von: Stefan Sperling [mailto:s...@elego.de] > If your Apache server is handling requests via threads (rather than > forking > processes) this might explain why you never saw this problem with just > dav. > The threads can synchronise via mutexes which live in the same process > address spa

Re: possible mechanism of repo corruption

2011-06-09 Thread Stefan Sperling
On Thu, Jun 09, 2011 at 09:48:18AM -0400, Matthew Beals wrote: > I just suffered a fairly major repo corruption problem. Fortunately I had > nightly dumps to restore from as well as an updated working copy of the > affected repos, so the only thing I lost was some file history. Now I'm > tryin

possible mechanism of repo corruption

2011-06-09 Thread Matthew Beals
I just suffered a fairly major repo corruption problem. Fortunately I had nightly dumps to restore from as well as an updated working copy of the affected repos, so the only thing I lost was some file history. Now I'm trying to figure out what caused the issue and if I can prevent it in the fu