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
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
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.
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
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