Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 04/Jun/13 6:39 PM
Description:

We had a number of linked projects which could be removed.

I opened multiple projects in multiple tabpages and deleted them.
I did not get reaction of the server (timeout).

Later on all kind of changes to jobs failed.

The cron thread was blocked as well, so no new jobs were started.

I was able to create a thread dump.

Most methods hang on hudson.model.Project.getPublishersList() this is synchronized method.

The deadlock message:

"Handling POST /jenkins/job/cws-is-junit-l/doDelete : RequestHandlerThread20":
waiting to lock Monitor@0x000000000c447fa8 (Object@0x0000000747c7aaf0, a hudson/model/FreeStyleProject),
which is held by "Handling POST /jenkins/job/prepare-for-is-regressions/doDelete : RequestHandlerThread15"
"Handling POST /jenkins/job/prepare-for-is-regressions/doDelete : RequestHandlerThread15":
waiting to lock Monitor@0x000000000b3e3c68 (Object@0x0000000747ec1378, a hudson/model/FreeStyleProject),
which is held by "Handling POST /jenkins/job/cws-is-junit-l/doDelete : RequestHandlerThread20"

The 2 jobs are up and downstream jobs of eachother.

Project: Jenkins
Priority: Critical Critical
Reporter: Cees Bos
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/groups/opt_out.
 
 

Reply via email to