Looks like a deadlock/livelock/lock contention that then starves the servlet thread pool...
On 28 January 2014 11:07, Stephen Connolly <[email protected]>wrote: > Seems like a lot of these: > > "Handling GET /view/%C2%A7%20Radiators%20%C2%A7/view/-%20ci%20radiator%20-/ : > RequestHandlerThread[#464]" daemon prio=10 tid=0x00007f79fc034000 nid=0x4e18 > waiting for monitor entry [0x00007f79262dd000] > java.lang.Thread.State: BLOCKED (on object monitor) > at > jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:649) > - waiting to lock <0x000000070ee143b8> (a hudson.model.RunMap) > > > > On 28 January 2014 11:03, Arnaud Héritier <[email protected]> wrote: > >> No sign of OOME. My JVM is configured with Xmx = 4G >> Another day, another WSOD : https://gist.github.com/aheritier/8665709 >> >> >> On Mon, Jan 27, 2014 at 11:32 AM, Daniel Beck <[email protected]> wrote: >> >>> >>> On 27.01.2014, at 03:33, Arnaud Héritier <[email protected]> wrote: >>> >>> > My instance is again broken this morning with a With Screen of the >>> death >>> > I attached another dump and this time there is no reference to the >>> project stats plugin (even if I didn't yet had the time to remove it) : >>> https://issues.jenkins-ci.org/browse/JENKINS-21487?focusedCommentId=193514&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-193514 >>> >>> I don't see why RequestHandlerThread[#269] should be blocked. >>> >>> Are you out of memory? The heap information at the end looks like you >>> only have a 1GB heap and it's used up. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" 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. >>> >> >> >> >> -- >> ----- >> Arnaud Héritier >> http://aheritier.net >> Mail/GTalk: aheritier AT gmail DOT com >> Twitter/Skype : aheritier >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" 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. >> > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
