-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: core
The Timer threads are lazily created by its executorService, so if an invocation to the Timer threads is made in a Thread context with a different contextClassloader than the default, the Timer thread will receive this contextClassloader.
Noted when fixing an analogous error in the Pipeline Timeout utility https://github.com/jenkinsci/workflow-support-plugin/pull/53 jglick – that error caused a Groovy memory leak.Â
- causes
-
JENKINS-60979 Installation of Plugin fails on LibertyProfile due using the wrong SocketFactory
-
- Closed
-
- links to