[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnsync crashes on a huge commit

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 17 Jul 2013 15:38:25 +0100

Stefan Fuhrmann <stefan.fuhrmann_at_wandisco.com> writes:

> read_next_ids accesses a txn-local file which should never
> be accessed by multiple processes / threads at the same
> time. It also gets closed explicitly such that there should be
> no pool / file handle lifetime issue.

I imagine an http client could do multiple PUTs in parallel. It would
not be much of an advantage at present because the PUTs would serialise
writing to the protorev file. But I think it would work and that would
involve parallel access to next-ids.

-- 
Philip Martin | Subversion Committer
WANdisco | Non-Stop Data
www.wandisco.com
Received on 2013-07-17 16:39:05 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.