Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Hudson using only 2 executor threads ?

Adding executors has resulted in the return of the LinkageError.  *sigh*

java.io.IOException: Remote call on hudson-slave1 failed
                at hudson.remoting.Channel.call(Channel.java:659)
                at hudson.FilePath.act(FilePath.java:747)
                ... 10 more
Caused by: java.lang.LinkageError: loader (instance of  hudson/remoting/RemoteClassLoader): attempted  duplicate class definition for name: "hudson/model/AbstractProject"


 -Matt






From:        Denis Roy <denis.roy@xxxxxxxxxxx>
To:        cross-project-issues-dev@xxxxxxxxxxx,
Date:        02/02/2012 08:58 PM
Subject:        Re: [cross-project-issues-dev] Hudson using only 2 executor threads ?
Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx




I've increased the executors to 6 until we can resolve the issues with the new slaves.  That should help clear things up.

Denis

On 02/02/2012 07:44 PM, Matthias Sohn wrote:

Currently there is a huge queue of 17 Hudson build jobs waiting for an executor thread.
It seems only 2 threads are used. Could someone having the license kick Hudson to
use more threads ?

--
Matthias



_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top