Github user bhatsachin commented on the pull request: https://github.com/apache/flink/pull/553#issuecomment-89848884 Hey Robert, The required changes have been made and are working fine for Java 7 onwards. Using this method, it is not possible to fetch CPU load in Java 6 since there is no implementation of the getProcessCpuLoad method available for OperatingSystemMXBean: http://docs.oracle.com/javase/7/docs/api/java/lang/management/OperatingSystemMXBean.html There is a compilation error due to the unavailable method in jdk 6 and hence the Travis failures. What do you suggest should be the next step?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---