Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-6581 Write to single replica in memory
  3. HDFS-7112

LazyWriter should use either async IO or one thread per physical disk

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • HDFS-6581
    • 2.6.0
    • datanode
    • None
    • Reviewed

    Description

      The LazyWriter currently uses synchronous IO and a single thread. This limits the throughput to that of a single disk. Using either async overlapped IO or one thread per physical disk will improve the write throughput.

      Attachments

        1. HDFS-7112.0.patch
          27 kB
          Xiaoyu Yao
        2. HDFS-7112.1.patch
          27 kB
          Xiaoyu Yao
        3. HDFS-7112.2.patch
          27 kB
          Xiaoyu Yao
        4. HDFS-7112.3.patch
          28 kB
          Xiaoyu Yao

        Activity

          People

            xyao Xiaoyu Yao
            arp Arpit Agarwal
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: