Details
-
Type:
Task
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: core, file-leak-detector-plugin, packaging
-
Similar Issues:
-
Epic Link:
Description
According to the information from evernat in JENKINS-52092, Monitoring Plugin 1.73.0 requires "-Djdk.attach.allowAttachSelf=true" to be set on master and agent side in order to have the memory histogram in JDK 9. (Edit: with an enhancement in the monitoring plugin 1.73.1, it does not attach itself to the VM in order to get heap histogram in JDK 9. So this plugin does not require to add "-Djdk.attach.allowAttachSelf=true".)
We still have some plugins attaching to JDK (e.g. File Leak detector plugin), so maybe we need a generic solution for Jenkins packaging (or some documentation about "-Djdk.attach.allowAttachSelf=true").
Attachments
Issue Links
- relates to
-
JENKINS-52092 Update Monitoring Plugin to Java Melody 1.73.0
-
- Resolved
-
Yeah, I do not see this plugin in update centers. Not sure what it the purpose of this Proc plugin, so I would not worry
Thanks for the analysis evernat!