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

Provide meaningful RPC server name for RpcMetrics

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.2.0
    • 3.2.0
    • common
    • None
    • Reviewed

    Description

      In case of multiple RPC servers in the same JVM it's hard to identify the metric data. The only available information as of now is the port number.

      Server name is also added in the constructor of Server.java but it's not used at all.

      This patch fix this behaviour:

      1. The server name is saved to a field in Server.java (constructor signature is not changed)
      2. ServerName is added as a tag to the metrics in RpcMetrics
      3. The naming convention for the severs are fix.

      About 3: if the server name is not defined the current code tries to identify the name from the class name. Which is not always an easy task as in some cases the server has a protobuf generated dirty name which also could be an inner class.

      The patch also improved the detection of the name (if it's not defined). It's a compatible change as the current name is not user ad all.

      Attachments

        1. HADOOP-15340.001.patch
          10 kB
          Marton Elek
        2. HADOOP-15340.002.patch
          10 kB
          Marton Elek
        3. HADOOP-15340.003.patch
          10 kB
          Marton Elek

        Activity

          People

            elek Marton Elek
            elek Marton Elek
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: