Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-9128

MetricsDynamicMBeanBase can cause high cpu load

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.20.2
    • 1.0.0, 0.23.0
    • metrics
    • None
    • cdh3u4

    Description

      I noticed high load on some of our Hadoop services. On closer inspection we found several threads that were consuming cpu (80-90% of a core) doing :

      java.lang.Thread.State: RUNNABLE
      at java.util.HashMap.get(HashMap.java:303)
      at org.apache.hadoop.metrics.util.MetricsDynamicMBeanBase.getAttribute(MetricsDynamicMBeanBase.java:135)
      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:666)

      This is a known issue in java when using a non thread safe hash map from multiple threads

      Attachments

        Activity

          People

            Unassigned Unassigned
            nputnam Nate Putnam
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: