Created
May 7, 2018 12:27
-
-
Save yoshikaw/b807aa8d6899aad925782bee75b680ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Found one Java-level deadlock: | |
============================= | |
"Handling GET /jenkins/ from 172.31.104.209 : RequestHandlerThread[#64] View/index.jelly View/sidepanel.jelly": | |
waiting to lock monitor 0x00007f5a7557beb8 (object 0x00000000ca9fdc48, a org.jenkinsci.plugins.workflow.job.WorkflowRun), | |
which is held by "WorkflowRun.copyLogs [#2] (HOGEHOGE_JOB #60940)" | |
"WorkflowRun.copyLogs [#2] (HOGEHOGE_JOB #60940)": | |
waiting to lock monitor 0x00007f5a74a33bc8 (object 0x00000000ca9fdd98, a org.jenkinsci.plugins.workflow.cps.CpsFlowExecution), | |
which is held by "Running CpsFlowExecution[Owner[HOGEHOGE_JOB/60940:HOGEHOGE_JOB #60940]]" | |
"Running CpsFlowExecution[Owner[HOGEHOGE_JOB/60940:HOGEHOGE_JOB #60940]]": | |
waiting to lock monitor 0x00007f5a7557beb8 (object 0x00000000ca9fdc48, a org.jenkinsci.plugins.workflow.job.WorkflowRun), | |
which is held by "WorkflowRun.copyLogs [#2] (HOGEHOGE_JOB #60940)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment