Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-9299

Give ReplicationMonitor a readable thread name

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.7.1
    • 2.8.0, 3.0.0-alpha1
    • namenode
    • None

    Description

      Currently the log output from the Replication Monitor is the class name, by setting the name on the thread the output will be easier to read.

      Current
      2015-10-23 11:07:53,344 [org.apache.hadoop.hdfs.server.blockmanagement.BlockManager$ReplicationMonitor@2fbdc5dd] INFO blockmanagement.BlockManager (BlockManager.java:run(4125)) - Stopping ReplicationMonitor.

      After
      2015-10-23 11:07:53,344 [ReplicationMonitor] INFO blockmanagement.BlockManager (BlockManager.java:run(4125)) - Stopping ReplicationMonitor.

      Attachments

        1. HDFS-9299.001.patch
          0.9 kB
          Staffan Friberg

        Activity

          People

            sfriberg Staffan Friberg
            sfriberg Staffan Friberg
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: