Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-8031 Follow-on work for erasure coding phase I (striping layout)
  3. HDFS-8902

Uses ByteBuffer on heap or direct ByteBuffer according to used erasure coder in striping read (position and stateful)

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      We would choose ByteBuffer on heap or direct ByteBuffer according to used erasure coder in striping read (position and stateful), for performance consideration. Pure Java implemented coder favors on heap one, though native coder likes more direct one, avoiding data copy.

      Attachments

        Issue Links

          Activity

            People

              drankye Kai Zheng
              drankye Kai Zheng
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: