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

Improve metrics for measuring NN startup costs.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • 0.20.203.0
    • namenode
    • None

    Description

      Current logging and metrics are insufficient to diagnose latency problems in cluster startup. Add:
      1. better logs in both Datanode and Namenode for Initial Block Report processing, to help distinguish between block
      report processing problems and RPC/queuing problems;
      2. new logs to measure cost of scanning all blocks for over/under/invalid replicas, which occurs in Namenode just
      before exiting safe mode;
      3. new logs to measure cost of processing the under/invalid replica queues (created by the above mentioned scan), which
      occurs just after exiting safe mode, and is said to take 100% of CPU.

      Attachments

        Activity

          People

            mattf Matthew Foley
            omalley Owen O'Malley
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: