We're currently serializing the builds to avoid this, although I'd like to parallelize them (3 cores idle). I guess we could isolate each build to a separate local repo, but that would be a huge amount of disk used up since most of the builds are also referencing the others, and I have too many to count in my head ;-)
-----Original Message----- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 5:06 PM To: Maven Developers List Subject: Re: http://jira.codehaus.org/browse/MNG-3151 On 22 Aug 07, at 1:28 PM 22 Aug 07, Brian E. Fox wrote: > >> How on earth do you have concurrency problems with a local >> repository? > > Simultaneous builds in a CI system on a multicore machine. > If you are knowingly doing this then I would say different settings via a build plan to prevent corruption or the CI mechanism serializes the builds. > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder and PMC Chair, Apache Maven jason at sonatype dot com ---------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
