Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.21.1
-
None
-
None
Description
Context :
In Drill "CpuGaugeSet" class, we use an internal class instead of a public class : com.sun.management.OperatingSystemMXBean;
This can result to a NoClassDefFoundError:
To do :
Replace the private class "com.sun.managemenet.OperatingSystemMXBean" with "java.lang.management.OperatingSystemMXBean",
Kind regards,
Mahmoud
Attachments
Attachments
Issue Links
- is related to
-
DRILL-6702 OperatingSystemMXBean class cast exception when loaded under IBM JVM
- Resolved