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

listCorruptFileBlocks should be functional while the name node is still in safe mode

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.23.0
    • 0.23.0
    • namenode
    • None
    • Reviewed

    Description

      This would allow us to detect whether missing blocks can be fixed using Raid and if that is the case exit safe mode earlier.

      One way to make listCorruptFileBlocks available before the name node has exited from safe mode would be to perform a scan of the blocks map on each call to listCorruptFileBlocks to determine if there are any blocks with no replicas. This scan could be parallelized by dividing the space of block IDs into multiple intervals than can be scanned independently.

      Attachments

        1. HDFS-1476.2.patch
          16 kB
          Patrick Kling
        2. HDFS-1476.3.patch
          16 kB
          Patrick Kling
        3. HDFS-1476.4.patch
          16 kB
          Patrick Kling
        4. HDFS-1476.5.patch
          17 kB
          Patrick Kling
        5. HDFS-1476.patch
          16 kB
          Patrick Kling

        Issue Links

          Activity

            People

              pkling Patrick Kling
              pkling Patrick Kling
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: