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

MetricsSystemImpl should consistently check minicluster mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • test
    • None

    Description

      Found this when writing some tests related to JvmMetrics.
      It appears JvmMetrics.initSingleton twice in minicluster works, but JvmMetrics.create twice doesn't.

      This jira suggests to investigate whether this is intentional, and likely make the check of DefaultMetricsSystem.inMiniClusterMode() consistent in MetricsSystemImpl to ease testing.

      org.apache.hadoop.metrics2.MetricsException: Metrics source JvmMetrics already exists!
              at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.newSourceName(DefaultMetricsSystem.java:152)
              at org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.sourceName(DefaultMetricsSystem.java:125)
              at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.register(MetricsSystemImpl.java:229)
              at org.apache.hadoop.metrics2.source.JvmMetrics.create(JvmMetrics.java:95)
      

      Attachments

        Activity

          People

            bharat Bharat Viswanadham
            xiaochen Xiao Chen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: