On Fri, Aug 10, 2012 at 10:22 AM, Philip Martin <philip.mar...@wandisco.com> wrote: > Johan Corveleyn <jcor...@gmail.com> writes: > >> So, say for a standard 1.8 FSFS repository, is there a timeout for >> commits? What's the timeout (is it configurable?)? How will the commit >> fail when it reaches the timeout? > > I don't think there is a timeout for the main write-lock. There is a > 10s timeout for the rep-cache but rep-cache errors are non-fatal.
So, while the repository is frozen, will a new commit fail immediately (with a clear error message)? Or will it hang (possibly indefinitely, in which case the client-side time-out will terminate things) until the repository is unfrozen? -- Johan