Change By: Oliver Gondža (03/Dec/14 9:40 AM)
Description: Jenkins deadlocks on JCloudsRetentionStrategy (we did a copy job in the GUI when it happened). Attached full stack trace, here are the deadlocks:

{noformat}
"Remove Node i-42020766":
        at jenkins.plugins.jclouds.compute.JCloudsRetentionStrategy.check(JCloudsRetentionStrategy.java:22)
        - waiting to lock <0x00000006cbca8a60> (a jenkins.plugins.jclouds.compute.JCloudsRetentionStrategy)
        at jenkins.plugins.jclouds.compute.JCloudsRetentionStrategy.check(JCloudsRetentionStrategy.java:15)
        at hudson.slaves.SlaveComputer.setNode(SlaveComputer.java:522)
        at hudson.model.AbstractCIBase.updateComputer(AbstractCIBase.java:116)
        at hudson.model.AbstractCIBase.updateComputerList(AbstractCIBase.java:174)
        - locked <0x00000006c06d1088> (a java.lang.Object)
        at jenkins.model.Jenkins.updateComputerList(Jenkins.java:1175)
        at jenkins.model.Jenkins.setNodes(Jenkins.java:1687)
        at jenkins.model.Jenkins.removeNode(Jenkins.java:1682)
        - locked <0x00000006c06d0f70> (a hudson.model.Hudson)
        at hudson.plugins.ec2.EC2Slave$1.run(EC2Slave.java:104)

"Jenkins cron thread":
        at jenkins.model.Jenkins.save(Jenkins.java:2573)
        - waiting to lock <0x00000006c06d0f70> (a hudson.model.Hudson)
        at hudson.model.Node.setTemporaryOfflineCause(Node.java:211)
        at hudson.model.Computer.setTemporarilyOffline(Computer.java:586)
        at jenkins.plugins.jclouds.compute.JCloudsRetentionStrategy.check(JCloudsRetentionStrategy.java:30)
        - locked <0x00000006cbca8a60> (a jenkins.plugins.jclouds.compute.JCloudsRetentionStrategy)
        at jenkins.plugins.jclouds.compute.JCloudsRetentionStrategy.check(JCloudsRetentionStrategy.java:15)
        at hudson.slaves.ComputerRetentionWork.doRun(ComputerRetentionWork.java:66)
        at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
{noformat}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to