Details
Description
A user on IRC was having trouble getting file descriptor counts and JVM memory usage in the admin UI, but it worked perfectly fine on another system. The problem system uses OpenJDK, the other one uses the Apple JDK. The user had tracked it down to an exception while trying to get open file descriptor info.
Looking in the SystemInfoHandler.java file, I see a comment reference to com.sun.management.UnixOperatingSystemMXBean at the point where it is getting file descriptor info. A little extra searching turned up ZOOKEEPER-1579 which refers to HBASE-6945, the same problem with OpenJDK.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-6945 Compilation errors when using non-Sun JDKs to build HBase-0.94
- Closed
-
ZOOKEEPER-1579 Compile error of UnixOperationSystemMXBean with open JDK
- Open