Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-7285 Erasure Coding Support inside HDFS
  3. HDFS-8813

Erasure Coding: Client no need to decode missing parity blocks

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • HDFS-7285
    • None
    • None
    • Reviewed

    Description

      Assume 6+3 schema.
      Assume data block #2 is missing, then InputStream tries to read parity block #6.
      Assume parity block #6 is missing too. And InputStream successfully reads parity block #7.
      Then begin to decode.

      Currently InputStream will decode #2 and #6. But client(user) only need #2. The parity block #6 will be disposed.

      The improvement is we only decode #2.

      Attachments

        Activity

          People

            walter.k.su Walter Su
            walter.k.su Walter Su
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: