jenkins 100% cpu, many blocked threads

2013-11-07 Thread Zetan Drableg
Hello, Recently upgraded to Jenkins 1.537. Performance of the app has slowed a lot. It takes forever to load views, even with only 20 jobs in them. Wall Display plugin shows frequent timeouts. Today I attached visualVM and can see jenkins @ 100% cpu. Thread dump reveals 147 threads BLOCKED waitin

Re: jenkins upgrade from 1.496 to 1.537, slaves cannot launch

2013-10-29 Thread Zetan Drableg
I had to go through each node configuration. The management of credentials seems to have changed (for the better) but I had to re-select creds for each node after upgrade. 169 slaves later. :( On Monday, October 28, 2013 4:50:46 PM UTC-7, Zetan Drableg wrote: > > Hi, Just upgraded J

jenkins upgrade from 1.496 to 1.537, slaves cannot launch

2013-10-28 Thread Zetan Drableg
Hi, Just upgraded Jenkins to pickup some bug fixes (disappearing job log). Rekey process is running in the background. Is it not done yet and causing this? Every single slave failed to launch with this error: [10/28/13 16:47:39] [SSH] Opening SSH connection to batvm06.perf.lab.tripwire.com:22.

jenkin high CPU

2013-04-22 Thread Zetan Drableg
Today jenkins 1.496 is consuming 100% cpu for long periods of time and the web UI is not responding. We restarted the VM this morning after Vmware planned outage and are now stuck in this state. Thread dumps reveal every web request is off waiting to getLastFailedBuild How do I fix this? Thanks

Re: Jenkins Hung Load at 1.02 / 99.8% CPU Load And Holding For 1 Hour

2013-04-15 Thread Zetan Drableg
Get a thread dump from the jenkins process. kill -QUIT Attach to jenkins with VisualVM. are you out of heap and Garbage Collecting really hard? Might need to increase your java heap. On Mon, Apr 15, 2013 at 9:40 AM, Eric Blom wrote: > Hello Everyone, > > I'm new to Jenkins and Java and am lo