Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-8425 [umbrella] Performance tuning, investigation and optimization for erasure coding
  3. HDFS-10461

Erasure Coding: Optimize block checksum recalculation logic on the fly by reconstructing multiple missed blocks at a time

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      This is HDFS-9833 follow-on task. HDFS-9833 is recomputing only one block checksum a time. The reconstruction logic can be further optimized by reconstructing multiple blocks at a time.

      There are several case to be considered like,

      case-1) Live Block indices : 0, 4, 5, 6, 7, 8 - consecutive missing data blocks 1, 2, 3
      case-2) Live Block indices : 0, 2, 4, 6, 7, 8 - jumbled missing data blocks 1, 3, 5

      Attachments

        Issue Links

          Activity

            People

              rakeshr Rakesh Radhakrishnan
              rakeshr Rakesh Radhakrishnan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: