Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-7370

Optimize pread on ChecksumFileSystem

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • fs
    • None

    Description

      Currently the implementation of positional read in ChecksumFileSystem is verify inefficient - it actually re-opens the underlying file and checksum file, then seeks and uses normal read. Instead, it can push down positional read directly to the underlying FS and verify checksum.

      Attachments

        1. checksumfs-pread-0.20.txt
          10 kB
          Todd Lipcon

        Activity

          People

            tlipcon Todd Lipcon
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: