[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [eclipse-dev] [eclipse-build]Build I20030520 (Timestamp: 200305200800):Build is complete. Automated JUnit testing is starting.

I confirm that,
we had similar problems with our internal CVS server due to locks left around by aborted operations.
Regards, Gabriele


Aaron Optimizer Digulla wrote:

On Tue, May 20, 2003 at 10:09:31AM -0400, Dean Roberts wrote:



As I pointed out in an email last week we are experiencing CVS server problems that are resulting in severe build delays, especially Nightly builds. Infra has tried a few adjustments that, apparently, have not helped. The problem is still being investigated.



Have you had a look at the output of the CVS command? When someone else has a lock on something in CVS, then CVS does a busy-wait until the lock goes away. If this is the case, then you should see a "Waiting for ..." somewhere in the logs.

Hope this helps,