On Fri, Oct 11, 2013 at 3:23 PM, Marc MacIntyre <[email protected]> wrote: > "Handling POST /computer/lp-pure-ha19/configSubmit : > RequestHandlerThread[#17566]": > waiting to lock monitor 0x00000000030bf190 (object 0x0000000542d6bc78, a > java.lang.Object), > which is held by "PeriodicResourceAllocationTask thread" > "PeriodicResourceAllocationTask thread": > waiting to lock monitor 0x0000000000e4c080 (object 0x000000054239ebc0, a > hudson.model.Hudson), > which is held by "Handling POST /computer/lp-pure-ha19/configSubmit : > RequestHandlerThread[#17566]"
Looks you found a deadlock in Jenkins core. It is not your fault. AbstractCIBase should not call code which might acquire other locks while itself holding updateComputerLock. File it. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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/groups/opt_out.
