Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-12328

Need to separate JvmMetrics for Master and RegionServer

Log workAgile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.99.2
    • None
    • None

    Description

      tag.ProcessName of JvmMetrics is "IPC".
      It is same both Master and RegionServer.

      HBase(Master and RegionServer)'s Metrics Dump
      ...
      "name": "Hadoop:service=HBase,name=JvmMetrics",
      "modelerType": "JvmMetrics",
      "tag.Context": "jvm",
      "tag.ProcessName": "IPC",
      "tag.SessionId": "",
      ...
      

      When I use HBase with Ganglia,
      I wrote tagsForPrefix.jvm=ProcessName in hadoop-metrics2-hbase.properties.

      hadoop-metrics2-hbase.properties
      ...
      *.sink.ganglia.class=org.apache.hadoop.metrics2.sink.ganglia.GangliaSink31
      hbase.sink.ganglia.tagsForPrefix.jvm=ProcessName
      ...
      

      But, Ganglia generate only one RRD file because tag.ProcessName is "IPC" both Master and Regionserver.

      I think it need to separate JvmMetrics for Master and RegionServer.

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            yunsh Sanghyun Yun Assign to me
            yunsh Sanghyun Yun
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment