Discussion:
Troubleshooting deadlocking between Jenkins plugins
Andrew Feller
2018-12-04 14:54:17 UTC
Permalink
Appreciate any thoughts on how to address these:

Found one Java-level deadlock:

=============================

"RMI TCP Connection(39)-172.23.4.92":

waiting to lock monitor 0x00007feae80062c8 (object 0x00000000ebbd7358, a
java.util.logging.StreamHandler),

which is held by "GitSCM.onLoaded"

"GitSCM.onLoaded":

waiting to lock monitor 0x00007fec500106a8 (object 0x00000000c06d2bf8, a
hudson.util.MaskingClassLoader),

which is held by "ReplayAction.ensurePermissionRegistered"

"ReplayAction.ensurePermissionRegistered":

waiting to lock monitor 0x00007feae80062c8 (object 0x00000000ebbd7358, a
java.util.logging.StreamHandler),

which is held by "GitSCM.onLoaded"
--
[image: BandwidthMaroon.png]

Andy Feller • Sr DevOps Engineer

900 Main Campus Drive, Suite 500, Raleigh, NC 27606


e: ***@bandwidth.com
--
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 jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAAg6KNFFHOpPOmv2qReL_xC5U8ug4rbzLgcUO319JQtKbajWtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
a***@bandwidth.com
2018-12-04 15:26:34 UTC
Permalink
Imagined response would be to create Jenkins issue so
created https://issues.jenkins-ci.org/browse/JENKINS-55014
Post by Andrew Feller
=============================
waiting to lock monitor 0x00007feae80062c8 (object 0x00000000ebbd7358,
a java.util.logging.StreamHandler),
which is held by "GitSCM.onLoaded"
waiting to lock monitor 0x00007fec500106a8 (object 0x00000000c06d2bf8,
a hudson.util.MaskingClassLoader),
which is held by "ReplayAction.ensurePermissionRegistered"
waiting to lock monitor 0x00007feae80062c8 (object 0x00000000ebbd7358,
a java.util.logging.StreamHandler),
which is held by "GitSCM.onLoaded"
--
[image: BandwidthMaroon.png]
Andy Feller • Sr DevOps Engineer
900 Main Campus Drive, Suite 500, Raleigh, NC 27606
--
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 jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ff80a3f8-a0fb-4a9d-ae5e-081bad632fe1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...